Changes between Version 12 and Version 13 of DevelopmentActivities/ORCHIDEE-CNP/activate11HYDRO


Ignore:
Timestamp:
2017-04-06T09:15:48+02:00 (7 years ago)
Author:
dgoll
Comment:

--

Legend:

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

    v12 v13  
    1 = 0. WARNING  (revision r3731) = 
    2 The 11-layer hydrology works technically, but it is not recommended to use. 
    3 The routine for nitrogen dynamics is not able to handle the layers correctly.  
    4 NV is working on that; his developments will be taken over when he is done. 
    5  
    6 In general, the vegetation dynamics get worse when using the 11-layer hydrology, although soil hydrology is improved (bias compensation issues). 
    7  
     1The 11-layer hydrology is now the default scheme for ORCHIDEE-CN-P (r4166). 
    82 
    93= 1. active the new hydrology scheme = 
    10 To activate the 11-layer hydrology you have to 
     4To activate the 11-layer hydrology you have to make sure 
    115in PARAM/run.def: 
    126{{{ 
    137HYDROL_CWRR = y 
    148}}} 
    15 and in sechiba.card: 
    16 {{{ 
    17 NEWHYDROL=y 
    18 }}} 
    199 
    20  
    21 = 2. tell the model that has to deal with new input files = 
    22 we use USDA for soil texture and the  Zobler (default) file for soil color  
     10= 2. tell the model that has to deal with a new input file  = 
     11we use USDA for soil texture and the Zobler (default) file for soil color  
    2312(which increases the risk of having inconsistent soil properties / is inefficient ) 
    2413 
     
    3120}}} 
    3221 
     22= 3. use the NP version of the soil map (IMPORTANT)  = 
    3323add in COMP/sechiba.card: 
    3424{{{ 
    35             (/ccc/cont003/home/dsm/p529goll/ORC-CNP_input/soils_param_usda_new.nc, soils_param_usda.nc), \ 
     25            (/ccc/cont003/home/dsm/p529goll/ORC-CNP_input/revXX/soils_param_usda_new.nc, soils_param_usda.nc), \ 
    3626}}} 
     27Make sure the file name is the same as set in PARAM/run.def for SOILCLASS_FILE 
    3728 
    3829 
    39