Skip to content

Commit

Permalink
Update note on using AWSCLI scripts to download data from S3
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaweiZhuang committed Dec 16, 2018
1 parent a85d8d9 commit d833605
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions scripts/download_data/from_S3/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Script to download GEOS-Chem input data from S3

- Get minimal necessary input data for GC-classic: all_input_GC-classic.sh
- Get minimal necessary input data for GCHP: all_input_GCHP.sh
- Get minimal necessary input data for GC-classic: [./all_input_GC-classic.sh](./all_input_GC-classic.sh)
- Get minimal necessary input data for GCHP: [./all_input_GCHP.sh](./all_input_GCHP.sh)

AWSCLI must be installed & configured.

For example, to download GCHP data to local ~/ExtData directory, simply:

./all_input_GCHP.sh ~/ExtData

## Note for maintainers & developers

After a new version release, might need to add & remove entries in each script (especially HEMCO.sh). Consider a more structured script in the long term. For example, maintaining a textfile of all necessary subdirectories, and parse that file into AWSCLI arguments.

0 comments on commit d833605

Please sign in to comment.