Coupled model build instructions

To check out the model:

cvs co -r tag_name GEOSodas_m7,

where

tag_name = yuri-s2s3-unstable for SLES11
tag_name = yuri-s2s3-unstable-SLES12 for SLES12

Note: You can use either tag on pfe. They are identical besides different modules.

To build the model:

cd GEOSodas/src
source g5_modules
setenv ESMADIR path_to_sandbox (GEOSodas)
make install

To build with debug options:

make BOPT=g install

To set up experiment

cd Applications/GEOSgcm_App
./gcm_setup

When you are asked if you want to run a coupled model, answer 'yes'. Available resolutions are:

c90x72 atmosphere, 360x200x50 ocean;
c180x72 atmosphere, 720x410x40 ocean;
c180x72 atmosphere, 1440x1080x50 ocean. This is S2Sv3 resolution.

When you are asked which history template do you want to use, you may choose HISTORY.AOGCM.rc.tmpl or HISTORY.S2S.rc.tmpl. All other parameters may be left default.