Skip to content

Commit

Permalink
Merge pull request #1411 from GEOS-ESM/hotfix/atrayano/#1410_varspec_eq
Browse files Browse the repository at this point in the history
Fixes #1410. Reverted VarSpec.F90 to revision b02e8ff
  • Loading branch information
mathomp4 authored Mar 7, 2022
2 parents e7f8eea + c173bf5 commit 5020c80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- Fixed the alarms in the couplers to account if they are called before ESMF_ClockAdvance is called
- Reverted generic/VarSpec.F90 to hash b02e8ff (fix for #1410)

## [2.18.0] - 2022-02-23

Expand Down
2 changes: 1 addition & 1 deletion generic/VarSpec.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1363,8 +1363,8 @@ function MAPL_VarSpecEQ(s1, s2)
S2%SPECPtr%ACCMLT_INTERVAL /= 0) then

if (S1%SPECPtr%ACCMLT_INTERVAL /= S2%SPECPtr%ACCMLT_INTERVAL ) RETURN
if (S1%SPECPtr%COUPLE_INTERVAL /= S2%SPECPtr%COUPLE_INTERVAL ) RETURN
end if
if (S1%SPECPtr%COUPLE_INTERVAL /= S2%SPECPtr%COUPLE_INTERVAL ) RETURN

MAPL_VarSpecEQ = .TRUE.
RETURN
Expand Down

0 comments on commit 5020c80

Please sign in to comment.