Skip to content

Commit

Permalink
Merge pull request #910 from GEOS-ESM/feature/mathomp4/ogcm_is_fcst
Browse files Browse the repository at this point in the history
Refactor DataSea/DataIce IS_FCST to OGCM_IS_FCST
  • Loading branch information
sdrabenh authored Mar 1, 2024
2 parents 8faac49 + 6bc66b7 commit b5aea62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ subroutine RUN ( GC, IMPORT, EXPORT, CLOCK, RC )
! In atmospheric forecast mode we do not have future Sea Ice Conc
!---------------------------------------------------------------

call MAPL_GetResource(MAPL,IFCST,LABEL="IS_FCST:",default=0, RC=STATUS)
call MAPL_GetResource(MAPL,IFCST,LABEL="OGCM_IS_FCST:",default=0, RC=STATUS)
VERIFY_(STATUS)

FCST = IFCST==1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ subroutine RUN ( GC, IMPORT, EXPORT, CLOCK, RC )
! In atmospheric forecast mode we do not have future Sea Ice Conc
!----------------------------------------------------------------

call MAPL_GetResource(MAPL,IFCST,LABEL="IS_FCST:",default=0, _RC )
call MAPL_GetResource(MAPL,IFCST,LABEL="OGCM_IS_FCST:",default=0, _RC )
FCST = IFCST==1

! Get relaxation time
Expand Down

0 comments on commit b5aea62

Please sign in to comment.