Changes between Version 27 and Version 28 of LMDZoGuOR
- Timestamp:
- 04/27/11 18:05:01 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LMDZoGuOR
v27 v28 1 = Configuration LMDZOR_v4 = 1 [[PageOutline]] 2 3 = LMDZOR_v4 configuration = 2 4 Josefine Ghattas[[BR]] 3 4 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 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. 7 8 ---- 9 8 10 = CREATE experience for creation of initial state and interpolating of boundary conditions = 9 11 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. … … 18 20 }}} 19 21 20 == Boundary conditions using IPSL coupled model output ==22 == Using IPSL coupled model output == 21 23 22 24 Do following steps to create boundary conditions using output from a previous LMDZ run.[[BR]] … … 82 84 Parameters in config.card such as !JobName, !CalendarType, !DateBegin, !DateEnd must always be considered and eventually modified according to desired experience. 83 85 86 == Nudged run == 87 Follow 3 steps to activate nudging in LMDZ. [[BR]] 88 89 1) Set parameter ok_guide=y in lmdz.card. [[BR]] 90 91 2) Modify parameter file guide.def containing specifications for the nudging according to the experience.[[BR]] 92 93 3) Add files containing the nudging variables in lmdz.card (''_Climat'' or ''_AMIP'') in section !BoundaryFiles. These files have to be interpolated previously to the model horizontal grid. 94 84 95 ---- 85 96 86 = Problems running at VARGAS ?=97 = Problems running at VARGAS = 87 98 * You should not compile with -O5 at VARGAS. Compile with -O3 or lower optimization. Default compiler xlf 13.1.0.3 is ok with -O3. 88 99 * If the executable create_etat0_limit or ce0l exits with following error message you need to update your LMDZ version to revision 1476 at branch LMDZ4_AR5 or higher :