Next: 1.3 Changes since CAM
Up: 1. Introduction
Previous: 1.1 How to Use
Contents
1.2 Quick Start
The following list of steps allows a user to quickly make a one day
test run of CAM 3.0.
- Download the CAM source code, resolution-independent datasets,
and T42 datasets from:
http://www.cesm.ucar.edu/php/ccsmAgreement.php?indexId=36. You will need to
accept the CAM License Agreement.
- Untar each dataset:
% gunzip -c cam3.0_source_code.tar.gz | tar xvf -
% gunzip -c cam3.0_forall_datasets.tar.gz | tar xvf -
% gunzip -c cam3.0_64x128_T42_datasets.tar.gz | tar xvf -
- Set the environment variable "CSMDATA" to the location of the
input datasets:
% setenv CSMDATA `pwd`
- Execute the configure command:
% ./cam1/models/atm/cam/bld/configure
- Build cam:
% gmake
- Execute the build-namelist command:
% ./cam1/models/atm/cam/bld/build-namelist
- Run cam:
% ./cam < namelist
At this point CAM should run for one day and exit. For more
sophisticated runs you will surely want to read the sections titled
Use Cases (2.3) and Sample Run Scripts (2.4).
Next: 1.3 Changes since CAM
Up: 1. Introduction
Previous: 1.1 How to Use
Contents
Jim McCaa
2004-10-22