Skip to content

Commit

Permalink
IAU and restart tweaks. HR2 noahmptable
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSzapiro-NOAA committed Aug 23, 2024
1 parent 591481c commit 646da3d
Show file tree
Hide file tree
Showing 7 changed files with 2,551 additions and 7 deletions.
8 changes: 8 additions & 0 deletions tests/fv3_conf/cpld_control_run.IN
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,14 @@ else
fi
fi

#Stochastic physics restart files
if [[ $BMIC == .true. ]]; then
if [[ $STOCHINI == .true. ]]; then
cp ../${DEP_RUN}${SUFFIX}/RESTART/${RESTART_FILE_PREFIX}.atm_stoch.res.nc ./INPUT/atm_stoch.res.nc
cp ../${DEP_RUN}${SUFFIX}/RESTART/${RESTART_FILE_PREFIX}.ocn_stoch.res.nc ./INPUT/ocn_stoch.res.nc
fi
fi

# CMEPS restart and pointer files
RFILE=ufs.cpld.cpl.r.${RESTART_FILE_SUFFIX_SECS}.nc
cp ../${DEP_RUN}${SUFFIX}/${CMEPS_RESTART_DIR}/${RFILE} .
Expand Down
780 changes: 780 additions & 0 deletions tests/parm/noahmptable-gefs.tbl

Large diffs are not rendered by default.

Loading

0 comments on commit 646da3d

Please sign in to comment.