source: branches/ORCHIDEE_EXT/ORCHIDEE_OL/OOL_SEC_STO/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: 2.9 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=11
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= ()
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# See also same comment in sechiba.driver.
32
33[SmoothFiles]
34List=()
35
36[ParametersFiles]
37List=   (${SUBMIT_DIR}/PARAM/sechiba.def, .)
38
39[RestartFiles]
40# List restart that have to be saved/restored each loop (file out, saved, and in) :
41List=   (sechiba_rest_out.nc, sechiba_rest.nc, sechiba_rest_in.nc)
42
43[OutputText]
44List=   (used_sechiba.def, out_orchidee)
45
46[OutputFiles]
47List=   (sechiba_history.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history.nc, Post_1M_sechiba_history), \
48        (sechiba_out_2.nc, ${R_OUT_SRF_O_H}/${PREFIX}_HF_sechiba_out_2.nc, Post_HF_sechiba_out_2), \
49        (orchidee_watchout.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_watchout.nc, NONE)
50
51[Post_1M_sechiba_history]
52Patches = ()
53GatherWithInternal= (lon, lat, veget, time_counter, time_counter_bnds, Areas, Contfrac)
54TimeSeriesVars2D = (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)
55# ALMAOUTPUT
56#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)
57ChunckJob2D = NONE
58TimeSeriesVars3D = (lai, maxvegetfrac, vegetfrac, ptn, nee)
59# ALMAOUTPUT
60#TimeSeriesVars3D = (ECanop, TVeg, GPP, CO2FLUX)
61ChunckJob3D = NONE
62Seasonal=ON
63
64[Post_HF_sechiba_out_2]
65Patches= ()
66GatherWithInternal= (lon, lat, veget, time_counter, time_counter_bnds, Areas, Contfrac)
67TimeSeriesVars2D= (mrsos, mrro)
68ChunckJob2D= 50Y
69TimeSeriesVars3D= (ptn)
70ChunckJob3D= 10Y
71Seasonal= OFF
Note: See TracBrowser for help on using the repository browser.