Versions Compared

Key

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

...

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 -b release-cesm2.2.0 https://github.com/ESCOMP/CESM.git {my_cesm_sandbox}
> cd {my_cesm_sandbox}
> git fetch origin
> git checkout cesm2.2-rcbranch

It is recommended to use a descriptive label, including the model version and perhaps the current date, for your local directory instead of "my_cesm_sandbox".

Download the model component source code.

...