...
Table of Contents |
---|
Download data
ERA5 (CDS)
Note: Currently only boslogin0* nodes can access the cdsapi address. Currently working with RCHelp to resolve this issue.
One-time setup
https://cds.climate.copernicus.eu/api-how-to
module load python/3.6.3-fasrc01 # centos7
#conda create -n a3501 python=3.6 <packages> # see https://www.rc.fas.harvard.edu/resources/documentation/software-on-the-odysseycluster/python/
source activate a3501
pip install cdsapi
...
Share/publish data
https://mso.harvard.edu/overview-file-sharing-options
Globus does not handle symlink very well.
XXX More to come..
Make a directory and it's subdirectories writeable/executable for the group
chmod -R g+rwx * → for the group
chmod -R a+rwx * → for everyone