Skip to content

Commit

Permalink
Updated cheyenne.md
Browse files Browse the repository at this point in the history
Added info on using CAM to spin up clm before running with chemistry.
  • Loading branch information
dan800 authored Aug 30, 2022
1 parent 7e2260b commit abfd234
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cheyenne.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### commands for running on MUSICA v1.0 on NCAR's cheyenne HPC system
Here we are using a regionally refined grid over the UK. The --user-mods-dir
Here we are using a regionally refined grid over the UK in a CAM configuration. The --user-mods-dir argument is the directory that contains the grid specification. A typical workflow could be to run this configuration to spin up the land model for a year or more before running the version with chemistry.
```
$ git clone https://github/ESCOMP/CESM.git UK01
Cloning into 'UK01'...
Expand All @@ -16,3 +16,4 @@ $ ./case.setup
$ qcmd -- ./case.build
$ ./case.submit
```
Once the land model has been spun up in this CAM run without active chemistry, change the compset to FCHIST or FCnudged in above set of commands and repeat the process. To use the spun up land model output from the CAM run you will need to update the finidat namelist variable in user_nl_clm to point to the last 'clm2.r' file from the CAM run.

0 comments on commit abfd234

Please sign in to comment.