Ignore:
Timestamp:
01/09/19 14:18:00 (5 years ago)
Author:
acosce
Message:

Update orchidee card in LMDZORINCAREPROBUS configuration to use last Orchidee version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/LMDZORINCAREPR_v6/GENERAL/PARAM/orchidee.def_Choi

    r3559 r4208  
    5454 
    5555# Use cdrag coefficient from gcm 
    56 CDRAG_FROM_GCM = y 
     56CDRAG_from_GCM = y 
    5757 
    5858# Interception reservoir coefficient. 
     
    6060SECHIBA_QSINT = 0.02 
    6161 
     62# Use 15 PFTs. Note that PFTmap.nc must contains 15PFTs. 
     63# PFT=10, 14 and 15 share the same parametrization.   
     64NVM=15 
     65PFT_TO_MTC=1,2,3,4,5,6,7,8,9,10,11,12,13,10,10 
     66PFT_NAME__10='temperate C3           grass      ' 
     67PFT_NAME__14='tropical  C3           grass      ' 
     68PFT_NAME__15='boreal    C3           grass      ' 
     69 
     70# Set NVM and PFT_TO_MTC as follow to run with PFTmap files containing 13 pfts 
     71# Do this for example to run with the CMIP5 vegetation files 
     72#NVM=13 
     73#PFT_TO_MTC=1,2,3,4,5,6,7,8,9,10,11,12,13 
     74 
     75# Do not use default fire module 
     76FIRE_DISABLE = y 
     77 
    6278# Parmeters related to vegetation map 
    6379#************************************************************************** 
    64 # Year of the land_use vegetation map readed 
    65 # year off the pft map 
    66 # default = 282 
    67 VEGET_YEAR = 1 
    68  
    69 # The parameter is used to bypass veget_year count  
    70 # and reinitialize it with VEGET_YEAR parameter. 
    71 # Then it is possible to change LAND USE file. 
    72 # If LAND_USE 
    73 # default = y 
    74 VEGET_REINIT = n 
    75  
    76 # Update vegetation frequency (since 2.0 version) 
    77 # The veget datas will be update at this period if LAND_USE 
     80# Update vegetation frequency 
     81# The veget datas will be update at this period 
    7882# default = 1Y 
    7983VEGET_UPDATE = _AUTO_ 
    8084 
    81 # Do not use default fire module 
    82 FIRE_DISABLE = y 
     85# Read lai map (default n) 
     86LAI_MAP = _AUTO_ : DEFAULT = n 
    8387 
    8488# Create river description file 
     
    98102CO2_FOR_BVOC_POSSELL=n 
    99103 
     104 
     105# Parameters below were previous default values 
     106# The new values have not been tested with Choisnel.  
     107#************************************************************************ 
     108OK_EXPLICITSNOW=n 
     109DO_WOOD_HARVEST=n 
     110ROUGH_DYN=n 
     111VCMAX25=-9999., 50.0, 65.0, 45.0, 45.0, 55.0, 45.0, 45.0, 35.0, 70.0, 70.0, 70.0, 70.0, 70.0, 70.0 
     112STRESS_GS=0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0. ,0., 0. 
     113STRESS_GM=0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0. ,0., 0. 
     114SNOWA_AGED_VIS=0.5, 0., 0., 0.15, 0.14, 0.14, 0.15, 0.14, 0.22, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35 
     115SNOWA_AGED_NIR=0.35, 0., 0., 0.14, 0.14, 0.14, 0.14, 0.14, 0.14, 0.18, 0.18, 0.18, 0.18, 0.18, 0.18 
     116SNOWA_DEC_VIS= 0.45, 0., 0., 0.1, 0.06, 0.11, 0.10, 0.11, 0.18, 0.60, 0.60, 0.60, 0.60, 0.60, 0.60 
     117SNOWA_DEC_NIR= 0.45, 0., 0., 0.06, 0.06, 0.11, 0.06, 0.11, 0.11, 0.52 ,0.52, 0.52, 0.52, 0.52 ,0.52 
     118ALB_LEAF_VIS=.0, .0397, .0474, .0386, .0484, .0411, .041, .0541, .0435, .0524, .0508, .0509, .0606, .0524, .0524 
     119ALB_LEAF_NIR=.0, .227, .214, .193, .208, .244, .177, .218, .213, .252, .265, .272, .244, .252, .252 
     120FRAC_GROWTHRESP = -9999., .28, .28, .28, .28, .28, .28, .28, .28, .28, .28, .28, .28, .28, .28 
     121MAINT_RESP_SLOPE_C=-9999., .20, .20, .16, .16, .16, .16, .16, .16, .16, .12, .16, .12, .16, .16 
     122LAI_MAX=-9999., 7., 7., 5., 5., 5., 4.5, 4.5, 3.0, 2.5, 2.5, 5.,5., 2.5, 2.5 
     123ALWAYS_INIT=n, n, n, n, n, n, n, n, n, n, n, n, n, n, n 
     124ALB_BG_MODIS=n 
     125DOWNREGULATION_CO2=n 
     126DOWNREGULATION_CO2_BASELEVEL = 280. 
     127CARBON_TAU_ISLOW = 5.48 
     128CARBON_TAU_IPASSIVE = 241. 
     129OK_FREEZE = n 
     130CWRR_NKS_N0 = 0.95 
     131CWRR_NKS_POWER = 0.34 
     132CWRR_AKS_A0 = 0.00012 
     133CWRR_AKS_POWER = 0.53 
     134 
Note: See TracChangeset for help on using the changeset viewer.