CESM2 in Cheyenne

Hi All,

I have a silly question. I used to run CESM 2 in the Cheyenne through '/glade/p/cesm/releases/cesm2_1_1/cime/scripts', but now the fold of 'releases' change to 'releases.donotuse', so I am wondering where I can run CESM2 in Cheyenne? Thanks a lot.

Yaqian
 

altuntas

Alper Altuntas
Moderator
Staff member
Please avoid CESM sandboxes marked with 'donotuse' path names. You can download your own copy of CESM to your cheyenne work directory. To check out the latest cesm2.1 release, for instance, run the following commands:

git clone https://github.com/ESCOMP/CESM.git -b release-cesm2.1.3 cesm2.1.3
cd cesm2.1.3
./manage_externals/checkout_externals
 
Back
Top