Skip to content

Commit

Permalink
Update restart file name and add note
Browse files Browse the repository at this point in the history
  • Loading branch information
jwallwork23 committed Dec 20, 2024
1 parent 20dc376 commit 58c25f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .dev/utils/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ if [ "${GISS_ONLY}" = false ]; then
mkdir -p ${HUGE_SPACE}/OutputDir
# Setup restarts
mkdir -p ${HUGE_SPACE}/Restarts
ln -s -f ${GC_INPUTS}/ExtData/GEOSCHEM_RESTARTS/GC_14.3.0/GEOSChem.Restart.fullchem.20190701_0000z.nc4 \
${HUGE_SPACE}/Restarts/GEOSChem.Restart.20190701_0000z.nc4
# NOTE: The restart file will need to have been saved in the following location
ln -s -f ${GC_INPUTS}/ExtData/GEOSCHEM_RESTARTS/GC_14.3.0/GEOSChem.Restart.20160701_0000z_Lee.nc4 \
${HUGE_SPACE}/Restarts/GEOSChem.Restart.20160701_0000z.nc4
fi

0 comments on commit 58c25f4

Please sign in to comment.