source: CONFIG_DEVT/ORCHIDEE_OL_TP/OOL_SEC_STO_FG5/COMP/sechiba.card @ 5570

Last change on this file since 5570 was 5570, checked in by aclsce, 3 years ago

Created ORCHIDEE_OL_TP configuration : temporary configuration to be used during prectical session.

File size: 3.5 KB
Line 
1[Compatibility]
2libIGCM=1.0
3
4[UserChoices]
5# VEGET_UPDATE=0Y : no change in vegetation map. PFTmap.nc should be set only in InitialStateFiles/List.
6# VEGET_UPDATE=1Y : change vegetation map every year. PFTmap.nc should be set only in BoundaryFiles/List.
7#
8# For VEGET_UPDATE=1Y, the PFTmap is read in January. In BoundaryFiles/List, copy the map for current year, use the variable ${year}.
9VEGET_UPDATE=0Y
10
11# Specify output level for output files
12# Only the files sechiba_history.nc, sechiba_out_2.nc and sechiba_history_4dim.nc can be set here.
13# output_level_filename=0     : lowest level writing only variables needed for the monitoring
14# output_level_filename=12    : highest level which will output all variables
15# output_level_filename=NONE  : deactivate the file
16output_level_sechiba_history = 1
17output_level_sechiba_out_2 = NONE
18output_level_sechiba_history_4dim = 1
19
20# Specify output frequency for each file [1y, 1mo, 1d, 10800s, 1ts]
21# Settings using WriteFrequency in config.card are not longer used
22output_freq_sechiba_history = 1y
23output_freq_sechiba_out_2 = 10800s
24output_freq_sechiba_history_4dim = 1y
25
26[InitialStateFiles]
27List=       (${R_IN}/SRF/ROUTING/routing.nc, .),     \
28            (${R_IN}/SRF/SOIL/soil_bulk_and_ph.nc, .), \
29            (${R_IN}/SRF/SOIL/soils_param4.nc, soils_param.nc), \
30            (${R_IN}/SRF/cartepente2d_15min4.nc, cartepente2d_15min.nc), \
31            (${R_IN}/SRF/ROUTING/floodplains4.nc, floodplains.nc), \
32            (${R_IN}/SRF/reftemp4.nc, reftemp.nc), \
33            (${R_IN}/SRF/PFTMAPS/DOFOCO/historical/28PFT.v1/combined_species_mtc_lcc_2010.nc, PFTmap.nc)
34       
35[BoundaryFiles]
36List= ()
37
38ListNonDel= ()
39
40[SmoothFiles]
41List=()
42
43[ParametersFiles]
44List=   ()
45
46[RestartFiles]
47List=   (sechiba_rest_out.nc, sechiba_rest.nc, sechiba_rest_in.nc)
48
49[OutputText]
50List=   (used_run.def, used_orchidee.def, used_orchidee_pft.def, out_orchidee, river_desc.nc)
51
52[OutputFiles]
53List=   (sechiba_history.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history.nc, Post_1M_sechiba_history), \
54        (sechiba_history_4dim.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history_4dim.nc, NONE), \
55        (sechiba_out_2.nc, ${R_OUT_SRF_O_H}/${PREFIX}_HF_sechiba_out_2.nc, NONE)
56
57
58[Post_1M_sechiba_history]
59Patches = ()
60GatherWithInternal = (lon, lat, veget, time_counter, Areas, Contfrac, time_centered, time_centered_bounds)
61TimeSeriesVars2D = (nobiofrac, alb_nir, alb_vis, evap, fluxlat, fluxsens, netrad, qair, rain, runoff, snow, snownobio, snowf, frac_snow, subli, tair, temp_sol, tsol_max, tsol_min, drainage,mrsos, mrso, mrros, mrro, prveg, evspsblveg, evspsblsoi, tran, treeFrac, grassFrac, cropFrac, baresoilFrac, residualFrac, TWBR, riverflow, coastalflow, DelSoilMoist_daily, DelIntercept_daily, DelSWE_daily, delstock_routing_daily, snowmelt, LAImean, hydrographs, evapnu, Wind, lwdown, swdown)
62ChunckJob2D = 200Y
63TimeSeriesVars3D = (lai, maxvegetfrac, vegetfrac, ptn, nee, transpir, inter)
64ChunckJob3D = NONE
65Seasonal = ON
66
67# ALMAOUTPUT
68#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)
69#TimeSeriesVars3D = (ECanop, TVeg, GPP)
70
71
72[Post_HF_sechiba_out_2]
73Patches = ()
74GatherWithInternal = (lon, lat, time_counter, Areas, Contfrac, time_centered, time_centered_bounds)
75TimeSeriesVars2D = (mrsos, mrro)
76ChunckJob2D = 50Y
77TimeSeriesVars3D = (ptn)
78ChunckJob3D = 10Y
79Seasonal = OFF
80
81
Note: See TracBrowser for help on using the repository browser.