source: tags/ORCHIDEE_2_0/ORCHIDEE_OL/SPINUP/COMP/spinup.card_analytical @ 5112

Last change on this file since 5112 was 1310, checked in by nicolas.vuichard, 11 years ago

For the SPINUP configuration, creation of two parameters for specifying the histlevel param for both sechiba and stomate compoenents: One param (level_hist_final) for the final stage of the spinup, the other (hist_level) for all the other stages.

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# Should we start the analytic resolution of the spinup?
22SPINUP_ANALYTIC=y
23
24#
25###-- STOMATE flag
26#
27ok_stomate=y
28
29#
30###-- CO2 flag
31#
32ok_co2=y
33
34#
35###-- LAI flag
36#
37lai_map=n
38
39#
40###-- fix végétation flag
41#
42impose_veg=n
43
44#
45###-- historical vegetation maps
46#
47land_use=y
48
49#
50###-- ROUTING flag
51#
52ok_routing=n
53
54#
55###-- NEW HYDROL CWRR flag
56#
57ok_newhydrol=n
58
59
60    # SPINUP configuration :
61    # ----------------------
62# Initialisation for spin-up :
63# sechiba alone (!!! only if ok_stomate == n !!!)
64duree_nostomate=0
65# sechiba and stomate
66duree_inistomate=1
67# teststomate (only if duree_nostomate or duree_inistomate > 0)
68duree_offlineini=0
69
70# Loop configuration for spin-up :
71# The whole job is restarted n_iter times
72n_iter=10
73# orchidee with sechiba (and stomate if ok_stomate=y below)
74duree_sechiba=1
75# teststomate
76duree_stomate=0
77# forcesoil
78duree_carbonsol=0
79
80# Finalization for spin-up :
81# all orchidee
82duree_final=1
83# This last parameter must be non-zero.
84
85# level of the history files for each iteration of the SPINUP
86level_hist=0
87# level of the history files for the final iteration of the SPINUP
88level_hist_final=10
89
90RESOL=360x180
91
92# For FLUXNET style jobs : we should erase LAND USE file ?
93# This flag will suppress all files in option ListNonDel of section BoundaryFiles in orchidee.card of Subjobs.
94BoundaryFilesListNonDel=n
95
96# Path for all skeleton SubJob scripts to SPINUP directory
97SubJobPath=${MODIPSL}/config/ORCHIDEE_OL
98
99[SubJobForcingFile]
100# Boundary Files for ORCHIDEE subjobs :
101List= (${R_BC}/OOL/${config_UserChoices_TagName}/NCC/ncc_for_${year}.nc, forcing_file.nc)
102#List= (${R_BC}/OOL/${config_UserChoices_TagName}/CRU/force${year}.nc, .)
103ListNonDel= ()
104
105[SubJobParams]
106# You can specify here any parameters to be modified in run.def
107DEBUG_INFO=n
108LONGPRINT=n
109FORCESOIL_NB_YEAR=1
110
111[SubJobPost]
112#
113##-- TimeSeries
114#
115sechiba_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)
116sechiba_TimeSeriesVars3D=(lai, maxvegetfrac, vegetfrac, CO2FLUX, ptn, nee)
117# ALMAOUTPUT
118#sechiba_TimeSeriesVars2D = (vegetfrac, maxvegetfrac, nobiofrac, SWnet, LWnet, Qh, Qle, Qg, Qf, DelSurfHeat, DelColdCont, Snowf, Rainf, Evap, \
119#                          Qs, Qsb, Qsm, DelSoilMoist, DelSWE, DelIntercept, AvgSurfT, RadT, Albedo, SWE, SoilMoist, SoilWet, SoilTemp, PotEvap, \
120#                          ECanop, TVeg, ESoil, RootMoist, SubSnow, ACond, SnowFrac, SAlbedo, SnowDepth, dis, GPP)
121stomate_TimeSeriesVars2D=(T2M_MONTH, CONTFRAC, RESOLUTION_X, RESOLUTION_Y, CONVFLUX, CFLUX_PROD10, CFLUX_PROD100,CO2FLUX_MONTHLY_SUM,HARVEST_ABOVE)
122stomate_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)
123
124# !!! DO NOT MODIFY spinup.card AFTER THIS LINE !!!
125
126[InitialStateFiles]
127List=   
128
129[BoundaryFiles]
130List=   ()
131ListNonDel= ()
132
133[ParametersFiles]
134List=   ()
135
136[RestartFiles]
137# For SPINUP, we don't need a restart ! the we save the output.card
138List=   (output_out.card,  output.card,  output_in.card)
139
140[OutputText]
141List=   ()
142
143[OutputFiles]
144List=   
Note: See TracBrowser for help on using the repository browser.