Skip to content

Commit

Permalink
Merge branch 'develop' into sanAkel-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
sanAkel authored Feb 29, 2024
2 parents 023e11c + 7b33c5b commit 3f33dac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion GEOSdatasea_GridComp/GEOS_DataSeaGridComp.F90
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ subroutine RUN ( GC, IMPORT, EXPORT, CLOCK, RC )
! In atmospheric forecast mode we do not have future SST and SSS
!--------------------------------------------------------------

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

FCST = IFCST==1
Expand Down
4 changes: 2 additions & 2 deletions MIT_GEOS5PlugMod/configs/c12_cs32_01/AGCM.rc
Original file line number Diff line number Diff line change
Expand Up @@ -507,9 +507,9 @@ DIURNAL_BIOMASS_BURNING: yes
ANALYSIS_OX_PROVIDER: PCHEM # options: PCHEM, GMICHEM, STRATCHEM, GOCART


# Flag for real-time forecasts (persisted SST) IS_FCST: 1 (AMIP-Style Default: 0)
# Flag for real-time forecasts (persisted SST) OGCM_IS_FCST: 1 (AMIP-Style Default: 0)
# -------------------------------------------------------------------------------
IS_FCST: 0
OGCM_IS_FCST: 0


# Time step for aerosol assimilation (GAAS)
Expand Down
4 changes: 2 additions & 2 deletions MIT_GEOS5PlugMod/instructions/example_scripts/AGCM.rc
Original file line number Diff line number Diff line change
Expand Up @@ -819,9 +819,9 @@ DIURNAL_BIOMASS_BURNING: yes
ANALYSIS_OX_PROVIDER: PCHEM # options: PCHEM, GMICHEM, STRATCHEM, GOCART


# Flag for real-time forecasts (persisted SST) IS_FCST: 1 (AMIP-Style Default: 0)
# Flag for real-time forecasts (persisted SST) OGCM_IS_FCST: 1 (AMIP-Style Default: 0)
# -------------------------------------------------------------------------------
IS_FCST: 0
OGCM_IS_FCST: 0


# Time step for aerosol assimilation (GAAS)
Expand Down

0 comments on commit 3f33dac

Please sign in to comment.