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 code

    • Create or Locate an Input Data Root Directory

    • Possibly Porting if not on a setup machine

  • Creating, Running and Reviewing a Case

    • Create a new case

    • Invoke case.setup

    • Build the executable with case.build

    • Run the model with case.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 HPC environment section to make sure you are setting up your environment properly.

YOU SHOULD ENSURE YOU CHECK THIS EVERY TIME YOU ARE BUILDING A NEW CASE