source: branches/ORCHIDEE_EXT/ORCHIDEE_OL/ENSEMBLE/ensemble.card @ 262

Last change on this file since 262 was 262, checked in by didier.solyga, 13 years ago

Add ENSEMBLE from the trunk version in ORCHIDEE_OL (the previous ENSEMBLE was FLUXNET)

File size: 4.1 KB
Line 
1[CONFIG]
2# - Forcing files path
3ForcingPath=${R_BC}/OOL/${config_UserChoices_TagName}/NCC
4
5# - Number of PFTs :
6NbPFTs= 13
7
8# - Information on the sites to be treated :
9#   * Number of physical parameters on each sites per PFTs
10NbSitesParam= 2
11# 4 first parameters are Name, Forcing file, Begin date, Number of years in forcing file
12
13#   * ORCHIDEE name for physical parameters on each sites
14#   PFT (IMPOSE_VEG), \
15#   initial LAI (IMPOSE_VEG)
16NameSitesParam= ( HYDROL_SOIL_DEPTH, HYDROL_HUMCSTE )
17
18#   * Name of component for each physical parameter described in NameSitesParam
19#     (in SECHIBA, STOMATE, DRIVER)
20CompSitesParam= ( SECHIBA, SECHIBA )
21
22
23# Sites descriptions :
24# Number
25NbSites=2
26#       Abbrv,  Filename ,      Inital year (for gregorian calendar) , Length (Y),  \
27#param 1,   2,   3,   4,   5,   6,   7,   8,   9,  10,  11,  12,  13
28Sites= ( NCC2, ncc_for_${year}.nc   ,          1950,                         1    , \
29         2.0, \
30         5., .8, .8, 1., .8, .8, 1., 1., .8, 4., 4., 4., 4.) \
31\
32       ( NCC4, ncc_for_${year}.nc   ,          1950,                         1     , \
33         4.0, \
34         5., .4, .4, 1., .8, .8, 1., 1., .8, 4., 1., 4., 1.)
35
36# The following tables of parameters for SECHIBA
37# are in the following order :
38#
39#    1 - Bare soil
40#    2 - tropical  broad-leaved evergreen
41#    3 - tropical  broad-leaved raingreen
42#    4 - temperate needleleaf   evergreen
43#    5 - temperate broad-leaved evergreen
44#    6 - temperate broad-leaved summergreen
45#    7 - boreal    needleleaf   evergreen
46#    8 - boreal    broad-leaved summergreen
47#    9 - boreal    needleleaf   summergreen
48#   10 -           C3           grass
49#   11 -           C4           grass
50#   12 -           C3           agriculture
51#   13 -           C4           agriculture
52
53[SPINUP]
54    # SPINUP configuration :
55    # ----------------------
56# !! Step of time in N Years !!
57# !! The spinup will change if the ensemble file contains more than one year !!
58#    ( N = Number of years contain in ensemble forcing file )
59#     each Year * N
60
61# Initialisation for spin-up :
62# orchidee with sechiba alone (!!! if ok_stomate == n !!!)
63duree_nostomate=0
64# orchidee with stomate
65duree_inistomate=20
66# teststomate (only if duree_nostomate or duree_inistomate > 0)
67duree_offlineini=0
68
69# Loop configuration for spin-up :
70# The whole job is restarted n_iter times
71n_iter=2
72# orchidee with sechiba (and stomate if ok_stomate=y below)
73duree_sechiba=20
74# teststomate
75duree_stomate=400
76# forcesoil
77duree_carbonsol=5000
78
79# Finalization for spin-up :
80# all orchidee
81duree_final=20
82# This last parameter must be non-zero.
83
84
85[UserChoices]
86
87#
88###-- STOMATE flag
89#
90ok_stomate=y
91#
92###-- OK_CO2 flag
93#
94ok_co2=y
95
96#
97###-- LAI flag
98#
99lai_map=n
100
101#
102###-- fix végétation flag
103#
104impose_veg=n
105
106#
107###-- historical vegetation maps
108#
109land_use=n
110
111#
112###-- ROUTING flag
113#
114ok_routing=n
115
116#
117###-- NEW HYDROL CWRR flag
118#
119ok_newhydrol=n
120
121#
122## DEBUG mode for SPINUP
123#
124# This mode keep all SPINUP directory in ARCHIVE
125# If disable, all ARCHIVE is automaticly cleaned.
126#
127DEBUG_SPIN=y
128# If you don't want to keep old spinup steps, but last one
129CONSERVE=y
130
131[SubJobParams]
132# You can specify here any parameters to be modified in sechiba.def, stomate.def or driver.def for SpinUp Subjobs.
133# NEW : due to split of orchidee.def in component specific parameter files,
134#       you must add here a prefix for the specific parameter file.
135driver_DEBUG_INFO=n
136sechiba_LONGPRINT=n
137stomate_BAVARD=0
138driver_ALLOW_WEATHERGEN=n
139sechiba_SECHIBA_reset_time=y
140
141# ensemble files have hour frequency values. NCC files
142driver_SPLIT_DT=12
143driver_SPRED_PREC=3
144
145
146# Western limit of region
147# Western limit of the region we are
148#  interested in. Between -180 and +180 degrees
149driver_LIMIT_WEST = -4.
150# default = -180.
151
152# Eastern limit of region
153# Eastern limit of the region we are
154#  interested in. Between -180 and +180 degrees
155driver_LIMIT_EAST = 16.
156# default = 180.
157
158# Northern limit of region
159# Northern limit of the region we are
160#  interested in. Between +90 and -90 degrees
161driver_LIMIT_NORTH = 60.
162# default = 90.
163
164# Southern limit of region
165# Southern limit of the region we are
166#  interested in. Between 90 and -90 degrees
167driver_LIMIT_SOUTH = 40.
168
169sechiba_ROUTING=y
Note: See TracBrowser for help on using the repository browser.