Skip to content

Commit

Permalink
Merge branch 'develop' into release/MAPL-v3
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Jan 22, 2025
2 parents 02a4a16 + 0cd45b0 commit e5a6504
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

### Changed
- Updated ExtData so that if files are missing in a sequence the last value will be perisisted if one has not chosen `exact` option

### Fixed

Expand All @@ -102,7 +103,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Updated ExtData so that if files are missing in a sequence the last value will be perisisted if one has not chosen `exact` option
- Changed MAPL_ESMFRegridder to require the dstMaskValues to be added as grid attribute to use fixed masking, fixes UFS issue
- Increased formatting width of time index in ExtData2G diagnostic print
- Updated GitHub checkout action to use blobless clones
Expand Down
2 changes: 0 additions & 2 deletions gridcomps/ExtData2G/ExtDataBracket.F90
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,6 @@ subroutine interpolate_to_time(this,field,time,rc)

right_node_set = this%right_node%check_if_initialized(_RC)
left_node_set = this%left_node%check_if_initialized(_RC)
call ESMF_TimePrint(this%left_node%time,options='string',preString='left bracket time: ')
call ESMF_TimePrint(this%right_node%time,options='string',preString='right bracket time: ')

alpha = 0.0
if ( (.not.this%disable_interpolation) .and. (.not.this%intermittent_disable) .and. right_node_set .and. left_node_set) then
Expand Down

0 comments on commit e5a6504

Please sign in to comment.