source: tags/ORCHIDEE_1_9_5/ORCHIDEE_OL/SPINUP/COMP/spinup.card @ 8

Last change on this file since 8 was 8, checked in by orchidee, 14 years ago

import first tag equivalent to CVS orchidee_1_9_5 + OOL_1_9_5

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