source: branches/ORCHIDEE_EXT/ORCHIDEE_OL/OOL_SEC/COMP/sechiba.card @ 263

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

Update the jobs FORCESOIL,OOL_SEC, OOL_SEC_STO, SPINUP and TESTSTOMATE. They match now with the corresponding ones from the trunk

File size: 3.1 KB
Line 
1[Compatibility]
2libIGCM=1.0
3
4[UserChoices]
5LAIMAP=n
6IMPOSE_VEG=n
7LAND_USE=n
8VEGET_UPDATE=1Y
9ROUTING=n
10NEWHYDROL=n
11OKCO2=y
12sechiba_LEVEL=6
13
14[InitialStateFiles]
15List=       (${R_INIT}/SRF/${config_UserChoices_TagName}/routing.nc, .),     \
16            (${R_INIT}/SRF/${config_UserChoices_TagName}/soils_param.nc, .), \
17            (${R_INIT}/SRF/${config_UserChoices_TagName}/irrigated.nc, .), \
18            (${R_BC}/SRF/${config_UserChoices_TagName}/PFTmap_1850to2005_AR5_LUHa.rc2/PFTmap_IPCC_${year}.nc, PFTmap.nc)
19# ,   \
20#       (${R_INIT}/SRF/${config_UserChoices_TagName}/floodplains.nc, .), \
21#       (${R_INIT}/SRF/${config_UserChoices_TagName}/cartepente2d_15min.nc, .)
22
23[BoundaryFiles]
24#List=  (${R_BC}/SRF/${config_UserChoices_TagName}/PFTmap_1850to2005_AR5_LUHa.rc2/PFTmap_IPCC_${year_p1}.nc, .)
25List=   ()
26ListNonDel= (${R_BC}/SRF/${config_UserChoices_TagName}/lai2D_03.nc, lai2D.nc)
27#If you want to come back to old BIG LAND USE file (to run on multipple years, just one time with LAND USE activated), you must
28# 1) empty BC list and INIT first PFTmap lines
29# 2) and suppress previous ListNonDel line and ucomment next one :
30#ListNonDel= (${R_BC}/SRF/${config_UserChoices_TagName}/PFTmap_1850to2005_AR5_LUHa.rc2.nc, PFTmap.nc) \
31#             (${R_BC}/SRF/${config_UserChoices_TagName}/lai2D_03.nc, lai2D.nc)
32# See also same comment in sechiba.driver.
33
34[SmoothFiles]
35List=()
36
37[ParametersFiles]
38List=   (${SUBMIT_DIR}/PARAM/sechiba.def, .)
39
40[RestartFiles]
41# List restart that have to be saved/restored each loop (file out, saved, and in) :
42List=   (sechiba_rest_out.nc, sechiba_rest.nc, sechiba_rest_in.nc)
43
44[OutputText]
45List=   (used_sechiba.def, out_orchidee)
46
47[OutputFiles]
48List=   (sechiba_history.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history.nc, Post_1M_sechiba_history), \
49        (sechiba_out_2.nc, ${R_OUT_SRF_O_H}/${PREFIX}_HF_sechiba_out_2.nc, Post_HF_sechiba_out_2), \
50        (orchidee_watchout.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_watchout.nc, NONE)
51
52[Post_1M_sechiba_history]
53Patches = ()
54GatherWithInternal= (lon, lat, veget, time_counter, time_counter_bnds, Areas, Contfrac)
55TimeSeriesVars2D = (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)
56# ALMAOUTPUT
57#TimeSeriesVars2D = (nobiofrac, SWnet, LWnet, Qh, Qle, Qg, Qf, DelSurfHeat, DelColdCont, Snowf, Rainf, Evap, Qs, Qsb, Qsm, DelSoilMoist, DelSWE, DelIntercept, AvgSurfT, RadT, Albedo, SWE, SoilMoist, SoilWet, SoilTemp, PotEvap, ESoil, ECanop, TVeg, RootMoist, SubSnow, ACond, SnowFrac, SAlbedo, SnowDepth, dis, GPP)
58ChunckJob2D = NONE
59TimeSeriesVars3D = (lai, maxvegetfrac, vegetfrac, ptn, nee)
60# ALMAOUTPUT
61#TimeSeriesVars3D = (ECanop, TVeg, GPP, CO2FLUX)
62ChunckJob3D = NONE
63Seasonal=ON
64
65[Post_HF_sechiba_out_2]
66Patches= ()
67GatherWithInternal= (lon, lat, veget, time_counter, time_counter_bnds, Areas, Contfrac)
68TimeSeriesVars2D= (mrsos, mrro)
69ChunckJob2D= 50Y
70TimeSeriesVars3D= (ptn)
71ChunckJob3D= 10Y
72Seasonal= OFF
Note: See TracBrowser for help on using the repository browser.