CESM Workflow#
CESM has been designed to be easy to use. Once you have downloaded the CESM code, a CESM case
can be run with a set of 4 commands.
Note: In CESM jargon, a case refers to a specific instance of a model simulation.
Create a new case using
create_newcase
Set up the case by invoking
case.setup
Build the executable using
case.build
Run your case using
case.submit
The following sections will go into more detail about these 4 commands and also provide information about how to check your job status or create a clone of a previous case.
More information#
More detailed information on the CESM2 Workflow is documented in the following links and can be read in detail at a later time.