Skip to content

Commit

Permalink
Also fix restart file name in GCHP deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaweiZhuang committed Dec 11, 2018
1 parent 60d3332 commit 9c95f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_environment/GCHP/deploy_GCHP.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ make compile_clean
# modify run-time configurations

# correctly link restart file
ln -sf $HOME/ExtData/GEOSCHEM_RESTARTS/v2018-11/initial_GEOSChem_rst.c24_standard.nc initial_GEOSChem_rst.c24_standard.nc
ln -sf $HOME/ExtData/GEOSCHEM_RESTARTS/v2016-07/initial_GEOSChem_rst.c24_standard.nc initial_GEOSChem_rst.c24_standard.nc

# read low-resolution metfields to save space
ln -sf $HOME/ExtData/GEOS_4x5/GEOS_FP MetDir
Expand Down

0 comments on commit 9c95f55

Please sign in to comment.