source: branches/ORCHIDEE_EXT/ORCHIDEE_OL/SPINUP/COMP/spinup.card @ 382

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

Merge the revisions 373 + 376 to 389 from the trunk in the externalized version

File size: 3.6 KB
Line 
1#D-- Compatibility -
2[Compatibility]
3libIGCM=1.0
4
5[UserChoices]
6#
7## DEBUG mode for SPINUP
8#
9# This mode keep all SPINUP directory in ARCHIVE
10# If disable, all ARCHIVE is automaticly cleaned.
11#
12DEBUG_SPIN=n
13# If you don't want to keep old spinup steps, but last one
14CONSERVE=y
15
16# If you want to use the same forcing file
17DRIVER_NORESTART=n
18# If you want use config.card PeriodLength for TIME_LENGTH
19DRIVER_TIMELENGTH=y
20
21#
22###-- STOMATE flag
23#
24ok_stomate=n
25
26#
27###-- CO2 flag
28#
29ok_co2=n
30
31#
32###-- LAI flag
33#
34lai_map=n
35
36#
37###-- fix végétation flag
38#
39impose_veg=n
40
41#
42###-- historical vegetation maps
43#
44land_use=n
45
46#
47###-- ROUTING flag
48#
49ok_routing=n
50
51#
52###-- NEW HYDROL CWRR flag
53#
54ok_newhydrol=n
55
56#
57##-- Output Levels
58#
59sechiba_LEVEL=6
60stomate_LEVEL=7
61
62    # SPINUP configuration :
63    # ----------------------
64# Initialisation for spin-up :
65# sechiba alone (!!! only if ok_stomate == n !!!)
66duree_nostomate=1
67# sechiba and stomate
68duree_inistomate=0
69# teststomate (only if duree_nostomate or duree_inistomate > 0)
70duree_offlineini=0
71
72# Loop configuration for spin-up :
73# The whole job is restarted n_iter times
74n_iter=10
75# orchidee with sechiba (and stomate if ok_stomate=y below)
76duree_sechiba=1
77# teststomate
78duree_stomate=1
79# forcesoil
80duree_carbonsol=1
81
82# Finalization for spin-up :
83# all orchidee
84duree_final=1
85# This last parameter must be non-zero.
86
87RESOL=360x180
88
89# For FLUXNET style jobs : we should erase LAND USE file ?
90# This flag will suppress all files in option ListNonDel of section BoundaryFiles in orchidee.card of Subjobs.
91BoundaryFilesListNonDel=n
92
93# Path for all skeleton SubJob scripts to SPINUP directory
94SubJobPath=${MODIPSL}/config/ORCHIDEE_OL
95
96[SubJobForcingFile]
97# Boundary Files for ORCHIDEE subjobs :
98List= (${R_BC}/OOL/${config_UserChoices_TagName}/NCC/ncc_for_${year}.nc, forcing_file.nc)
99#List= (${R_BC}/OOL/${config_UserChoices_TagName}/CRU/force${year}.nc, .)
100ListNonDel= ()
101
102[SubJobParams]
103# You can specify here any parameters to be modified in sechiba.def, stomate.def or driver.def for SpinUp Subjobs.
104# NEW : due to split of orchidee.def in component specific parameter files,
105#       you must add here a prefix for the specific parameter file.
106driver_DEBUG_INFO=n
107sechiba_LONGPRINT=n
108
109[SubJobPost]
110#
111##-- TimeSeries
112#
113sechiba_TimeSeriesVars2D=(nobiofrac, alb_nir, alb_vis, bqsb, evap, fluxlat, fluxsens, gqsb, netrad, qair, rain, runoff, snow, snownobio, snowf, subli, tair, temp_sol, tsol_max, tsol_min, drainage,mrsos, mrso, mrros, mrro, prveg, evspsblveg, evspsblsoi, tran, treeFrac, grassFrac, cropFrac, baresoilFrac, residualFrac)
114sechiba_TimeSeriesVars3D=(lai, maxvegetfrac, vegetfrac, CO2FLUX, ptn, nee)
115# ALMAOUTPUT
116#sechiba_TimeSeriesVars2D = (vegetfrac, maxvegetfrac, nobiofrac, SWnet, LWnet, Qh, Qle, Qg, Qf, DelSurfHeat, DelColdCont, Snowf, Rainf, Evap, \
117#                          Qs, Qsb, Qsm, DelSoilMoist, DelSWE, DelIntercept, AvgSurfT, RadT, Albedo, SWE, SoilMoist, SoilWet, SoilTemp, PotEvap, \
118#                          ECanop, TVeg, ESoil, RootMoist, SubSnow, ACond, SnowFrac, SAlbedo, SnowDepth, dis, GPP)
119stomate_TimeSeriesVars2D=(T2M_MONTH, CONTFRAC, RESOLUTION_X, RESOLUTION_Y, CONVFLUX, CFLUX_PROD10, CFLUX_PROD100,CO2FLUX_MONTHLY_SUM,HARVEST_ABOVE)
120stomate_TimeSeriesVars3D=(CO2FLUX,LAI,VEGET,VEGET_MAX,NPP,GPP,HET_RESP,MAINT_RESP,GROWTH_RESP,AGE,HEIGHT,TOTAL_M,TOTAL_BM_LITTER,TOTAL_SOIL_CARB,ADAPTATION,REGENERATION)
121
122# !!! DO NOT MODIFY spinup.card AFTER THIS LINE !!!
123
124[InitialStateFiles]
125List=   
126
127[BoundaryFiles]
128List=   ()
129ListNonDel= ()
130
131[ParametersFiles]
132List=   ()
133
134[RestartFiles]
135# For SPINUP, we don't need a restart ! the we save the output.card
136List=   (output_out.card,  output.card,  output_in.card)
137
138[OutputText]
139List=   ()
140
141[OutputFiles]
142List=   
Note: See TracBrowser for help on using the repository browser.