source: tags/ORCHIDEE_1_9_6/ORCHIDEE_OL/ENSEMBLE/ensemble.card @ 881

Last change on this file since 881 was 876, checked in by didier.solyga, 12 years ago

Modified FLUXNET and ENSEMBLE configurations for the externalization. Delete obselete files in OOL_SEC and OOL_SEC_STO. Update SPINUP config.

File size: 3.7 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=y
123# If you don't want to keep old spinup steps, but last one
124CONSERVE=y
125
126[SubJobParams]
127# You can specify here any parameters to be modified in run.def
128DEBUG_INFO=n
129LONGPRINT=n
130BAVARD=0
131ALLOW_WEATHERGEN=n
132SECHIBA_reset_time=y
133
134# ensemble files have hour frequency values. NCC files
135SPLIT_DT=12
136SPRED_PREC=3
137
138
139# Western limit of region
140# Western limit of the region we are
141#  interested in. Between -180 and +180 degrees
142LIMIT_WEST = -180.
143# default = -180.
144
145# Eastern limit of region
146# Eastern limit of the region we are
147#  interested in. Between -180 and +180 degrees
148LIMIT_EAST = 180.
149# default = 180.
150
151# Northern limit of region
152# Northern limit of the region we are
153#  interested in. Between +90 and -90 degrees
154LIMIT_NORTH = 90.
155# default = 90.
156
157# Southern limit of region
158# Southern limit of the region we are
159#  interested in. Between 90 and -90 degrees
160LIMIT_SOUTH = -90.
161
162
Note: See TracBrowser for help on using the repository browser.