Skip to content

Commit

Permalink
Merge pull request #3356 from GEOS-ESM/feature/bmauer/remove_time_prints
Browse files Browse the repository at this point in the history
Remove a print from last commit
  • Loading branch information
tclune authored Jan 22, 2025
2 parents 53b183b + f306557 commit 0cd45b0
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 @@ -10,6 +10,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 @@ -31,7 +32,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 0cd45b0

Please sign in to comment.