...
(A) Copy the model setup code to your own directory
The first time, setup a folder to hold all your derecho cases.
Code Block |
---|
|
> mkdir /glade/work/$USER/derecho_cases |
Section |
---|
Column |
---|
| 1. In a directory in your $HOME or $WORK directory make a copy of the new version of the code to set up for use on derecho:, the latest code can be downloaded following the instructions at: http://www.cesm.ucar.edu/models/cesm2/release_download.html This directory is referred to as $CESM_ROOT below. This should only need to be done once for each code base update of CESM. Note that when running on derecho you do not need to get any of the input data files. |
|
...
Code Block |
---|
|
> git checkout cesm2.2-asdbranch
> ./manage_externals/checkout_externals
> cd components/clm
> git fetch origin
> git checkout release-cesm2.2.0/hist_opt |
B) Create a new case
2. The first time, setup a folder to hold all your derecho cases.
...
...