Ignore:
Timestamp:
03/23/18 15:31:39 (6 years ago)
Author:
acosce
Message:

Update IPSLESM to comply with v6 standard and add the AER experiment for the coupled model

File:
1 edited

Legend:

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

    r3430 r3687  
    22#************************************************************************** 
    33#                    Parameter file list for ORCHIDEE 
     4# See all optional parameters in modipsl/modeles/ORCHIDEE/orchidee.default 
    45#************************************************************************** 
    56 
     
    1920 
    2021# Use XIOS for writing diagnostics file 
    21 # defulat = n 
     22# default = y 
    2223XIOS_ORCHIDEE_OK = y 
    2324 
    2425# Writefrequency in seconds in sechiba_history.nc 
    25 # default = 86400.0 
     26# default = 0 
    2627WRITE_STEP = 0 
    2728 
     
    3536#************************************************************************** 
    3637# Activate the multi-layer diffusion scheme adapted from CWRR 
    37 # by default the Choisnel hydrology is used. 
    38 # default = n 
     38# default = y 
    3939HYDROL_CWRR = y 
    4040 
    4141# Activate river routing 
    42 # default = n 
     42# default = y 
    4343RIVER_ROUTING = y 
     44 
     45# Activate creation of river_desc.nc file 
     46# RIVER_DESC will be activated only the first execution in the simulation.  
     47RIVER_DESC = _AUTO_ 
    4448 
    4549# SOILTYPE_CLASSIF :  Type of classification used for the map of soil types (default zobler) 
     
    4852SOILCLASS_FILE   = soils_param.nc 
    4953 
    50 # DO_RSOIL : Reduce soil evaporation with a soil resistance 
    51 DO_RSOIL = y 
     54# DO_RSOIL : Reduce soil evaporation with a soil resistance (default n) 
     55DO_RSOIL = n 
     56 
     57# To make AVAN and NVAN constant with depth (default CWRR_AKS_A0=0, CWRR_AKS_POWER=0, CWRR_NKS_A0=0, CWRR_NKS_POWER=0 ) 
     58CWRR_AKS_A0 = 0. 
     59CWRR_AKS_POWER = 0. 
     60CWRR_NKS_A0 = 0. 
     61CWRR_NKS_POWER = 0. 
    5262 
    5363#************************************************************************** 
     
    5666 
    5767# Activate calculations of CO2 according to Farqhuar and Ball 
    58 # default = n 
     68# default = y 
    5969STOMATE_OK_CO2 = y 
    6070 
    61 # Use cdrag coefficient from gcm 
    62 CDRAG_FROM_GCM = y 
     71# CDRAG_from_GCM: Use cdrag coefficient from gcm (default=y if coupled to LMDZ) 
     72CDRAG_from_GCM = y 
    6373 
    6474# Interception reservoir coefficient. 
     
    7080NVM=15 
    7181PFT_TO_MTC=1,2,3,4,5,6,7,8,9,10,11,12,13,10,10 
    72  
    73 # STRESS_GS, STRESS_GM, STRESS_VCMAX : Stress on GS, GM and VCMAX (15 values, without space to have short line readable) 
     82NAME__10='temperate C3           grass      ' 
     83NAME__14='tropical  C3           grass      ' 
     84NAME__15='boreal    C3           grass      ' 
     85 
     86# STRESS_GS, STRESS_GM, STRESS_VCMAX : Stress on GS, GM and VCMAX 
     87# Default STRESS_GS=1, STRESS_GM=1, STRESS_VCMAX=1 for all PFTs 
    7488STRESS_GS=1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1. 
    7589STRESS_GM=1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1. 
    7690STRESS_VCMAX=1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1. 
    7791 
    78 # Optimized parameters for albedo  (15 values, without space to have short line readable for IOIPSL) 
     92# Optimized parameters for albedo (default values) 
    7993ALB_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,0.24,0.24 
    8094ALB_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,0.06,0.06 
     
    8599 
    86100# Optimized parameters for photosynthetic capacity  
     101# Default values except for PFT=15 
    87102VCMAX25__02 = 45.0 
    88 VCMAX25__03 = 50.0 
     103VCMAX25__03 = 45.0 
    89104VCMAX25__04 = 35.0 
    90105VCMAX25__05 = 40.0 
     
    95110VCMAX25__10 = 50.0 
    96111VCMAX25__11 = 50.0 
    97 VCMAX25__12 = 70.0 
    98 VCMAX25__13 = 70.0 
     112VCMAX25__12 = 60.0 
     113VCMAX25__13 = 60.0 
    99114VCMAX25__14 = 50.0 
    100115VCMAX25__15 = 40.0 
    101116 
    102117# Optimized parameters for LAI 
     118# Default values except for PFT=15 
    103119LAI_MAX__02 = 7.0 
    104 LAI_MAX__03 = 7.0 
     120LAI_MAX__03 = 5.0 
    105121LAI_MAX__04 = 5.0 
    106122LAI_MAX__05 = 4.0 
     
    123139DO_WOOD_HARVEST=y 
    124140 
     141# Growth respiration (default values except for PFT=14 and PFT=15) 
     142FRAC_GROWTHRESP__02 = 0.35 
     143FRAC_GROWTHRESP__03 = 0.35 
     144FRAC_GROWTHRESP__04 = 0.28 
     145FRAC_GROWTHRESP__05 = 0.28 
     146FRAC_GROWTHRESP__06 = 0.28 
     147FRAC_GROWTHRESP__07 = 0.35 
     148FRAC_GROWTHRESP__08 = 0.35 
     149FRAC_GROWTHRESP__09 = 0.35 
     150FRAC_GROWTHRESP__10 = 0.28 
     151FRAC_GROWTHRESP__11 = 0.28 
     152FRAC_GROWTHRESP__12 = 0.28 
     153FRAC_GROWTHRESP__13 = 0.28 
     154FRAC_GROWTHRESP__14 = 0.35 
     155FRAC_GROWTHRESP__15 = 0.35 
     156 
     157# Maintenance respiration slope C (default values except for PFT=14 and PFT=15) 
     158MAINT_RESP_SLOPE_C__02 = 0.12 
     159MAINT_RESP_SLOPE_C__03 = 0.12 
     160MAINT_RESP_SLOPE_C__04 = 0.16 
     161MAINT_RESP_SLOPE_C__05 = 0.16 
     162MAINT_RESP_SLOPE_C__06 = 0.16 
     163MAINT_RESP_SLOPE_C__07 = 0.25 
     164MAINT_RESP_SLOPE_C__08 = 0.25 
     165MAINT_RESP_SLOPE_C__09 = 0.25 
     166MAINT_RESP_SLOPE_C__10 = 0.16 
     167MAINT_RESP_SLOPE_C__11 = 0.12 
     168MAINT_RESP_SLOPE_C__12 = 0.16 
     169MAINT_RESP_SLOPE_C__13 = 0.12 
     170MAINT_RESP_SLOPE_C__14 = 0.12 
     171MAINT_RESP_SLOPE_C__15 = 0.25 
     172 
     173# Soil turnover (default CARBON_TAU=7, CARBON_TAU_IPASSOVE=300) 
     174CARBON_TAU_ISLOW = 7 
     175CARBON_TAU_IPASSIVE = 300 
     176 
     177# Take carbon from atmosphere if carbohydrate reserve too small, PFT dependent 
     178# Set to y for all pft except C4 grass (pft=11) and tropical C3 grass (pft=14) 
     179ALWAYS_INIT =  y, y, y, y, y, y, y, y, y, y, n, y, y, n, y 
     180 
     181# Do not use default fire module 
     182# Default FIRE_DISABLE=y 
     183FIRE_DISABLE = y 
     184 
    125185# Parameters related to vegetation map 
    126186#************************************************************************** 
    127 # Year of the land_use vegetation map readed 
    128 # year off the pft map 
    129 # default = 282 
    130 VEGET_YEAR = 1 
    131  
    132 # The parameter is used to bypass veget_year count  
    133 # and reinitialize it with VEGET_YEAR parameter. 
    134 # Then it is possible to change LAND USE file. 
    135 # If LAND_USE 
    136 # default = y 
    137 VEGET_REINIT = n 
    138  
    139 # Update vegetation frequency (since 2.0 version) 
    140 # The veget datas will be update at this period if LAND_USE 
     187# Update vegetation frequency 
     188# The maximum vegetation fractions will be update at this period 
    141189# default = 1Y 
    142190VEGET_UPDATE = _AUTO_ 
    143191 
    144 # Do not use default fire module 
    145 FIRE_DISABLE = y 
    146  
    147 # Create river description file 
    148 RIVER_DESC = _AUTO_ 
    149 RIVER_DESC_FILE =  river_desc.nc 
    150192 
    151193# Parameters related to surface and thermal physical properties 
    152194#************************************************************************ 
    153195# Read bare soil albedo from file with background MODIS data 
     196# Default ALB_BG_MODIS=y 
    154197ALB_BG_MODIS = y 
    155198ALB_BG_FILE  = alb_bg.nc 
    156199 
    157 # ROUGH_DYN : Account for a dynamic roughness height (activation of Su et al. parametrization) 
     200# ROUGH_DYN : Account for a dynamic roughness height (activation of Su et al. parametrization) (default y) 
    158201ROUGH_DYN=y 
    159202 
    160 # OK_FREEZE :  Activate the complet soil freezing scheme 
     203# OK_FREEZE :  Activate the complet soil freezing scheme (default y) 
    161204OK_FREEZE=y 
    162205 
    163 # DEPTH_MAX_T (m) :  Maximum depth of the soil thermodynamics 
     206# DEPTH_MAX_T (m) :  Maximum depth of the soil thermodynamics (default 90) 
    164207DEPTH_MAX_T=90 
    165208 
    166 # OK_EXPLICITSNOW :  Activate explict snow scheme 
     209# OK_EXPLICITSNOW :  Activate explict snow scheme (default y) 
    167210OK_EXPLICITSNOW=y 
    168211  
    169 # READ_REFTEMP :  Initialize soil temperature using climatological temperature 
     212# READ_REFTEMP :  Initialize soil temperature using climatological temperature (default y if OK_FREEZE=y) 
    170213READ_REFTEMP=y 
    171214 
Note: See TracChangeset for help on using the changeset viewer.