Skip to content

Commit

Permalink
Cleaning up global_cycle variable names.
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraDraper-NOAA committed Feb 5, 2025
1 parent a19d56d commit d726dbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions parm/config/gfs/config.esfc
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ fi

# set up soil analysis
if [[ ${DO_GSISOILDA} = "YES" ]]; then
export DO_SOI_INC=".true."
export GCYCLE_INTERP_LNDINC=".false."
export GCYCLE_DO_SOILINCR=".true."
export GCYCLE_INTERP_LANDINCR=".false."
export LSOIL_INCR=2
export REGRIDSH=${REGRIDSH:-${USHgfs}/regrid_gsiSfcIncr_to_tile.sh}
fi
Expand Down
5 changes: 2 additions & 3 deletions parm/config/gfs/config.sfcanl
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ if [[ "${DO_JEDIATMVAR}" == "YES" ]]; then
export DONST="NO"
fi
if [[ "${DO_GSISOILDA}" = "YES" ]]; then
export DO_LNDINC=".true."
export DO_SOI_INC=".true."
export GCYCLE_INTERP_LNDINC=".false."
export GCYCLE_DO_SOILINCR=".true."
export GCYCLE_INTERP_LANDINCR=".false."
export LSOIL_INCR=2
export REGRID_EXEC=${REGRID_EXEC:-"${HOMEgfs}/sorc/gdas.cd/build/bin/regridStates.x"}
fi
Expand Down

0 comments on commit d726dbe

Please sign in to comment.