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

Last change on this file since 5112 was 3944, checked in by josefine.ghattas, 8 years ago
  • PFTmap input files moved to ${R_IN}/SRF/PFTMAPS/CMIP5/
  • R_BC and R_INIT replaced by R_IN

Old paths are still working via a links.

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=n
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=100
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
90
91RESOL=360x180
92
93# For FLUXNET style jobs : we should erase LAND USE file ?
94# This flag will suppress all files in option ListNonDel of section BoundaryFiles in orchidee.card of Subjobs.
95BoundaryFilesListNonDel=n
96
97# Path for all skeleton SubJob scripts to SPINUP directory
98SubJobPath=${SUBMIT_DIR}/SUBJOB
99
100[SubJobForcingFile]
101# Boundary Files for ORCHIDEE subjobs :
102List= (${R_IN}/SRF/METEO/NCC/ncc_for_${year}.nc, forcing_file.nc)
103#List= (${R_IN}/SRF/METEO/CRU/force${year}.nc, .)
104ListNonDel= ()
105
106[SubJobParams]
107# You can specify here any parameters to be modified in run.def
108DEBUG_INFO=n
109LONGPRINT=n
110FORCESOIL_NB_YEAR=1
111
112[SubJobPost]
113#
114##-- TimeSeries
115#
116sechiba_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)
117sechiba_TimeSeriesVars3D=(lai, maxvegetfrac, vegetfrac, CO2FLUX, ptn, nee)
118# ALMAOUTPUT
119#sechiba_TimeSeriesVars2D = (vegetfrac, maxvegetfrac, nobiofrac, SWnet, LWnet, Qh, Qle, Qg, Qf, DelSurfHeat, DelColdCont, Snowf, Rainf, Evap, \
120#                          Qs, Qsb, Qsm, DelSoilMoist, DelSWE, DelIntercept, AvgSurfT, RadT, Albedo, SWE, SoilMoist, SoilWet, SoilTemp, PotEvap, \
121#                          ECanop, TVeg, ESoil, RootMoist, SubSnow, ACond, SnowFrac, SAlbedo, SnowDepth, dis, GPP)
122stomate_TimeSeriesVars2D=(T2M_MONTH, CONTFRAC, RESOLUTION_X, RESOLUTION_Y, CONVFLUX, CFLUX_PROD10, CFLUX_PROD100,CO2FLUX_MONTHLY_SUM,HARVEST_ABOVE)
123stomate_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)
124
125# !!! DO NOT MODIFY spinup.card AFTER THIS LINE !!!
126
127[InitialStateFiles]
128List=   
129
130[BoundaryFiles]
131List=   ()
132ListNonDel= ()
133
134[ParametersFiles]
135List=   ()
136
137[RestartFiles]
138# For SPINUP, we don't need a restart ! the we save the output.card
139List=   (output_out.card,  output.card,  output_in.card)
140
141[OutputText]
142List=   ()
143
144[OutputFiles]
145List=   
Note: See TracBrowser for help on using the repository browser.