source: branches/ORCHIDEE_EXT/ORCHIDEE_OL/FLUXNET/fluxnet.card @ 382

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

Forget to add ENSEMBLE from the trunk version to the merge

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