Sequential CCSM utilizing MCT

The goal of this project is to develop a sequential CCSM that has all the functionality of the current concurrent CCSM and produces the same climate (and bfb answers in some scenarios)
!! Current Task List
Stand-alone cam functionality

Stand-alone clm functionality

Sequential driver (and sequential dead7 models)

Code clean-up

!! Sequential CCSM-dead User's Guide

  1. Check out code: svn co $SVNREPO/dead7/trunk dead7_wc
  2. Make a build and run directory
  3. execute ~dead7_wc/bld/configure from the build directory.
  4. type "make"
  5. copy the executable to your in run directory.
  6. copy all the _in files from dead7_wc/bld to your run directory
  7. Run the model.
    For different resolutions
    7. copy the dead7_wc/bld/seq_maps.rc file to your run directory.
    8. edit the _in files to change the resolution of the ocean/ice or atm/lnd.
    9. edit seq_maps.rc to point to the correct mapping files (example is for a T31_gxv3 case)
    10. Run the model.