Setting up S2Sv3 model: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 21: | Line 21: | ||
./gcm_setup | ./gcm_setup | ||
When asked if you want to run a coupled model, answer 'yes'. Available resolutions are: | When you are asked if you want to run a coupled model, answer 'yes'. Available resolutions are: | ||
c90x72 atmosphere, 360x200x50 ocean; | c90x72 atmosphere, 360x200x50 ocean; | ||
c180x72 atmosphere, 720x410x40 ocean; | c180x72 atmosphere, 720x410x40 ocean; | ||
c180x72 atmosphere, 1440x1080x50 ocean. This is S2Sv3 resolution. | c180x72 atmosphere, 1440x1080x50 ocean. This is S2Sv3 resolution. | ||
When you asked which history template do you want to use, you may choose <code>HISTORY.AOGCM.rc.tmpl</code> or <code>HISTORY.S2S.rc.tmpl</code>. All other parameters may be left default. | When you are asked which history template do you want to use, you may choose <code>HISTORY.AOGCM.rc.tmpl</code> or <code>HISTORY.S2S.rc.tmpl</code>. All other parameters may be left default. |
Revision as of 13:42, 6 May 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 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.