Changes between Version 24 and Version 25 of DevelopmentActivities/ORCHIDEE-CNP/howtoSPINAL
- Timestamp:
- 2016-08-11T03:27:47+02:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopmentActivities/ORCHIDEE-CNP/howtoSPINAL
v24 v25 84 84 STOMATE_HIST_DT = 1 85 85 }}} 86 87 set the 11-layer hydrololgyscheme to explicitly to "n" ("_AUTO_" will cause a stop of the orchidee executable):86 At the moment, (although strongly recommended as the 2-layer scheme performs poorly in the this model version), the 11-layer hydrology scheme is not working in the version of ORCHIDEE-CNP (r3530) due to (technical) bug(s) in the handling of logical switches related to CWRR (I am working on that). 87 So, set the 11-layer hydrology & scheme to explicitly to "n" ("_AUTO_" will cause a stop of the orchidee executable): 88 88 {{{ 89 89 # Activate the multi-layer diffusion scheme adapted from CWRR 90 90 # by default the Choisnel hydrology is used. 91 91 HYDROL_CWRR = n 92 {{{E 93 At the moment, (although strongly recommended as the 2-layer scheme performs poorly in the this model version), the 11-layer hydrology scheme is not working in the version of ORCHIDEE-CNP (r3530) due to (technical) bug(s) in the handling of logical switches related to CWRR (I am working on that). 92 }}} 93 94 94 95 95 … … 219 219 It is important that you stick to the libIGCM regulations. You /libIGCM/clean_Month to reset run.card or delete run.card if you want to start from scratch. 220 220 To avoid headaches, it is recommended to always delete all file which you want to redo , for example in the experiment output in IGCM_OUT, etc 221 222 223 == 2.0 problems which might occur == 224 === 2.1. executable causes a stop === 225 In general, you should check the out_orchidee_ol and out_execution files for error messages. 226 227 ==== known problems ==== 228 if you can find in "out_orchidee_ol" a message that a LOGICAL has an inappropriate vato "y" or "n", for example: 229 {{{ 230 # Activate the multi-layer diffusion scheme adapted from CWRR 231 # by default the Choisnel hydrology is used. 232 HYDROL_CWRR = n 233 }}} 234