source: branches/ORCHIDEE_2_2/ORCHIDEE_OL/ENSEMBLE/ensemble.card @ 5804

Last change on this file since 5804 was 3133, checked in by josefine.ghattas, 8 years ago

Also deactivate XIOS in ensemble simulations.

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