Information from UCAR/CISL about the Derecho HPC: https://docs.google.com/presentation/d/1BAYI9NdyAnZzU3KLat0CK2sQj34XE_K5Wan9zL8rsQ0/edit?usp=sharing
Your home and work directories (on glade) are the same on cheyenne and derecho. Therefore, it is recommended to create a new directory (in home or work) for cases you will run on derecho, to not confuse them with cases built on cheyenne (which will not run on derecho). Derecho and Cheyenne have separate scratch directories.
You will need to ssh into
derecho.hpc.ucar.edu |
|
Downloading the source code will be completed by using the git clone feature. For example, first download the latest release (e.g. CESM2.2.0, with recent bug fixes):
> cd /glade/work/$USER/ > git clone https://github.com/ESCOMP/CESM.git cesm2_2_derecho > cd cesm2_2_derecho |
Download the model component source code.
> git checkout cesm2.2-asdbranch > ./manage_externals/checkout_externals > cd components/clm > git fetch origin > git checkout release-cesm2.2.0/hist_opt |