Skip to content

Commit

Permalink
RRFS_dev1: copy model namelist (NOAA-EMC#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
hu5970 authored Sep 16, 2021
1 parent 03a2da3 commit 74440dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/exregional_run_fcst.sh
Original file line number Diff line number Diff line change
Expand Up @@ -471,10 +471,10 @@ if [ "${DO_ENSEMBLE}" = TRUE ]; then
else
if [ ${BKTYPE} -eq 0 ]; then
# cycling, using namelist for cycling forecast
ln_vrfy -sf ${relative_or_null} ${FV3_NML_RESTART_FP} ${run_dir}/input.nml
cp_vrfy ${FV3_NML_RESTART_FP} ${run_dir}/input.nml
else
# cold start, using namelist for cold start
ln_vrfy -sf ${relative_or_null} ${FV3_NML_FP} ${run_dir}
cp_vrfy ${FV3_NML_FP} ${run_dir}/input.nml
fi
fi
#
Expand Down

0 comments on commit 74440dd

Please sign in to comment.