source: CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/orchidee.def_CWRR @ 2773

Last change on this file since 2773 was 2773, checked in by omamce, 8 years ago

O.M. ORCA_version in config.card

Use orchidee xml file from source dir
User lmdz xml files from SUBMIT_DIR

File size: 2.8 KB
RevLine 
[396]1#
[793]2#**************************************************************************
[2410]3#                    Parameter file list for ORCHIDEE
[793]4#**************************************************************************
[2410]5
6# Input and output
[793]7#**************************************************************************
[2410]8# Restart the time from the GCM.
9# default = n
[793]10SECHIBA_reset_time = y
11
[2410]12# Name of restart to read for initial conditions
[793]13# default = NONE
[2410]14SECHIBA_restart_in = _AUTOBLOCKER_
[793]15
[2410]16# Name of restart to read for initial conditions of STOMATE
[793]17# default = NONE
[2410]18STOMATE_RESTART_FILEIN = _AUTOBLOCKER_
[793]19
[2410]20# Use XIOS for writing diagnostics file
21# defulat = n
[2582]22XIOS_ORCHIDEE_OK = y
[793]23
[2410]24# Writefrequency in seconds in sechiba_history.nc
25# default = 86400.0
[2582]26WRITE_STEP = 0
[793]27
[2410]28# Hydrology parameters
29#**************************************************************************
30# Activate the multi-layer diffusion scheme adapted from CWRR
31# by default the Choisnel hydrology is used.
[793]32# default = n
[2410]33HYDROL_CWRR = y
[793]34
[2410]35# Activate river routing
[793]36# default = n
[2410]37RIVER_ROUTING = y
[793]38
[2410]39#**************************************************************************
40# Activate Stomate component
[793]41# default = n
[2410]42STOMATE_OK_STOMATE = _AUTOBLOCKER_
[793]43
[2410]44# Activate calculations of CO2 according to Farqhuar and Ball
[793]45# default = n
[2410]46STOMATE_OK_CO2 = y
[793]47
[2410]48# Use cdrag coefficient from gcm
[793]49CDRAG_FROM_GCM = y
50
51# Interception reservoir coefficient.
[2410]52# default = 0.1
[793]53SECHIBA_QSINT = 0.02
54
[2773]55# Parmeters related toalbedo
56#**************************************************************************
57ALB_BG_MODIS=y
58
[2410]59# Parmeters related to vegetation map
[793]60#**************************************************************************
61# Year of the land_use vegetation map readed
62# year off the pft map
[2410]63# default = 282
[863]64VEGET_YEAR = 1
[793]65
[1013]66# The parameter is used to bypass veget_year count
67# and reinitialize it with VEGET_YEAR parameter.
68# Then it is possible to change LAND USE file.
69# If LAND_USE
[2410]70# default = y
[1013]71VEGET_REINIT = n
72
[793]73# Update vegetation frequency (since 2.0 version)
[2410]74# The veget datas will be update at this period if LAND_USE
75# default = 1Y
[1692]76VEGET_UPDATE = _AUTO_
[793]77
[2674]78# Do not use default fire module
79FIRE_DISABLE = y
80
81# Create river description file
82RIVER_DESC = _AUTO_
83RIVER_DESC_FILE =  river_desc.nc
84
[2758]85# Read bare soil albedo from file with background MODIS data
86ALB_BG_MODIS = y
[2772]87
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
99
Note: See TracBrowser for help on using the repository browser.