Ignore:
Timestamp:
01/25/17 13:02:46 (7 years ago)
Author:
jgipsl
Message:

Modified set up of orchidee to fit with IPSLCM6.0.8. To benefit from all changes, it suppses a revision 3977 or later or ORCHIDEE/trunk. The changes are:

  • new vegeation map: ESA-LUH2/historical/v1/withoutNoBio (PFTmap.nc)
  • new background albedo map: alb_bg_modisopt_2D_ESA_v2.nc
  • optimized parameters for albedo: ALB_LEAF_NIR, ALB_LEAF_VIS, SNOWA_AGED_NIR, SNOWA_DEC_NIR, SNOWA_AGED_VIS, SNOWA_DEC_VIS
  • activated new option for soil resistance, option DO_RSOIL
  • activate water stress on Vcmax, stomatal conductance (gs), or mesophyll conductance (gm): STRESS_GS, STRESS_GM, STRESS_VCMAX
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/orchidee.def_CWRR

    r3015 r3093  
    4242SOILCLASS_FILE   = soils_param_usdatop.nc 
    4343 
     44# DO_RSOIL : Reduce soil evaporation with a soil resistance 
     45DO_RSOIL=y 
     46 
    4447#************************************************************************** 
    4548# Activate Stomate component 
     
    5861SECHIBA_QSINT = 0.02 
    5962 
    60 # 
     63# STRESS_GS, STRESS_GM, STRESS_VCMAX : Stress on GS, GM and VCMAX 
     64STRESS_GS=1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1. 
     65STRESS_GM=1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1. 
     66STRESS_VCMAX=0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,1.,0.,1. 
     67 
     68# Optimized parameters for albedo 
     69ALB_LEAF_NIR = 0., 0.23, 0.18, 0.18, 0.20, 0.24, 0.15, 0.26, 0.20, 0.24, 0.27, 0.28, 0.26 
     70ALB_LEAF_VIS = 0., 0.04, 0.04, 0.04, 0.04, 0.03, 0.03, 0.03, 0.03, 0.06, 0.06, 0.06, 0.06 
     71SNOWA_AGED_NIR = 0.50, 0, 0, 0.10, 0.37, 0.08, 0.16, 0.17, 0.27, 0.44, 0.44, 0.44, 0.44 
     72SNOWA_DEC_NIR = 0.13, 0, 0, 0.10, 0.10, 0.16, 0.04, 0.07, 0.08, 0.12, 0.12, 0.12, 0.12 
     73SNOWA_AGED_VIS = 0.74, 0, 0, 0.08, 0.24, 0.07, 0.18, 0.18, 0.33, 0.57, 0.57, 0.57, 0.57 
     74SNOWA_DEC_VIS = 0.21, 0, 0, 0.14, 0.08, 0.17, 0.05, 0.06, 0.09, 0.15, 0.15, 0.15, 0.15 
     75 
    6176# Parameters related to vegetation map 
    6277#************************************************************************** 
Note: See TracChangeset for help on using the changeset viewer.