Basics#
The CESM Model is developed around a structured workflow. The first step of this workflow is to set up your workspace, which is usually a one-time task. After setting up your workspace, a basic CESM simulation can be run with only four commands. This section will cover these steps and enable you to complete your first CESM run.
Workflow Elements#
Set up workspace (one time setup)
Download
the CESM codeCreate or Locate
anInput Data
Root DirectoryPossibly
Porting
if not on a setup machine
Creating, Running and Reviewing a Case
Create
a new caseInvoke
case.setup
Build
the executable withcase.build
Run
the model withcase.submit
Review
output data
Setting up your environment#
Every time you log onto the NCAR HPC you want to ensure you have the correct modules loaded. Please refer to the NCAR supercomputer section under Resources to make sure you are setting up your environment properly.
YOU SHOULD ENSURE YOU CHECK THIS EVERY TIME YOU ARE BUILDING A NEW CASE