Skip to content

Commit

Permalink
Pull older GCHP restart file with correct variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaweiZhuang committed Dec 11, 2018
1 parent 72019f8 commit 60d3332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download_data/from_S3/GCHP-specific.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DATA_ROOT=~/ExtData
aws s3 cp --request-payer=requester --recursive \
s3://gcgrid/GEOSCHEM_RESTARTS/ $DATA_ROOT/GEOSCHEM_RESTARTS \
--exclude "*" \
--include "v2018-11/initial_GEOSChem_rst.c24_standard.nc"
--include "v2016-07/initial_GEOSChem_rst.c24_standard.nc"

mkdir -p $DATA_ROOT/GCHP/TileFiles/
aws s3 cp --request-payer=requester --recursive s3://gcgrid/GCHP/TileFiles/ $DATA_ROOT/GCHP/TileFiles/
Expand Down

0 comments on commit 60d3332

Please sign in to comment.