Setting up S2Sv3 model: Difference between revisions

From GEOS-5
Jump to navigation Jump to search
Instructions for building S2Sv3 model and setting up a coupled run.
 
Line 13: Line 13:
  setenv ESMADIR path_to_sandbox (GEOSodas)
  setenv ESMADIR path_to_sandbox (GEOSodas)
  make install
  make install
To build with debug options:
make BOPT=g install


== To set up experiment ==
== To set up experiment ==

Revision as of 14:08, 23 March 2021

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 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 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.