source: tags/ORCHIDEE_1_9_6/ORCHIDEE_OL/FLUXNET/fluxnet.card

Last change on this file 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[FLUXNET]
2# - Fluxnet files path
3FluxnetPath=/home/orchidee01/vuichard/Input_Fluxnet
4
5# - Number of PFTs :
6NbPFTs= 13
7
8#**** Information on the sites to be treated *************************
9#  Number of parameters to modify for each site
10NbSitesParam= 1
11#  Name of the parameters to modify for on each site
12NameSitesParam= ( SECHIBA_VEGMAX )
13
14# Sites descriptions
15# 4 first parameters are Name, Forcing file, Initial Year, Number of years in forcing file
16# following parameters are NameSitesParam
17Sites= ( NL-Loo, NL-Loo.nc,  1996,                                 11, \
18     0,   0,   0, 0.8,   0,   0,   0,   0,   0, 0.2,   0,   0,   0.) \
19 \
20       ( DE-Hai, DE-Hai.nc,  2000,                                  7, \
21     0,   0,   0,   0,    0, 0.8,   0,   0,   0, 0.2,   0,   0,   0) \
22 \
23       ( BW-Ma1, BW-Ma1.nc,  1999,                                  3, \
24    0.1, 0.2,   0,   0,   0,   0,   0,   0,   0, 0.7,   0,   0,   0) \
25 \
26       ( FI-Sod, FI-Sod.nc,  2000,                                  7, \
27      0,   0,   0,   0,   0,   0, 0.8,   0,   0, 0.2,   0,   0,   0) \
28 \
29       ( BR-Sa1, BR-Sa1.nc,  2002,                                  3, \
30      0, 0.8,   0,   0,   0,   0,   0,   0,   0, 0.2,   0,   0,   0) \
31 \
32       ( RU-Zot, RU-Zot.nc,  2002,                                  3, \
33     0,   0,   0,   0,   0,   0, 0.8,   0,   0, 0.2,   0,   0,   0) \
34 \
35        ( BR-Ma2, BR-Ma2.nc,  2002,                                  5, \
36      0, 0.8,   0,   0,   0,   0,   0,   0,   0, 0.2,   0,   0,   0)
37
38# To fill the VEGMAX for each site
39# here below is the standard PFT list
40#
41#    1 - Bare soil
42#    2 - tropical  broad-leaved evergreen
43#    3 - tropical  broad-leaved raingreen
44#    4 - temperate needleleaf   evergreen
45#    5 - temperate broad-leaved evergreen
46#    6 - temperate broad-leaved summergreen
47#    7 - boreal    needleleaf   evergreen
48#    8 - boreal    broad-leaved summergreen
49#    9 - boreal    needleleaf   summergreen
50#   10 -           C3           grass
51#   11 -           C4           grass
52#   12 -           C3           agriculture
53#   13 -           C4           agriculture
54
55[SPINUP]
56# Initialisation for spin-up :
57# orchidee with sechiba alone (!!! if ok_stomate == n !!!)
58duree_nostomate=0
59# orchidee with stomate
60duree_inistomate=1
61# teststomate (only if duree_inistomate > 0)
62duree_offlineini=0
63
64# Loop over ORCHIDEE runs (used for spin-up)
65# The whole job is restarted n_iter times
66n_iter=1
67# orchidee with sechiba (and stomate if ok_stomate=y below)
68duree_sechiba=500
69# teststomate
70duree_stomate=0
71# forcesoil
72duree_carbonsol=10000
73
74# Final run (full ORCHIDEE)
75# This last parameter must be non-zero.
76duree_final=200
77
78
79    # POST configuration :
80    # --------------------
81# Atlas Name :
82AtlasCfg=atlas_FLUXNET_LATHUILE.cfg
83
84# Observation_file
85observation_file_path='/home/orchidee01/vuichard/Input_Fluxnet/${Site}.nc'
86
87# History file of former ORCHIDEE runs (Reference) to compare with the current simulations
88reference_file_path='/home/orchidee01/vuichard/ORCHIDEE_1951/IGCM_OUT/OL2/Fluxnet_Vuichard/${Site}_sechiba_hist.nc'
89reference_config=ref
90
91# Modulo for SpinUp years
92# by default, only one ATLAS-DIFF will be created
93# between the last step and the first one.
94#Modulo=15
95
96
97[UserChoices]
98# stomate activated or not ?
99ok_stomate=y
100# Photosynthesis activated or not ?
101ok_co2=y
102# New hydrology (deRosnay) activated or not ?
103ok_newhydrol=n
104
105# DEBUG mode for SPINUP
106#
107# This mode keep all SPINUP directory in ARCHIVE
108# If disable, all ARCHIVE is automaticly cleaned.
109DEBUG_SPIN=n
110# If you don't want to keep old spinup steps, but last one
111CONSERVE=n
112
113[SubJobParams]
114# You can specify here any parameters to be modified in run.def
115BAVARD=0
116ALMA_OUTPUT=y
117SECHIBA_reset_time=y
118SPLIT_DT=1
Note: See TracBrowser for help on using the repository browser.