Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/exregional_run_prepstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,8 @@ if [ ${HH} -eq ${GVF_update_hour} ] && [ ${cycle_type} == "spinup" ]; then
if [ -r "${latestGVF}" ]; then
cp_vrfy ${latestGVF} ./GVF-WKL-GLB.grib2
cp_vrfy ${FIX_GSI}/${PREDEF_GRID_NAME}/fv3_grid_spec fv3_grid_spec
ln_vrfy ${FIX_GSI}/gvf_VIIRS_4KM.MAX.1gd4r.new gvf_VIIRS_4KM.MAX.1gd4r.new
ln_vrfy ${FIX_GSI}/gvf_VIIRS_4KM.MIN.1gd4r.new gvf_VIIRS_4KM.MIN.1gd4r.new
ln_vrfy -sf ${FIX_GSI}/gvf_VIIRS_4KM.MAX.1gd4r.new gvf_VIIRS_4KM.MAX.1gd4r.new
ln_vrfy -sf ${FIX_GSI}/gvf_VIIRS_4KM.MIN.1gd4r.new gvf_VIIRS_4KM.MIN.1gd4r.new
${EXECDIR}/update_GVF.exe > stdout_updateGVF 2>&1
if [ ${SAVE_CYCLE_LOG} == "TRUE" ] ; then
echo "${YYYYMMDDHH}(${cycle_type}): update GVF with ${latestGVF} " >> ${EXPTDIR}/log.cycles
Expand Down
4 changes: 2 additions & 2 deletions ush/config_defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1221,7 +1221,7 @@ PREEXISTING_DIR_METHOD="delete"
#-----------------------------------------------------------------------
#
VERBOSE="TRUE"
SAVE_CYCLE_LOG="FALSE"
SAVE_CYCLE_LOG="TRUE"
#
#-----------------------------------------------------------------------
#
Expand Down Expand Up @@ -1760,7 +1760,7 @@ DO_ENKFUPDATE="FALSE"
#
DO_DACYCLE="FALSE"
DO_SURFACE_CYCLE="FALSE"
SURFACE_CYCLE_DELAY_HRS="0"
SURFACE_CYCLE_DELAY_HRS="1"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similarly, do we want to change this in the default config? It may affect other applications.

#
#-----------------------------------------------------------------------
#
Expand Down
4 changes: 2 additions & 2 deletions ush/set_rrfs_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ if [[ $DO_RETRO == "TRUE" ]] ; then
ENKF_FCST=/mnt/lfs4/BMC/wrfruc/Ruifang.Li/data/enkf/atm
AIRCRAFT_REJECT="/mnt/lfs4/BMC/wrfruc/Ruifang.Li/data/amdar_reject_lists"
SFCOBS_USELIST="/mnt/lfs4/BMC/wrfruc/Ruifang.Li/data/mesonet_uselists"
SST_ROOT="/mnt/lfs4/BMC/wrfruc/Ruifang.Li/data/May_2021_data/highres_sst"
GVF_ROOT="/mnt/lfs4/BMC/wrfruc/Ruifang.Li/data/May_2021_data/gvf/grib2"
SST_ROOT="/mnt/lfs4/BMC/wrfruc/Ruifang.Li/data/highres_sst"
GVF_ROOT="/mnt/lfs4/BMC/wrfruc/Ruifang.Li/data/gvf/grib2"
fi
if [[ $MACHINE == "hera" ]] ; then

Expand Down
4 changes: 4 additions & 0 deletions ush/templates/input.nml.FV3
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@
print_memory_usage = .false.
/

&fms2_io_nml
netcdf_default_format="netcdf4"
/

&fv_core_nml
a_imp = 1.0
adjust_dry_mass = .false.
Expand Down