Skip to content

Commit

Permalink
Several CHEM_INPUTS/ subdirectories have changed
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaweiZhuang committed Jan 27, 2019
1 parent f36cbab commit ad7db2a
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions scripts/download_data/from_S3/CHEM_INPUTS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,16 @@ else
exit 1
fi

time aws s3 cp --request-payer=requester --recursive \
s3://gcgrid/GEOS_NATIVE $DATA_ROOT/CHEM_INPUTS \


aws s3 cp --request-payer=requester --recursive \
s3://gcgrid/CHEM_INPUTS $DATA_ROOT/CHEM_INPUTS \
--exclude "*" \
--include "MODIS_LAI_201707/*" \
--include "FAST_JX/*"
--include "FastJ_201204/*" \
--include "Linoz_200910/*" \
--include "MODIS_LAI_201204/*" \
--include "Olson_Land_Map_201203/*" \
--include "TOMAS_201402/*" \
--include "UCX_201403/*"

aws s3 cp --request-payer=requester --recursive \
s3://gcgrid/CHEM_INPUTS $DATA_ROOT/CHEM_INPUTS \
--exclude "*" \
--include "MODIS_LAI_201707/*" \
--include "FAST_JX/*"

0 comments on commit ad7db2a

Please sign in to comment.