Ignore:
Timestamp:
2019-12-16T12:11:50+01:00 (5 years ago)
Author:
josefine.ghattas
Message:

As done in ORCHIDEE_2_0:
Added new option for downregulation parametrization. Set DOWNREGULATION_CO2_NEW=y in run.def to activate. This option will be availble for configurations IPSLCM66.1.11 and later.

IF both DOWNREGULATION_CO2 and DOWNREGULATION_CO2_NEW are true, then DOWNREGULATION_CO2 will be set to false.

See ticket #641

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ORCHIDEE_2_2/ORCHIDEE/orchidee.default

    r6102 r6393  
    289289VCMAX_FIX =  0., 40., 50., 30., 35., 40.,30., 40., 35., 60., 60., 70., 70.  
    290290 
    291 # DOWNREG_CO2 ([-]) :  coefficient for CO2 downregulation (unitless)    {} 
     291# DOWNREG_CO2 ([-]) :  coefficient for CO2 downregulation (unitless)    {OK_CO2 and DOWNREGULATION_CO2} 
    292292DOWNREG_CO2 =  0., 0.38, 0.38, 0.28, 0.28, 0.28, 0.22, 0.22, 0.22, 0.26, 0.26, 0.26, 0.26  
     293 
     294# DOWNREG_CO2_NEW ([-]) :  coefficient for CO2 downregulation (unitless)        {OK_CO2 and DOWNREGULATION_CO2_NEW} 
     295DOWNREG_CO2_NEW =  0., 0.35, 0.35, 0.26, 0.26, 0.26, 0.20, 0.20, 0.20, 0.24, 0.03, 0.24, 0.03  
    293296 
    294297# E_KmC ([J mol-1]) :  Energy of activation for KmC     {} 
     
    976979DEW_VEG_POLY_COEFF =  0.887773, 0.205673, 0.110112, 0.014843, 0.000824, 0.000017   
    977980 
    978 # DOWNREGULATION_CO2 ([FLAG]   ) :  Activation of CO2 downregulation    {OK_SECHIBA} 
     981# DOWNREGULATION_CO2 ([FLAG]   ) :  Activation of CO2 downregulation (used for CMIP6 version 6.1.0-6.1.10)      {OK_SECHIBA} 
    979982DOWNREGULATION_CO2 =  y  
    980983 
    981 # DOWNREGULATION_CO2_BASELEVEL ([ppm]   ) :  CO2 base level     {OK_SECHIBA } 
     984# DOWNREGULATION_CO2_NEW ([FLAG]   ) :  Activation of CO2 downregulation (used for CMIP6 version 6.1.11 and later)      {OK_SECHIBA} 
     985DOWNREGULATION_CO2_NEW =  n  
     986 
     987# DOWNREGULATION_CO2_BASELEVEL ([ppm]   ) :  CO2 base level     {DOWNREGULATION_CO2 or DOWNREGULATION_CO2_NEW} 
    982988DOWNREGULATION_CO2_BASELEVEL =  380.  
     989 
     990# DOWNREGULATION_CO2_MINIMUM ([ppm]   ) :  CO2 value above which downregulation is taken into account   {DOWNREGULATION_CO2_NEW} 
     991DOWNREGULATION_CO2_MINIMUM =  280.  
    983992 
    984993# GB_REF ([s m-1]   ) :  Leaf bulk boundary layer resistance    {} 
     
    17261735XIOS_REMAP_OUTPUT =  True  
    17271736 
     1737# DT_STOMATE ([seconds]) :  Time step of STOMATE and other slow processes       {OK_STOMATE} 
     1738DT_STOMATE =  86400.  
     1739 
Note: See TracChangeset for help on using the changeset viewer.