Skip to content

Commit

Permalink
Merge pull request #564 from GEOS-ESM/hotfix/mathomp4/#562-debug-logg…
Browse files Browse the repository at this point in the history
…er-fix

Fixes #562. Debug Level logger fix in ExtData
  • Loading branch information
tclune authored Oct 8, 2020
2 parents becc833 + 036bed9 commit f0dea39
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
### Removed

## [2.3.1] - 2020-10-08

## [2.3.0] - 2020-09-29
### Fixed

- Fixed bug in ExtData when using debug logger

## [2.3.0] - 2020-10-02

### Added

Expand Down
2 changes: 1 addition & 1 deletion base/MAPL_ExtDataGridCompMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -3025,7 +3025,7 @@ subroutine GetBracketTimeOnSingleFile(fdata,tSeries,cTime,bSide,UniFileClim,inte
LExact = (cLimTime == tSeries(1))
RExact = (cLimTime == tSeries(nsteps))

call lgr%debug(' GetBracketTimeOnSingleFile: Extrapolation flags (2) are ',LExact,RExact,LExtrap,RExtrap,'for file ', trim(fdata%get_file_name()))
call lgr%debug(' GetBracketTimeOnSingleFile: Extrapolation flags (2) are %L1 %L1 %L1 %L1 for file %a',LExact,RExact,LExtrap,RExtrap, trim(fdata%get_file_name()))

End IF

Expand Down

0 comments on commit f0dea39

Please sign in to comment.