Skip to content

Commit

Permalink
Restore cycling capability
Browse files Browse the repository at this point in the history
Restores the ability to run in cycled mode. This requires GSI to be built with
ncio/1.1.2, so the build script now sets 1.1.2 as the ncio version until either the
GSI default version is updated or module version files are added to global-workflow
(Issue NOAA-EMC#671).

Two new variables, COMIN_OBS and COMIN_GES_OBS, had to be added to the config file
in the wake of GSI updates for WCOSS2 to ensure the correct paths are used instead
of trying to use the non-functional compath.py.

Note that, for now, in order to use cycling, the microphysics setting (imp_physics)
must be changed in config.base from Thompson (8) back to GFDL (11), along with a
corresponding CCPP suite (like FV3_GFS_v16).

Fixes NOAA-EMC#711
  • Loading branch information
WalterKolczynski-NOAA committed Jul 6, 2022
1 parent 8611bb2 commit 6ee3e5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions parm/config/config.base.emc.dyn
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ export ATARDIR="@ATARDIR@"
export envir=${envir:-"prod"}
export NET="gfs"
export RUN=${RUN:-${CDUMP:-"gfs"}}
export COMIN_OBS=${DMPDIR}/${CDUMP}.${PDY}/$cyc/atmos
export COMIN_GES_OBS=${DMPDIR}/${CDUMP}.${PDY}/$cyc/atmos
export COMINatmos=${ROTDIR}/${CDUMP}.${PDY}/${cyc}/atmos
export COMOUTatmos=${ROTDIR}/${CDUMP}.${PDY}/${cyc}/atmos
export COMINwave=${ROTDIR}/${CDUMP}.${PDY}/${cyc}/wave
Expand Down
3 changes: 3 additions & 0 deletions sorc/build_gsi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ fi
cd gsi.fd/ush/
export GSI_MODE="GFS"
export REGRESSION_TESTS="NO"
# Temporary setting until GSI default is updated or workflow adds versions file
export ncio_ver="1.1.2"
export BUILD_CLEAN="YES"
./build.sh "$cwd/gsi.fd"

exit
Expand Down

0 comments on commit 6ee3e5f

Please sign in to comment.