Skip to content

Commit

Permalink
Do not download grid-independent emissions as they are too large.
Browse files Browse the repository at this point in the history
12.5.0 will add grid-independent emissions like OFFLINE_BIOVOC.
The current script builds 12.3.2 and does not need those data yet.
Will add them back after 12.5.0 release.

OFFLINE_BIOVOC and OFFLINE_SEASALT are near 1TB each; should extract
a subset according to simulation period.

Ref:
http://wiki.seas.harvard.edu/geos-chem/index.php/HEMCO_data_directories#Offline_grid-independent_emissions
http://wiki.seas.harvard.edu/geos-chem/index.php/Grid-independent_emissions
  • Loading branch information
JiaweiZhuang committed Sep 7, 2019
1 parent e61047c commit 88f881f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scripts/download_data/from_S3/GCHP-specific.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,9 @@ aws s3 cp --request-payer=requester --recursive \
s3://gcgrid/HEMCO/ $DATA_ROOT/HEMCO \
--exclude "*" \
--include "OFFLINE*" \
--exclude "OFFLINE/OFFLINE_LNOX/v2018-11/*"
--exclude "OFFLINE_LNOX/v2018-11/*" \
--exclude "OFFLINE_BIOVOC/*" \
--exclude "OFFLINE_DUST/*" \
--exclude "OFFLINE_SEASALT/*" \
--exclude "OFFLINE_SOILNOX/*"

0 comments on commit 88f881f

Please sign in to comment.