source: CONFIG/UNIFORM/v6/LMDZORINCA_v6/EXPERIMENTS/LMDZORINCA/NMHC_AER/COMP/orchidee.card @ 2770

Last change on this file since 2770 was 2770, checked in by jgipsl, 8 years ago

Update to be coherent with LMDZOR_v6 :

  • added vert.def and removed vertical dependencies from gcm.def and physiq.def
  • added new physiq.def_NPv5.4. Note this is still under develeoppement.
  • clean old parameters in orchidee not longer used/existing
  • use file_def_orchidee.xml from ORCHIDEE source model directory
File size: 2.6 KB
Line 
1[Compatibility]
2libIGCM=1.0
3
4[UserChoices]
5# The variable DefSuffix gives the suffix of the orchidee.def file to be used.
6# By default the file orchidee.def_Choi will be selected.
7# Sef DefSuffix=Choi (default) to activate default 2-layer Choisnel hydrology
8# Set DefSuffix=CWRR to activate 11-layer CWRR hydrology
9DefSuffix=Choi
10
11VEGET_UPDATE=0Y
12
13[InitialStateFiles]
14List=   (${R_IN}/SRF/soils_param.nc,        . ), \
15        (${R_IN}/SRF/routing.nc,            . ), \
16        (${R_IN}/SRF/PFTmap_1850to2005_AR5_LUHa.rc2/PFTmap_IPCC_2000.nc, PFTmap.nc), \
17        (${R_IN}/SRF/cartepente2d_15min.nc, .)
18
19[BoundaryFiles]
20List= ()
21ListNonDel= ()
22
23# to decomment if we want to calcul bvoc - for this we need to activate CHEMISTRY_BVOC in orchidee.def_Choi
24#ListNonDel= (/ccc/store/cont003/dsm/p24palm/ORCHIDEE_FORCING/orchidee_fertilizer_1995.nc, .), \
25#            (/ccc/store/cont003/dsm/p24palm/ORCHIDEE_FORCING/orchidee_bbg_clim.nc, .), \
26#            (/ccc/store/cont003/dsm/p24palm/ORCHIDEE_FORCING/Nfert.nc, .), \
27#            (/ccc/store/cont003/dsm/p24palm/ORCHIDEE_FORCING/Nmanure.nc, .)
28
29[SmoothFiles]
30List= ()
31
32[ParametersFiles]
33List=   (${SUBMIT_DIR}/PARAM/orchidee.def_${DefSuffix}, orchidee.def)   ,\
34        (${MODIPSL}/modeles/ORCHIDEE/src_xml/file_def_orchidee.xml, .)  ,\
35        (${MODIPSL}/modeles/ORCHIDEE/src_xml/context_orchidee.xml, .)   ,\
36        (${MODIPSL}/modeles/ORCHIDEE/src_xml/field_def_orchidee.xml, .)
37
38[RestartFiles]
39List=   (sechiba_rest_out.nc, sechiba_rest.nc, sechiba_rest_in.nc)
40
41[OutputText]
42List=   (out_orchidee, orchidee.def, used_orchidee.def, iodef.xml, context_orchidee.xml, field_def_orchidee.xml, file_def_orchidee.xml, river_desc.nc)
43
44[OutputFiles]
45List=   (sechiba_history.nc,   ${R_OUT_SRF_O_M}/${PREFIX}_1M_sechiba_history.nc, Post_1M_sechiba_history), \
46        (sechiba_out_2.nc,     ${R_OUT_SRF_O_H}/${PREFIX}_HF_sechiba_out_2.nc,   NONE)
47
48[Post_1M_sechiba_history]
49Patches = ()
50GatherWithInternal = (lon, lat, time_counter, Areas, Contfrac, time_counter_bounds)
51TimeSeriesVars2D = (nobiofrac, alb_nir, alb_vis, evap, fluxlat, fluxsens, 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, TWBR)
52ChunckJob2D = NONE
53TimeSeriesVars3D = (lai, maxvegetfrac, vegetfrac, ptn, nee)
54ChunckJob3D = NONE
55Seasonal = ON
56
57[Post_HF_sechiba_out_2]
58Patches = ()
59GatherWithInternal = (lon, lat, time_counter, Areas, Contfrac, time_counter_bounds)
60TimeSeriesVars2D = (mrsos, mrro)
61ChunckJob2D = 50Y
62TimeSeriesVars3D = (ptn)
63ChunckJob3D = 10Y
64Seasonal = OFF
65
Note: See TracBrowser for help on using the repository browser.