source: CONFIG/UNIFORM/v6/LMDZORINCA_v6/EXPERIMENTS/LMDZORINCA/GES/COMP/inca.card @ 2701

Last change on this file since 2701 was 2701, checked in by acosce, 8 years ago

Two modification of output management with XIOS in INCA config :

  • change output files name (without xios in the name)
  • now there is one file file_def.xml by chemistry (and not one for all)
File size: 3.5 KB
Line 
1#- $Id: inca.card 70 2007-06-21 14:20:42Z acosce $
2[Compatibility]
3libIGCM=1.0
4
5[UserChoices]
6# Set LMDZ_10m_winds to choose if the simulation will use online 10m wind (=y) or offline (=n)
7LMDZ_10m_winds=y
8# Set Wind_method to choose which way we will use to work with 10m wind from gcm (so if LMDZ_10m_winds=y)
9#10m_winds_method=weibull10 --> use weibull method for 10m wind from gcm,
10#10m_winds_method=threshold --> use threshold method for 10m wind from gcm
1110m_winds_method=threshold
12# Set climatological to choose the write_frequency for inca output (inca_avgr, forcage, inca_inst)
13# 86400 = daily output
14freq_write_chem=86400
15
16# Use XIOS and/or IOIPSL as output library
17XIOS=y
18IOIPSL=n
19
20[InitialStateFiles]
21List= ()
22       
23[BoundaryFiles]
24List=       ()
25
26ListNonDel= (${R_IN}/CHM/INCA${RESOL_CHM}/oxydants.nc   ,   oxydants.nc         )\
27            (${R_IN}/CHM/INCA${RESOL_CHM}/npp.nc                ,   npp.nc              )\
28            (${R_IN}/CHM/INCA${RESOL_CHM}/sflx.nc               ,   sflx.nc             )\
29            (${R_IN}/CHM/INCA${RESOL_CHM}/aircraft.nc   ,   aircraft.nc         )\
30            (${R_IN}/CHM/INCA${RESOL_CHM}/landuse.nc    ,   landuse.nc          )\
31            (${R_IN}/CHM/INCA${RESOL_CHM}/andres.nc     ,   andres.nc           )\
32            (${R_IN}/CHM/INCA${RESOL_CHM}/casa_m.nc     ,   casa_m.nc           )\
33            (${R_IN}/CHM/INCA${RESOL_CHM}/taka.nc               ,   taka.nc             )\
34            (${R_IN}/CHM/INCA${RESOL_CHM}/casa_h.nc     ,   casa_h.nc           )\
35            (${R_IN}/CHM/INCA${RESOL_CHM}/phototable_glo.dat   ,   phototable.dat       )
36
37
38[ParametersFiles]
39List= (${SUBMIT_DIR}/PARAM/inca.def, .),\
40        (${MODIPSL}/modeles/INCA/src/INCA_XML/context_inca.xml, .)   ,\
41        (${MODIPSL}/modeles/INCA/src/INCA_XML/field_def_inca.xml, .) ,\
42        (${MODIPSL}/modeles/INCA/src/INCA_XML/file_def_inca_GES.xml, file_def_inca.xml ), \
43        (${MODIPSL}/bin/inca.dat, .)
44
45       
46
47[RestartFiles]
48# List restart that have to be saved/restored each loop (file out, saved, and in) :
49List= (NONE)
50
51
52[OutputText]
53List=(inca.out, inca.def,context_inca.xml,field_def_inca.xml,file_def_inca.xml)
54
55[OutputFiles]
56List=   (inca_emi.nc,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_emi.nc,    NONE  ),\
57        (inca_species.nc,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_species.nc,    NONE  ),\
58        (inca_dvel.nc,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_dvel.nc,    NONE  ),\
59        (inca_chem.nc,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_chem.nc,    NONE  ),\
60        (inca_common.nc,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_common.nc,    NONE  )
61
62
63
64[Post_1D_inca_aero]
65Patches= ()
66GatherWithInternal = (lon, lat, presnivs, time_counter_bounds, time_counter, area)
67TimeSeriesVars2D = (od550bcas,od550pomas,od550so4as, od550so4cs, OD550_SSSSM, od550ssas,od550ss,od550dust,od550bc,od550oa, loaddustCI, loadno3CI, loadbcAI, loadpomAI, loadssCS, loadso4CS, loadno3CS, loadSSAS, loadbcAS, loadpomAS, loadso4AS, LOAD_ASNH4M, LOAD_ASNO3M, LOAD_SSSSM)
68ChunckJob2D = NONE
69TimeSeriesVars3D = ()
70ChunckJob3D = NONE
71
72[Post_1D_inca_species]
73Patches= ()
74GatherWithInternal = (lon, lat, presnivs, time_counter_bounds,time_counter)
75TimeSeriesVars2D = ()
76ChunckJob2D = NONE
77TimeSeriesVars3D = (NO,NO2,O3,HNO3)
78ChunckJob3D = NONE
79#CH4 et CO pas dans NMHC_AER
80
81[Post_1D_inca_chem]
82Patches= ()
83GatherWithInternal = (lon, lat, presnivs,time_counter_bounds, time_counter, area)
84TimeSeriesVars2D = (o3_col, co_col, no2_col, ch2o_col, ch4_col, hno2_col)
85ChunckJob2D = NONE
86TimeSeriesVars3D = ()
87ChunckJob3D = NONE
88
89[Post_1D_inca_forcage]
90Patches= ()
91GatherWithInternal = (lon, lat, presnivs, time_counter_bounds,time_counter, area)
92TimeSeriesVars2D = (SWTOAAS_ANT, SWTOAAS_AER, SWTOAAS_NAT, SWTOAAS_BC, SWTOAAS_SO4, SWTOAAS_POM, SWTOAAS_DUSS, SWTOAAS_CNO3, SWTOAAS_FNO3)
93ChunckJob2D = NONE
94TimeSeriesVars3D = ()
95ChunckJob3D = NONE
Note: See TracBrowser for help on using the repository browser.