Ignore:
Timestamp:
05/17/21 16:26:28 (3 years ago)
Author:
aclsce
Message:

Merged with ORCHIDEE_OL LandN configuration.

File:
1 edited

Legend:

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

    r4860 r5721  
    3535# Hydrology parameters 
    3636#************************************************************************** 
    37 # Activate the multi-layer diffusion scheme adapted from CWRR 
    38 # default = y 
    39 HYDROL_CWRR = y 
    40  
    4137# Activate river routing 
    4238# default = y 
     
    4945# SOILTYPE_CLASSIF :  Type of classification used for the map of soil types (default zobler) 
    5046SOILTYPE_CLASSIF = zobler  
    51 SOILALB_FILE     = soils_param.nc 
    5247SOILCLASS_FILE   = soils_param.nc 
    5348 
     
    6459# Activate Stomate component 
    6560STOMATE_OK_STOMATE = _AUTOBLOCKER_  
     61 
     62# Parameters related to nitrogen cycle 
     63#************************************************************************** 
     64# Update nitrogen input maps (default 0Y) 
     65NINPUT_UPDATE = _AUTO_ 
     66 
     67# Impose the CN ratio of leaves 
     68STOMATE_IMPOSE_CN = _AUTO_ 
     69 
     70# Set STOMATE_READ_CN=y to read cnleaf_map.nc file if STOMATE_IMPOSE_CN=y 
     71STOMATE_READ_CN = n 
     72CNLEAF_VAR = CN_LEAF 
    6673 
    6774# Activate calculations of CO2 according to Farqhuar and Ball 
     
    177184MAINT_RESP_SLOPE_C__15 = 0.25 
    178185 
    179 # Soil turnover (default CARBON_TAU=7, CARBON_TAU_IPASSOVE=300) 
    180 CARBON_TAU_ISLOW = 7 
    181 CARBON_TAU_IPASSIVE = 300 
    182  
    183186# Take carbon from atmosphere if carbohydrate reserve too small, PFT dependent 
    184187# Set to y for all pft except C4 grass (pft=11) and tropical C3 grass (pft=14) 
     
    232235CO2_FOR_BVOC_POSSELL=n 
    233236 
     237# Parameters below are different from default values of ORCHIDEE_2_0. 
     238# These values correspond to the previous default values and were used  
     239# during developement of ORCHIDEE-CN 
     240#************************************************************************** 
     241 
     242 
     243# Parameters below are different from default values of ORCHIDEE_2_0  
     244# because they were tuned for the developements of ORCHIDEE-CN 
     245#************************************************************************** 
     246MOIAVAIL_ALWAYS_GRASS=0.4 
     247MOIAVAIL_ALWAYS_TREE=0.8 
     248TCST_SNOWA=3 
     249 
     250#PHENO_GDD_CRIT_C(K) 
     251PHENO_GDD_CRIT_C__00012=360 
     252PHENO_GDD_CRIT_C__00013=450 
     253 
     254#HUM_MIN_TIME(days) 
     255HUM_MIN_TIME__00012=50 
     256 
     257#GDD_SENESCENCE(K) 
     258GDD_SENESCENCE__00012=1600 
     259 
     260#ALLOC_MIN(nan) 
     261ALLOC_MIN__00007=0.35000 
     262ALLOC_MIN__00008=0.70 
     263ALLOC_MIN__00009=0.20 
     264 
     265 
     266# File and variable name for nitrogen input files 
     267#************************************************************************** 
     268Nammonium_FILE = NONE 
     269Nammonium_VAR = nhx 
     270 
     271Nnitrate_FILE = NONE 
     272Nnitrate_VAR = noy 
     273 
     274WETNHX_FILE= wetnhx.nc 
     275WETNHX_VAR=wetnhx 
     276 
     277DRYNHX_FILE= drynhx.nc 
     278DRYNHX_VAR=drynhx 
     279 
     280WETNOY_FILE= wetnoy.nc 
     281WETNOY_VAR=wetnoy 
     282 
     283DRYNOY_FILE= drynoy.nc 
     284DRYNOY_VAR=drynoy 
     285 
     286Nfert_FILE = NONE 
     287Nfert_VAR = nfer 
     288 
     289Nmanure_FILE = NONE 
     290Nmanure_VAR = Nmanure 
     291 
     292Nfert_cropland_FILE = NONE 
     293Nfert_cropland_VAR = nfer 
     294 
     295Nfert_cropC3_FILE = fertc3.nc 
     296Nfert_cropC3_VAR = fertc3 
     297 
     298Nfert_cropC4_FILE = fertc4.nc 
     299Nfert_cropC4_VAR = fertc4 
     300 
     301Nmanure_cropland_FILE = NONE 
     302Nmanure_cropland_VAR = Nmanure 
     303 
     304Nfert_pasture_FILE = NONE 
     305Nfert_pasture_VAR = Nfer 
     306 
     307Nmanure_pasture_FILE = NONE 
     308Nmanure_pasture_VAR = Nmanure 
     309 
     310Nbnf_FILE= bnf.nc 
     311Nbnf_VAR= BNF_MGN_PERM2_PERYR 
Note: See TracChangeset for help on using the changeset viewer.