Skip to content

Commit

Permalink
Merge pull request #760 from GEOS-ESM/main
Browse files Browse the repository at this point in the history
Sync hotfix into develop
  • Loading branch information
sdrabenh committed May 24, 2023
2 parents d4ec019 + 2bfb6b7 commit 5c68f28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 73 deletions.
70 changes: 0 additions & 70 deletions .github/workflows/workflow.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,15 @@ subroutine SetServices ( GC, RC )
gfEnvRestartSkip = MAPL_RestartSkip
endif

if (adjustl(CONVPAR_OPTION)=="RAS" ) call RAS_Setup(GC, CF, RC=STATUS) ; VERIFY_(STATUS)
if (adjustl(CONVPAR_OPTION)=="GF" ) call GF_Setup(GC, CF, RC=STATUS) ; VERIFY_(STATUS)
if (adjustl(SHALLOW_OPTION)=="UW" ) call UW_Setup(GC, CF, RC=STATUS) ; VERIFY_(STATUS)
! NOTE: Binary restarts expect Q to be the first field in the moist_internal_rst. Thus,
! the first MAPL_AddInternalSpec call must be from the microphysics

if (adjustl(CLDMICR_OPTION)=="BACM_1M") call BACM_1M_Setup(GC, CF, RC=STATUS) ; VERIFY_(STATUS)
if (adjustl(CLDMICR_OPTION)=="MGB2_2M") call MGB2_2M_Setup(GC, CF, RC=STATUS) ; VERIFY_(STATUS)
if (adjustl(CLDMICR_OPTION)=="GFDL_1M") call GFDL_1M_Setup(GC, CF, RC=STATUS) ; VERIFY_(STATUS)
if (adjustl(CONVPAR_OPTION)=="RAS" ) call RAS_Setup(GC, CF, RC=STATUS) ; VERIFY_(STATUS)
if (adjustl(CONVPAR_OPTION)=="GF" ) call GF_Setup(GC, CF, RC=STATUS) ; VERIFY_(STATUS)
if (adjustl(SHALLOW_OPTION)=="UW" ) call UW_Setup(GC, CF, RC=STATUS) ; VERIFY_(STATUS)

! !IMPORT STATE:

Expand Down

0 comments on commit 5c68f28

Please sign in to comment.