Skip to content
Draft
Show file tree
Hide file tree
Changes from 2 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
9 changes: 4 additions & 5 deletions dev/scripts/exglobal_enkf_sfc.sh
Copy link

Choose a reason for hiding this comment

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

Copy link

Choose a reason for hiding this comment

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

Copy link

Choose a reason for hiding this comment

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

Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,7 @@ if [[ "${DOIAU}" == "YES" ]]; then
mkdir -p "${COMOUT_ATMOS_RESTART_MEM}"
fi
cpreq "${sfcdata_dir}/${bPDY}.${bcyc}0000.${snow_prefix}sfc_data.tile${n}.nc" \
"${DATA}/fnbgsi.${cmem}"
cpreq "${DATA}/fnbgsi.${cmem}" "${DATA}/fnbgso.${cmem}"
"${DATA}/sfc_data_cycle.${cmem}"
cpreq "${FIXgfs}/orog/${CASE}/${CASE}_grid.tile${n}.nc" "${DATA}/fngrid.${cmem}"
cpreq "${FIXgfs}/orog/${CASE}/${CASE}.mx${OCNRES}_oro_data.tile${n}.nc" "${DATA}/fnorog.${cmem}"

Expand Down Expand Up @@ -235,14 +234,15 @@ if [[ "${DOIAU}" == "YES" ]]; then
mkdir -p "${COMOUT_ATMOS_RESTART_MEM}"
fi

cpfs "${DATA}/fnbgso.${cmem}" "${COMOUT_ATMOS_RESTART_MEM}/${bPDY}.${bcyc}0000.sfcanl_data.tile${n}.nc"
cpfs "${DATA}/sfc_data_cycle.${cmem}" "${COMOUT_ATMOS_RESTART_MEM}/${bPDY}.${bcyc}0000.sfcanl_data.tile${n}.nc"

done # ensembles

done

fi


if [[ "${DOSFCANL_ENKF}" == "YES" ]]; then
for n in $(seq 1 "${ntiles}"); do

Expand Down Expand Up @@ -321,7 +321,6 @@ fi
################################################################################

################################################################################
# Postprocessing
cd "${pwd}" || exit 1

exit "${err}"

4 changes: 0 additions & 4 deletions ush/global_cycle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@
# DO_SFCCYCLE Call sfcsub routine
# GCYCLE_DO_SOILINCR Call routine to add soil increments
# GCYCLE_DO_SNOWINCR Call routine to add snow inrcements
# GCYCLE_INTERP_LANDINCR Flag to regrid input land increment from Gaus to native model
# grid inside gcycle
#
# zsea1/zsea2 When running with NST model, this is the lower/upper bound
# of depth of sea temperature. In whole mm.
Expand Down Expand Up @@ -230,7 +228,6 @@ if [[ "${GCYCLE_DO_SOILINCR}" == ".true." ]] || [[ "${GCYCLE_DO_SNOWINCR}" == ".
else
DO_LANDINCR=".false."
fi
GCYCLE_INTERP_LANDINCR=${GCYCLE_INTERP_LANDINCR:-.false.}
zsea1=${zsea1:-0}
zsea2=${zsea2:-0}
MAX_TASKS_CY=${MAX_TASKS_CY:-99999}
Expand Down Expand Up @@ -335,7 +332,6 @@ cat << EOF > fort.37
NST_FILE="${NST_FILE}",
DO_SOILINCR=${GCYCLE_DO_SOILINCR},
DO_SNOWINCR=${GCYCLE_DO_SNOWINCR},
INTERP_LANDINCR=${GCYCLE_INTERP_LANDINCR},
lsoil_incr=${LSOIL_INCR},
/
EOF
Expand Down
Loading