These instructions are for users who need to download their own version of CESM2.
Do not load the CESM module. If you have a cesm module loaded, unload it:
module unload cesm
Clone the version of CESM you want from the github repo:
git clone -b release-cesm2.2.0 https://github.com/ESCOMP/CESM.git my_cesm_sandbox
cd my_cesm_sandbox
./manage_externals/checkout_externals
The various Oscar-specific XML files needed to run CESM, including
config_batch.xml
config_compilers.xml
config_machines.xml
can be obtained from this github repo. The easiest way to incorporate these files into your build is to place them in a directory named .cime within your home directory (i.e., ~/.cime). For example: