Changes between Version 7 and Version 8 of DevelopmentActivities/ORCHIDEE-CNP/activate11HYDRO
- Timestamp:
- 2016-08-29T17:46:58+02:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopmentActivities/ORCHIDEE-CNP/activate11HYDRO
v7 v8 2 2 3 3 4 = 1. active the hydrology=4 = 1. active the new hydrology scheme = 5 5 in PARAM/run.def: 6 6 {{{ 7 7 HYDROL_CWRR = y 8 8 }}} 9 = 2. tell the model to use the USDA soil texture file in addition to the default file = 9 and in sechiba.card: 10 {{{ 11 NEWHYDROL=y 12 }}} 13 14 15 = 2. tell the model that has to deal with new input files = 16 we use USDA for soil texture and the Zobler (default) file for soil color 17 (which increases the risk of having inconsistent soil properties / is inefficient ) 18 10 19 in PARAM/run.def: 11 20 {{{ … … 14 23 SOILCLASS_FILE=soils_param_usda.nc 15 24 SOILALB_FILE=soils_param.nc 25 }}} 16 26 17 18 }}}19 27 add in COMP/sechiba.card: 20 28 {{{ … … 24 32 25 33 26 = 3. This doesn't work !! =27 out_execution:28 {{{29 FATAL ERROR FROM ROUTINE flinget30 --> Variable soilcolor not found in file31 -->32 -->33 }}}34 out_orchidee:35 {{{36 CWRR hydrology is activated : T37 38 [...]39 40 Using a soilclass map with usda classification41 Interpolation Done42 }}}43 = 3.1 does this help? =44 In addition to what is done above add in COMP/sechiba.card:45 {{{46 NEWHYDROL= y47 }}}