source: tags/ORCHIDEE_1_9_6/ORCHIDEE_OL/OOL_SEC_STO/COMP/sechiba.card @ 3663

Last change on this file since 3663 was 865, checked in by didier.solyga, 12 years ago

New scripts compatible the externalization done for OOL_SEC, OOL_SEC_STO, FORCESOIL, TESTSTOMATE and SPINUP configurations. These scripts use an unique empty run.def.

File size: 3.1 KB
Line 
1[Compatibility]
2libIGCM=1.0
3
4[UserChoices]
5LAIMAP=n
6IMPOSE_VEG=n
7# if IMPOSE_VEG = n
8LAND_USE=y
9# if LAND_USE=y
10VEGET_UPDATE=0Y
11# if LAND_USE=n and we want to use carteveg5km.nc for maxvegetfrac map.
12# (instead of default PFTmap_1850to2005_AR5_LUHa.rc2 below)
13OLD_VEGET=n
14ROUTING=n
15NEWHYDROL=n
16OKCO2=y
17sechiba_LEVEL=11
18
19[InitialStateFiles]
20List=       (${R_INIT}/SRF/${config_UserChoices_TagName}/routing.nc, .),     \
21            (${R_INIT}/SRF/${config_UserChoices_TagName}/soils_param.nc, .), \
22            (${R_INIT}/SRF/${config_UserChoices_TagName}/irrigated.nc, .), \
23            (${R_BC}/SRF/${config_UserChoices_TagName}/PFTmap_1850to2005_AR5_LUHa.rc2/PFTmap_IPCC_${year}.nc, PFTmap.nc)
24# ,   \
25#       (${R_INIT}/SRF/${config_UserChoices_TagName}/floodplains.nc, .), \
26#       (${R_INIT}/SRF/${config_UserChoices_TagName}/cartepente2d_15min.nc, .)
27       
28[BoundaryFiles]
29List=   (${R_BC}/SRF/${config_UserChoices_TagName}/PFTmap_1850to2005_AR5_LUHa.rc2/PFTmap_IPCC_${year_p1}.nc, .)
30List=   ()
31ListNonDel= ()
32#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
33# 1) empty BC list and INIT first PFTmap lines
34# 2) and suppress previous ListNonDel line and ucomment next one :
35#ListNonDel= (${R_BC}/SRF/${config_UserChoices_TagName}/PFTmap_1850to2005_AR5_LUHa.rc2.nc, PFTmap.nc)
36# See also same comment in sechiba.driver.
37
38[SmoothFiles]
39List=()
40
41[ParametersFiles]
42List=   (${SUBMIT_DIR}/PARAM/run.def, .)
43
44[RestartFiles]
45# List restart that have to be saved/restored each loop (file out, saved, and in) :
46List=   (sechiba_rest_out.nc, sechiba_rest.nc, sechiba_rest_in.nc)
47
48[OutputText]
49List=   (run.def, used_run.def, out_orchidee)
50
51[OutputFiles]
52List=   (sechiba_history.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history.nc, Post_1M_sechiba_history), \
53        (sechiba_out_2.nc, ${R_OUT_SRF_O_H}/${PREFIX}_HF_sechiba_out_2.nc, Post_HF_sechiba_out_2), \
54        (orchidee_watchout.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_watchout.nc, NONE)
55
56[Post_1M_sechiba_history]
57Patches = ()
58GatherWithInternal= (lon, lat, veget, time_counter, time_counter_bnds, Areas, Contfrac)
59TimeSeriesVars2D = (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)
60# ALMAOUTPUT
61#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)
62ChunckJob2D = NONE
63TimeSeriesVars3D = (lai, maxvegetfrac, vegetfrac, ptn, nee)
64# ALMAOUTPUT
65#TimeSeriesVars3D = (ECanop, TVeg, GPP, CO2FLUX)
66ChunckJob3D = NONE
67Seasonal=ON
68
69[Post_HF_sechiba_out_2]
70Patches= ()
71GatherWithInternal= (lon, lat, veget, time_counter, time_counter_bnds, Areas, Contfrac)
72TimeSeriesVars2D= (mrsos, mrro)
73ChunckJob2D= 50Y
74TimeSeriesVars3D= (ptn)
75ChunckJob3D= 10Y
76Seasonal= OFF
Note: See TracBrowser for help on using the repository browser.