From d726dbeb9865b34486df7acc4b9f97ae72c4be33 Mon Sep 17 00:00:00 2001 From: ClaraDraper-NOAA Date: Wed, 5 Feb 2025 21:03:29 +0000 Subject: [PATCH] Cleaning up global_cycle variable names. --- parm/config/gfs/config.esfc | 4 ++-- parm/config/gfs/config.sfcanl | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/parm/config/gfs/config.esfc b/parm/config/gfs/config.esfc index e42ef63329..cd1dc403ce 100644 --- a/parm/config/gfs/config.esfc +++ b/parm/config/gfs/config.esfc @@ -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 diff --git a/parm/config/gfs/config.sfcanl b/parm/config/gfs/config.sfcanl index 4ac1e0a1fc..40b0c2b567 100644 --- a/parm/config/gfs/config.sfcanl +++ b/parm/config/gfs/config.sfcanl @@ -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