CAM 5.3 Source code overview


The full description of the Community Atmosphere Model CAM 5.3 can be found here.
CESM is a fully-coupled, community, global climate model that provides state-of-the-art computer simulations of the Earth's past, present, and future climate states.
Some facts about CESM: To browse and explore CAM5.3 source code, you can login on cruncher.
From a Linux terminal:
ssh -Y $LOGNAME@cruncher.norstore.uio.no
where $LOGNAME is your UIO username (replace it by your own username!)
Documentation on norStore facility can be found here.

Please note that these machines are not accessible outside the UIO networks. If you wish to login on abel or cruncher outside the UIO network, use X2Go Client.
The source code we will be using is stored in /projects/NS1000K/GEF4530/cesm1_2_2/models/atm/cam:
cd /projects/NS1000K/GEF4530/cesm1_2_2/models/atm/cam
ls 



The full developers guidelines can be found here.
The source code for CAM 5.3 is located in the "src" and its sub-directories (the main parts are highlighted in bold):