Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetext
derecho.hpc.ucar.edu

CESM2.2 on Derecho

(A) Copy the model setup code to your own directory

Section


Column
width65%

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. 


Column
width35%


Tip
titleTip for New Users:

Having problems? Try the Troubleshooting page.



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):

Code Block
languagetext
> 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.

Code Block
languagetext
> git checkout cesm2.2-asdbranch

...


> ./manage_externals/checkout_externals

...


> cd components/clm

...


> git fetch origin

...


> git checkout release-cesm2.2.0/hist_opt