Changeset 3573


Ignore:
Timestamp:
02/07/18 22:55:42 (6 years ago)
Author:
jgipsl
Message:

Default values have been changed in ORCHIDEE/trunk revision 4962, see ticket https://forge.ipsl.jussieu.fr/orchidee/ticket/414

  • The new default values corresponds to the parameters set in orchidee.def_CWRR, therfor no change in results for CWRR.
  • To have no change in results for Choi, the previous default values have been set in orchidee.def_Choi.
Location:
CONFIG/UNIFORM/v6
Files:
4 edited

Legend:

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

    r3572 r3573  
    2020 
    2121# Use XIOS for writing diagnostics file 
    22 # defulat = n 
     22# default = y 
    2323XIOS_ORCHIDEE_OK = y 
    2424 
    2525# Writefrequency in seconds in sechiba_history.nc 
    26 # default = 86400.0 
     26# default = 0 
    2727WRITE_STEP = 0 
    2828 
     
    3636#************************************************************************** 
    3737# Activate the multi-layer diffusion scheme adapted from CWRR 
    38 # by default the Choisnel hydrology is used. 
    39 # default = n 
     38# default = y 
    4039HYDROL_CWRR = y 
    4140 
    4241# Activate river routing 
    43 # default = n 
     42# default = y 
    4443RIVER_ROUTING = y 
    4544 
     
    5352SOILCLASS_FILE   = soils_param.nc 
    5453 
    55 # DO_RSOIL : Reduce soil evaporation with a soil resistance 
     54# DO_RSOIL : Reduce soil evaporation with a soil resistance (default n) 
    5655DO_RSOIL = n 
    5756 
    58 # To make AVAN and NVAN constant with depth 
     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 ) 
    5958CWRR_AKS_A0 = 0. 
    6059CWRR_AKS_POWER = 0. 
     
    6766 
    6867# Activate calculations of CO2 according to Farqhuar and Ball 
    69 # default = n 
     68# default = y 
    7069STOMATE_OK_CO2 = y 
    7170 
    72 # Use cdrag coefficient from gcm 
     71# CDRAG_from_GCM: Use cdrag coefficient from gcm (default=y if coupled to LMDZ) 
    7372CDRAG_from_GCM = y 
    7473 
     
    8584NAME__15='boreal    C3           grass      ' 
    8685 
    87 # STRESS_GS, STRESS_GM, STRESS_VCMAX : Stress on GS, GM and VCMAX (15 values, without space to have short line readable) 
     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 
    8888STRESS_GS=1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1. 
    8989STRESS_GM=1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1. 
    9090STRESS_VCMAX=1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1. 
    9191 
    92 # Optimized parameters for albedo 
     92# Optimized parameters for albedo (default values) 
    9393ALB_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 
    9494ALB_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 
     
    9999 
    100100# Optimized parameters for photosynthetic capacity  
     101# Default values except for PFT=15 
    101102VCMAX25__02 = 45.0 
    102103VCMAX25__03 = 45.0 
     
    115116 
    116117# Optimized parameters for LAI 
     118# Default values except for PFT=15 
    117119LAI_MAX__02 = 7.0 
    118120LAI_MAX__03 = 5.0 
     
    137139DO_WOOD_HARVEST=y 
    138140 
    139 # Growth respiration 
     141# Growth respiration (default values except for PFT=14 and PFT=15) 
    140142FRAC_GROWTHRESP__02 = 0.35 
    141143FRAC_GROWTHRESP__03 = 0.35 
     
    153155FRAC_GROWTHRESP__15 = 0.35 
    154156 
    155 # Maintenance respiration slope C 
     157# Maintenance respiration slope C (default values except for PFT=14 and PFT=15) 
    156158MAINT_RESP_SLOPE_C__02 = 0.12 
    157159MAINT_RESP_SLOPE_C__03 = 0.12 
     
    169171MAINT_RESP_SLOPE_C__15 = 0.25 
    170172 
    171 # Soil turnover 
     173# Soil turnover (default CARBON_TAU=7, CARBON_TAU_IPASSOVE=300) 
    172174CARBON_TAU_ISLOW = 7 
    173175CARBON_TAU_IPASSIVE = 300 
     
    178180 
    179181# Do not use default fire module 
     182# Default FIRE_DISABLE=y 
    180183FIRE_DISABLE = y 
    181184 
     
    183186#************************************************************************** 
    184187# Update vegetation frequency 
    185 # The veget datas will be update at this period 
     188# The maximum vegetation fractions will be update at this period 
    186189# default = 1Y 
    187190VEGET_UPDATE = _AUTO_ 
     
    191194#************************************************************************ 
    192195# Read bare soil albedo from file with background MODIS data 
     196# Default ALB_BG_MODIS=y 
    193197ALB_BG_MODIS = y 
    194198ALB_BG_FILE  = alb_bg.nc 
    195199 
    196 # 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) 
    197201ROUGH_DYN=y 
    198202 
    199 # OK_FREEZE :  Activate the complet soil freezing scheme 
     203# OK_FREEZE :  Activate the complet soil freezing scheme (default y) 
    200204OK_FREEZE=y 
    201205 
    202 # DEPTH_MAX_T (m) :  Maximum depth of the soil thermodynamics 
     206# DEPTH_MAX_T (m) :  Maximum depth of the soil thermodynamics (default 90) 
    203207DEPTH_MAX_T=90 
    204208 
    205 # OK_EXPLICITSNOW :  Activate explict snow scheme 
     209# OK_EXPLICITSNOW :  Activate explict snow scheme (default y) 
    206210OK_EXPLICITSNOW=y 
    207211  
    208 # READ_REFTEMP :  Initialize soil temperature using climatological temperature 
     212# READ_REFTEMP :  Initialize soil temperature using climatological temperature (default y if OK_FREEZE=y) 
    209213READ_REFTEMP=y 
    210214 
  • CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/orchidee.def_Choi

    r3572 r3573  
    7575# Parmeters related to vegetation map 
    7676#************************************************************************** 
    77 # Update vegetation frequency (since 2.0 version) 
    78 # The veget datas will be update at this period if LAND_USE 
     77# Update vegetation frequency 
     78# The veget datas will be update at this period 
    7979# default = 1Y 
    8080VEGET_UPDATE = _AUTO_ 
     
    9797CO2_FOR_BVOC_POSSELL=n 
    9898 
     99 
     100# Parameters below were previous default values 
     101# The new values have not been tested with Choisnel.  
     102#************************************************************************ 
     103OK_EXPLICITSNOW=n 
     104DO_WOOD_HARVEST=n 
     105ROUGH_DYN=n 
     106VCMAX25=-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 
     107STRESS_GS=0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0. ,0., 0. 
     108STRESS_GM=0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0. ,0., 0. 
     109SNOWA_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 
     110SNOWA_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 
     111SNOWA_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 
     112SNOWA_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 
     113ALB_LEAF_VIS=.0, .0397, .0474, .0386, .0484, .0411, .041, .0541, .0435, .0524, .0508, .0509, .0606, .0524, .0524 
     114ALB_LEAF_NIR=.0, .227, .214, .193, .208, .244, .177, .218, .213, .252, .265, .272, .244, .252, .252 
     115FRAC_GROWTHRESP = -9999., .28, .28, .28, .28, .28, .28, .28, .28, .28, .28, .28, .28, .28, .28 
     116MAINT_RESP_SLOPE_C=-9999., .20, .20, .16, .16, .16, .16, .16, .16, .16, .12, .16, .12, .16, .16 
     117LAI_MAX=-9999., 7., 7., 5., 5., 5., 4.5, 4.5, 3.0, 2.5, 2.5, 5.,5., 2.5, 2.5 
     118ALWAYS_INIT=n, n, n, n, n, n, n, n, n, n, n, n, n, n, n 
     119ALB_BG_MODIS=n 
     120DOWNREGULATION_CO2=n 
     121DOWNREGULATION_CO2_BASELEVEL = 280. 
     122CARBON_TAU_ISLOW = 5.48 
     123CARBON_TAU_IPASSIVE = 241. 
     124OK_FREEZE = n 
     125CWRR_NKS_N0 = 0.95 
     126CWRR_NKS_POWER = 0.34 
     127CWRR_AKS_A0 = 0.00012 
     128CWRR_AKS_POWER = 0.53 
     129 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/orchidee.def_CWRR

    r3572 r3573  
    2020 
    2121# Use XIOS for writing diagnostics file 
    22 # defulat = n 
     22# default = y 
    2323XIOS_ORCHIDEE_OK = y 
    2424 
    2525# Writefrequency in seconds in sechiba_history.nc 
    26 # default = 86400.0 
     26# default = 0 
    2727WRITE_STEP = 0 
    2828 
     
    3636#************************************************************************** 
    3737# Activate the multi-layer diffusion scheme adapted from CWRR 
    38 # by default the Choisnel hydrology is used. 
    39 # default = n 
     38# default = y 
    4039HYDROL_CWRR = y 
    4140 
    4241# Activate river routing 
    43 # default = n 
     42# default = y 
    4443RIVER_ROUTING = y 
    4544 
     
    5352SOILCLASS_FILE   = soils_param.nc 
    5453 
    55 # DO_RSOIL : Reduce soil evaporation with a soil resistance 
     54# DO_RSOIL : Reduce soil evaporation with a soil resistance (default n) 
    5655DO_RSOIL = n 
    5756 
    58 # To make AVAN and NVAN constant with depth 
     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 ) 
    5958CWRR_AKS_A0 = 0. 
    6059CWRR_AKS_POWER = 0. 
     
    6766 
    6867# Activate calculations of CO2 according to Farqhuar and Ball 
    69 # default = n 
     68# default = y 
    7069STOMATE_OK_CO2 = y 
    7170 
    72 # Use cdrag coefficient from gcm 
     71# CDRAG_from_GCM: Use cdrag coefficient from gcm (default=y if coupled to LMDZ) 
    7372CDRAG_from_GCM = y 
    7473 
     
    8584NAME__15='boreal    C3           grass      ' 
    8685 
    87 # STRESS_GS, STRESS_GM, STRESS_VCMAX : Stress on GS, GM and VCMAX (15 values, without space to have short line readable) 
     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 
    8888STRESS_GS=1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1. 
    8989STRESS_GM=1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1. 
    9090STRESS_VCMAX=1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1. 
    9191 
    92 # Optimized parameters for albedo 
     92# Optimized parameters for albedo (default values) 
    9393ALB_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 
    9494ALB_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 
     
    9999 
    100100# Optimized parameters for photosynthetic capacity  
     101# Default values except for PFT=15 
    101102VCMAX25__02 = 45.0 
    102103VCMAX25__03 = 45.0 
     
    115116 
    116117# Optimized parameters for LAI 
     118# Default values except for PFT=15 
    117119LAI_MAX__02 = 7.0 
    118120LAI_MAX__03 = 5.0 
     
    137139DO_WOOD_HARVEST=y 
    138140 
    139 # Growth respiration 
     141# Growth respiration (default values except for PFT=14 and PFT=15) 
    140142FRAC_GROWTHRESP__02 = 0.35 
    141143FRAC_GROWTHRESP__03 = 0.35 
     
    153155FRAC_GROWTHRESP__15 = 0.35 
    154156 
    155 # Maintenance respiration slope C 
     157# Maintenance respiration slope C (default values except for PFT=14 and PFT=15) 
    156158MAINT_RESP_SLOPE_C__02 = 0.12 
    157159MAINT_RESP_SLOPE_C__03 = 0.12 
     
    169171MAINT_RESP_SLOPE_C__15 = 0.25 
    170172 
    171 # Soil turnover 
     173# Soil turnover (default CARBON_TAU=7, CARBON_TAU_IPASSOVE=300) 
    172174CARBON_TAU_ISLOW = 7 
    173175CARBON_TAU_IPASSIVE = 300 
     
    178180 
    179181# Do not use default fire module 
     182# Default FIRE_DISABLE=y 
    180183FIRE_DISABLE = y 
    181184 
     
    183186#************************************************************************** 
    184187# Update vegetation frequency 
    185 # The veget datas will be update at this period 
     188# The maximum vegetation fractions will be update at this period 
    186189# default = 1Y 
    187190VEGET_UPDATE = _AUTO_ 
     
    191194#************************************************************************ 
    192195# Read bare soil albedo from file with background MODIS data 
     196# Default ALB_BG_MODIS=y 
    193197ALB_BG_MODIS = y 
    194198ALB_BG_FILE  = alb_bg.nc 
    195199 
    196 # 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) 
    197201ROUGH_DYN=y 
    198202 
    199 # OK_FREEZE :  Activate the complet soil freezing scheme 
     203# OK_FREEZE :  Activate the complet soil freezing scheme (default y) 
    200204OK_FREEZE=y 
    201205 
    202 # DEPTH_MAX_T (m) :  Maximum depth of the soil thermodynamics 
     206# DEPTH_MAX_T (m) :  Maximum depth of the soil thermodynamics (default 90) 
    203207DEPTH_MAX_T=90 
    204208 
    205 # OK_EXPLICITSNOW :  Activate explict snow scheme 
     209# OK_EXPLICITSNOW :  Activate explict snow scheme (default y) 
    206210OK_EXPLICITSNOW=y 
    207211  
    208 # READ_REFTEMP :  Initialize soil temperature using climatological temperature 
     212# READ_REFTEMP :  Initialize soil temperature using climatological temperature (default y if OK_FREEZE=y) 
    209213READ_REFTEMP=y 
    210214 
  • CONFIG/UNIFORM/v6/LMDZOR_v6/GENERAL/PARAM/orchidee.def_Choi

    r3572 r3573  
    7575# Parmeters related to vegetation map 
    7676#************************************************************************** 
    77 # Update vegetation frequency (since 2.0 version) 
    78 # The veget datas will be update at this period if LAND_USE 
     77# Update vegetation frequency 
     78# The veget datas will be update at this period 
    7979# default = 1Y 
    8080VEGET_UPDATE = _AUTO_ 
     
    9797CO2_FOR_BVOC_POSSELL=n 
    9898 
     99 
     100# Parameters below were previous default values 
     101# The new values have not been tested with Choisnel.  
     102#************************************************************************ 
     103OK_EXPLICITSNOW=n 
     104DO_WOOD_HARVEST=n 
     105ROUGH_DYN=n 
     106VCMAX25=-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 
     107STRESS_GS=0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0. ,0., 0. 
     108STRESS_GM=0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0. ,0., 0. 
     109SNOWA_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 
     110SNOWA_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 
     111SNOWA_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 
     112SNOWA_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 
     113ALB_LEAF_VIS=.0, .0397, .0474, .0386, .0484, .0411, .041, .0541, .0435, .0524, .0508, .0509, .0606, .0524, .0524 
     114ALB_LEAF_NIR=.0, .227, .214, .193, .208, .244, .177, .218, .213, .252, .265, .272, .244, .252, .252 
     115FRAC_GROWTHRESP = -9999., .28, .28, .28, .28, .28, .28, .28, .28, .28, .28, .28, .28, .28, .28 
     116MAINT_RESP_SLOPE_C=-9999., .20, .20, .16, .16, .16, .16, .16, .16, .16, .12, .16, .12, .16, .16 
     117LAI_MAX=-9999., 7., 7., 5., 5., 5., 4.5, 4.5, 3.0, 2.5, 2.5, 5.,5., 2.5, 2.5 
     118ALWAYS_INIT=n, n, n, n, n, n, n, n, n, n, n, n, n, n, n 
     119ALB_BG_MODIS=n 
     120DOWNREGULATION_CO2=n 
     121DOWNREGULATION_CO2_BASELEVEL = 280. 
     122CARBON_TAU_ISLOW = 5.48 
     123CARBON_TAU_IPASSIVE = 241. 
     124OK_FREEZE = n 
     125CWRR_NKS_N0 = 0.95 
     126CWRR_NKS_POWER = 0.34 
     127CWRR_AKS_A0 = 0.00012 
     128CWRR_AKS_POWER = 0.53 
     129 
Note: See TracChangeset for help on using the changeset viewer.