Changes between Version 5 and Version 6 of LMDZOR_v4
- Timestamp:
- 05/02/11 17:33:22 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LMDZOR_v4
v5 v6 4 4 Josefine Ghattas[[BR]] 5 5 6 LMDZOR_v4 is the current version using LMDZ and ORCHIDEE. It is a configuration in phase with the coupled model IPSLCM5A. It can be used with LMDZ4 production version LMDZ4_AR5 or with one of the latest versions of LMDZ5/trunk.6 LMDZOR_v4 is the current version using LMDZ and ORCHIDEE. It can be used with LMDZ4 production version LMDZ4_AR5 or with one of the latest versions of LMDZ5/trunk. Therefore before extracting the model think about which version of LMDZ you want and correct eventually in modipsl/util/mod.def. 7 7 Before running this model set up, choose between 2 mode : Interannual AMIP simulation or climatological simulation. No default setup exists. Modifications done by the user in the lmdz.card or orchidee.card are often necessary to adapt to a specific simulation. Modifications in lmdz.driver or orchidee.driver are less often necessary. 8 8 ---- 9 = Choose LMDZ version before extracting = 10 Decide which version of LMDZ you want before extracting the configuration with '''./model LMDZOR_v4'''. For a stable reference version take LMDZ4/branches/LMDZ4_AR5 HEAD version which is the one used for CMIP5 coupled simulations. Or for development issues or to have the latest version take LMDZ5/trunk HEAD version but be aware that it is a not a stable version.[[BR]] 9 11 12 Change eventually in modipsl/util/mod.def, for LMDZ4_AR5 put : 13 {{{ 14 #-C- LMDZOR_v4 LMDZ4/branches/LMDZ4_AR5 HEAD 11 LMDZ modeles 15 }}} 16 or for LMDZ5 : 17 {{{ 18 #-C- LMDZOR_v4 LMDZ5/trunk HEAD 11 LMDZ modeles 19 }}} 20 You can also precise a revision number instead of ''HEAD'' to avoid pointing to the latest committed version at the branch indicated just before(LMDZ4/branches/LMDZ4_AR5 or LMDZ5/trunk). 21 22 23 24 25 ---- 10 26 = CREATE experience for creation of initial state and interpolating of boundary conditions = 11 27 This experience is used to interpolate boundary conditions(limit.nc and climoz_LMDMZ.nc) and create initial state conditions (start.nc and startphy.nc) for LMDZ using the executable ce0l.e or create_etat0_limit.e. The CREATE experience does not contain a PARAM directory. Instead in CREATE/COMP/lmdz.card the parameter ''PARAM_DIR'' points to the directory in experience LMDZOR. PARAM_DIR can be changed to use another directory if wanted.