Skip to content

Commit

Permalink
Scripts to pull all data
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaweiZhuang committed Dec 7, 2018
1 parent ba4447b commit 97dfeec
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/download_data/from_S3/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 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

AWSCLI must be installed & configured.

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.
7 changes: 7 additions & 0 deletions scripts/download_data/from_S3/all_input_GC-classic.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#/bin/bash

./restart_file.sh
./metfields.sh
./CHEM_INPUTS.sh
./HEMCO.sh
./fix_GMI.sh
4 changes: 4 additions & 0 deletions scripts/download_data/from_S3/all_input_GCHP.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#/bin/bash

./all_input_GC-classic.sh
./GCHP-specific.sh

0 comments on commit 97dfeec

Please sign in to comment.