source: tags/ORCHIDEE_OL/OOL_SEC_STO/COMP/orchidee.card @ 6

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

import first tag equivalent to CVS orchidee_1_9_5 + OOL_1_9_5

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