Changes between Version 7 and Version 8 of DevelopmentActivities/ORCHIDEE-CNP/activate11HYDRO


Ignore:
Timestamp:
2016-08-29T17:46:58+02:00 (8 years ago)
Author:
dgoll
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentActivities/ORCHIDEE-CNP/activate11HYDRO

    v7 v8  
    22 
    33 
    4 = 1. active the hydrology = 
     4= 1. active the new hydrology scheme = 
    55in PARAM/run.def: 
    66{{{ 
    77HYDROL_CWRR = y 
    88}}} 
    9 = 2. tell the model to use the USDA soil texture file in addition to the default file = 
     9and in sechiba.card: 
     10{{{ 
     11NEWHYDROL=y 
     12}}} 
     13 
     14 
     15= 2. tell the model that has to deal with new input files = 
     16we 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 
    1019in PARAM/run.def: 
    1120{{{ 
     
    1423SOILCLASS_FILE=soils_param_usda.nc 
    1524SOILALB_FILE=soils_param.nc 
     25}}} 
    1626 
    17  
    18 }}} 
    1927add in COMP/sechiba.card: 
    2028{{{ 
     
    2432 
    2533 
    26 = 3. This doesn't work !! = 
    27 out_execution: 
    28 {{{ 
    29 FATAL ERROR FROM ROUTINE flinget 
    30  --> Variable soilcolor not found in file 
    31  -->   
    32  -->   
    33 }}} 
    34 out_orchidee: 
    35 {{{ 
    36 CWRR hydrology is activated :  T 
    37  
    38 [...] 
    39  
    40  Using a soilclass map with usda classification 
    41  Interpolation Done 
    42 }}} 
    43 = 3.1 does this help? = 
    44 In addition to what is done above add in COMP/sechiba.card: 
    45 {{{ 
    46  NEWHYDROL= y  
    47 }}}