Accessing Derecho
The Jupyter Notebooks and SCAM scripts available in this repo can be run from /glade on Derecho. If you are not already set up, follow the steps below to gain access and configure your environment.
Obtain access to /glade on Derecho
You will need to run the scripts from Derecho so you can access the ERA5 data stored in /glade. See the Derecho documentation for instructions to obtain access.
Login to Derecho
See Logging in with Duo for details on authenticating
> ssh -Y <YOUR_USERNAME>@derecho.hpc.ucar.edu
- When it asks for ncar-two-factor, enter your CIT password.
- Authenticate with DUO
Create a collections directory to work in
> mkdir -p $HOME/collections
Clone this repo to your /glade $HOME/collections directory
> cd $HOME/collections
> git clone http://github.com/NCAR/INFORM-COMPASS-cookbook
or if you already cloned the repo, pull the latest updates
> cd INFORM-COMPASS-cookbook/
> git pull