source: CONFIG/UNIFORM/v6/LMDZORINCA_v6/GENERAL/PARAM/orchidee.def_Choi @ 2770

Last change on this file since 2770 was 2770, checked in by jgipsl, 8 years ago

Update to be coherent with LMDZOR_v6 :

  • added vert.def and removed vertical dependencies from gcm.def and physiq.def
  • added new physiq.def_NPv5.4. Note this is still under develeoppement.
  • clean old parameters in orchidee not longer used/existing
  • use file_def_orchidee.xml from ORCHIDEE source model directory
File size: 2.8 KB
RevLine 
[2330]1#
2#**************************************************************************
[2410]3#                    Parameter file list for ORCHIDEE
[2330]4#**************************************************************************
[2410]5
6# Input and output
[2330]7#**************************************************************************
[2410]8# Restart the time from the GCM.
9# default = n
[2330]10SECHIBA_reset_time = y
11
[2410]12# Name of restart to read for initial conditions
[2330]13# default = NONE
[2410]14SECHIBA_restart_in = _AUTOBLOCKER_
[2330]15
[2410]16# Name of restart to read for initial conditions of STOMATE
[2330]17# default = NONE
[2410]18STOMATE_RESTART_FILEIN = _AUTOBLOCKER_
[2330]19
[2410]20# Use XIOS for writing diagnostics file
21# defulat = n
[2694]22XIOS_ORCHIDEE_OK = y
[2330]23
[2410]24# Writefrequency in seconds in sechiba_history.nc
25# default = 86400.0
[2694]26WRITE_STEP = 0
[2330]27
[2410]28# Hydrology parameters
29#**************************************************************************
30# Activate the multi-layer diffusion scheme adapted from CWRR
31# by default the Choisnel hydrology is used.
[2330]32# default = n
[2410]33HYDROL_CWRR = n
[2330]34
[2410]35# Total depth of soil reservoir
36# default = 2./4. depending on HYDROL_CWRR
37HYDROL_SOIL_DEPTH = 4.
[2330]38
[2410]39# Root profile
40HYDROL_HUMCSTE = 5., .4, .4, 1., .8, .8, 1., 1., .8, 4., 1., 4., 1.
[2330]41
[2410]42# Activate river routing
[2330]43# default = n
[2410]44RIVER_ROUTING = y
[2330]45
[2410]46#**************************************************************************
47# Activate Stomate component
[2330]48# default = n
[2410]49STOMATE_OK_STOMATE = _AUTOBLOCKER_
[2330]50
[2410]51# Activate calculations of CO2 according to Farqhuar and Ball
[2330]52# default = n
[2410]53STOMATE_OK_CO2 = y
[2330]54
[2410]55# Use cdrag coefficient from gcm
[2330]56CDRAG_FROM_GCM = y
57
58# Interception reservoir coefficient.
[2410]59# default = 0.1
[2330]60SECHIBA_QSINT = 0.02
61
[2410]62# Parmeters related to vegetation map
[2330]63#**************************************************************************
64# Year of the land_use vegetation map readed
65# year off the pft map
[2410]66# default = 282
[2330]67VEGET_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
[2410]73# default = y
[2330]74VEGET_REINIT = n
75
76# Update vegetation frequency (since 2.0 version)
[2410]77# The veget datas will be update at this period if LAND_USE
78# default = 1Y
[2330]79VEGET_UPDATE = _AUTO_
80
[2694]81# Do not use default fire module
82FIRE_DISABLE = y
83
84# Create river description file
85RIVER_DESC = _AUTO_
86RIVER_DESC_FILE =  river_desc.nc
87
[2735]88# Parameter related to chemistry bvoc
89#************************************************************************
90# CHEMISTRY_OK_BVOC ([FLAG]) :  Activate chemistry    {OK_SECHIBA}
91# default =  n
92CHEMISTRY_BVOC =  n
93
94# CO2 FOR BVOC - WILKINSON ([FLAG]) :  CO2 inhibition effect for isoprene based on Wilkinson approach?    {CHEMISTRY_OK_BVOC }
95CO2_FOR_BVOC_WILKINSON=n
96
97# CO2 FOR BVOC - POSSELL ([FLAG]) :  CO2 inhibition effect for isoprene based on Possell approach?    {CHEMISTRY_OK_BVOC }
98CO2_FOR_BVOC_POSSELL=n
[2770]99
Note: See TracBrowser for help on using the repository browser.