Changes between Version 124 and Version 125 of DevelopmentActivities/ORCHIDEE-DOFOCO
- Timestamp:
- 2017-06-20T14:07:23+02:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopmentActivities/ORCHIDEE-DOFOCO
v124 v125 139 139 140 140 1 – single layer, using the multi layer energy scheme 141 {{{ 141 142 ok_hydrol_arch = .TRUE.; 142 143 ok_gs_feedback = .TRUE.; … … 144 145 ok_impose_can_structure = .TRUE.; 145 146 ok_mleb_history_file = .FALSE. 147 }}} 146 148 2 – multi-layer energy budget 149 {{{ 147 150 ok_hydrol_arch = .TRUE.; 148 151 ok_gs_feedback = .TRUE.; … … 150 153 ok_impose_can_structure = .FALSE.; 151 154 ok_mleb_history_file = .FALSE. 155 }}} 152 156 3 – user specific as set in the run.def 157 {{{ 153 158 All read from the run.def 159 }}} 154 160 4 – single layer, using the original enerbil scheme 161 {{{ 155 162 ok_hydrol_arch = .FALSE.; 156 163 ok_gs_feedback = .FALSE.; … … 158 165 ok_impose_can_structure = .FALSE.; 159 166 ok_mleb_history_file = .FALSE. 167 }}} 160 168 161 169 === Plant water stress ===