Skip to content

Commit

Permalink
Update JLANDDA_RUN_FCST
Browse files Browse the repository at this point in the history
  • Loading branch information
zach1221 authored Mar 4, 2024
1 parent a1f0b81 commit ba61e52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jobs/JLANDDA_RUN_FCST
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ if [[ ${ATMOS_FORC} == "era5" ]]; then
fi

if [[ ${ATMOS_FORC} == "gswp3" ]]; then
for tile in 1 2 3 4 5 6
do
cp ${MEM_WORKDIR}/noahmp_output/${TEST_NAME_RST}/ufs.cpld.lnd.out.${nYYYY}-${nMM}-${nDD}-00000.tile${tile}.nc ${MEM_MODL_OUTDIR}/restarts/tile/ufs_land_restart_back.${nYYYY}-${nMM}-${nDD}_${nHH}-00-00.tile${tile}.nc
done
for tile in 1 2 3 4 5 6
do
cp ${OUTDIR}/${mem_ens}/noahmp/${TEST_NAME_RST}/ufs.cpld.lnd.out.${nYYYY}-${nMM}-${nDD}-00000.tile${tile}.nc ${MEM_MODL_OUTDIR}/restarts/tile/ufs_land_restart_back.${nYYYY}-${nMM}-${nDD}_${nHH}-00-00.tile${tile}.nc
done
fi

0 comments on commit ba61e52

Please sign in to comment.