source: CONFIG_DEVT/ORCHIDEE_OL_TP/OOL_SEC_STO_FG2/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=1Y
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 = 11
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 = 1mo
23output_freq_sechiba_out_2 = 10800s
24output_freq_sechiba_history_4dim = 1mo
25
26
27[InitialStateFiles]
28List=       (${R_IN}/SRF/ROUTING/routing.nc, .),     \
29            (${R_IN}/SRF/SOIL/soil_bulk_and_ph.nc, .), \
30            (${R_IN}/SRF/SOIL/soils_param4.nc, soils_param.nc), \
31            (${R_IN}/SRF/cartepente2d_15min4.nc, cartepente2d_15min.nc), \
32            (${R_IN}/SRF/ROUTING/floodplains4.nc, floodplains.nc), \
33            (${R_IN}/SRF/reftemp4.nc, reftemp.nc)
34       
35[BoundaryFiles]
36List= (${R_IN}/SRF/PFTMAPS/CMIP6/ESA-LUH2v2/historical/15PFT.v2/PFTmap_${year}.nc, PFTmap.nc)
37ListNonDel= ()
38
39[SmoothFiles]
40List=()
41
42[ParametersFiles]
43List=   ()
44
45[RestartFiles]
46List=   (sechiba_rest_out.nc, sechiba_rest.nc, sechiba_rest_in.nc)
47
48[OutputText]
49List=   (used_run.def, used_orchidee.def, used_orchidee_pft.def, out_orchidee, river_desc.nc)
50
51[OutputFiles]
52List=   (sechiba_history.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history.nc, Post_1M_sechiba_history), \
53        (sechiba_history_4dim.nc, ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history_4dim.nc, NONE), \
54        (sechiba_out_2.nc, ${R_OUT_SRF_O_H}/${PREFIX}_HF_sechiba_out_2.nc, NONE)
55
56
57[Post_1M_sechiba_history]
58Patches = ()
59GatherWithInternal = (lon, lat, veget, time_counter, Areas, Contfrac, time_centered, time_centered_bounds)
60TimeSeriesVars2D = (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)
61ChunckJob2D = 200Y
62TimeSeriesVars3D = (lai, maxvegetfrac, vegetfrac, ptn, nee, transpir, inter)
63ChunckJob3D = NONE
64Seasonal = ON
65
66# ALMAOUTPUT
67#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)
68#TimeSeriesVars3D = (ECanop, TVeg, GPP)
69
70
71[Post_HF_sechiba_out_2]
72Patches = ()
73GatherWithInternal = (lon, lat, time_counter, Areas, Contfrac, time_centered, time_centered_bounds)
74TimeSeriesVars2D = (mrsos, mrro)
75ChunckJob2D = 50Y
76TimeSeriesVars3D = (ptn)
77ChunckJob3D = 10Y
78Seasonal = OFF
79
80
Note: See TracBrowser for help on using the repository browser.