source: CONFIG/UNIFORM/v6/IPSLCM6CHT/EXPERIMENTS/IPSLCMCHT/DUST/piControl/COMP/inca.card @ 2547

Last change on this file since 2547 was 2547, checked in by acosce, 9 years ago

Change some parameter names in inca configurations

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 LMDZ_10m_winds to choose the write_frequency for inca output (inca_avgr, forcage, inca_inst)
9# 86400 = daily output
10freq_write_chem=86400
11# heat fluxes computed with feedback corresponding to 0 --> no aerosol effects, 1--> aerosol effects selected by ok_ade, ok_aie
12feedb=1
13#10m_winds_method (use only if LMDZ_10m_winds=y) weibull10 or threshold
1410m_winds_method=threshold
15
16
17# Use XIOS and/or IOIPSL as output library
18XIOS=y
19IOIPSL=n
20
21[InitialStateFiles]
22List= ()
23       
24[BoundaryFiles]
25List=       ()
26
27ListNonDel= (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/npp.nc           ,   npp.nc              )\
28            (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/oxydants.nc      ,   oxydants.nc         )\
29            (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/aircraft.nc      ,   aircraft.nc         )\
30            (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/sflx.nc          ,   sflx.nc             )\
31            (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/landuse.nc       ,   landuse.nc          )\
32            (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/rhvEC.txt        ,   rhvEC.txt           )\
33            (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/wthEC.txt        ,   wthEC.txt           )\
34            (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/clyEC.txt        ,   clyEC.txt           )\
35            (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/wth.dat          ,   wth.dat             )\
36            (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/cly.dat          ,   cly.dat             )\
37            (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/rhv.dat          ,   rhv.dat             )\
38            (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/phototable_glo.dat   ,   phototable.dat  )
39
40
41[ParametersFiles]
42List=   (${SUBMIT_DIR}/PARAM/inca.def, .),\
43        (${MODIPSL}/modeles/INCA/src/INCA_XML/context_inca.xml, .)   ,\
44        (${MODIPSL}/modeles/INCA/src/INCA_XML/field_def_inca.xml, .) ,\
45        (${MODIPSL}/modeles/INCA/src/INCA_XML/file_def_inca.xml, .), \
46        (${MODIPSL}/bin/inca.dat, .)
47
48[RestartFiles]
49# List restart that have to be saved/restored each loop (file out, saved, and in) :
50List= (precipinsoil.dat, precipinsoil.dat, precipinsoil.dat)
51
52
53[OutputText]
54List=(inca.out, inca.def,iodef.xml,context_inca.xml,field_def_inca.xml,file_def_inca.xml)
55
56[OutputFiles]
57List=   (inca_emi_xios.nc,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_emi_xios.nc,   Post_1D_inca_emi_xios  ),\
58        (inca_species_xios.nc,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_species_xios.nc, Post_1D_inca_species_xios  ),\
59        (inca_dvel_xios.nc,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_dvel_xios.nc,    NONE  ),\
60        (inca_chem_xios.nc,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_chem_xios.nc,    NONE  ),\
61        (inca_aero_xios.nc,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_aero_xios.nc,   Post_1D_inca_aero_xios   ),\
62        (inca_common_xios.nc,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_common_xios.nc,    NONE  ),\
63        (inca_washrate_xios.nc,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_washrate_xios.nc,    NONE  ),\
64        (inca_forcage_xios.nc,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_forcage_xios.nc,      NONE)
65
66
67[Post_1D_inca_aero_xios]
68Patches= ()
69GatherWithInternal = (lon, lat, presnivs, time_counter)
70TimeSeriesVars2D = (OD550_CIDUSTM)
71ChunckJob2D = NONE
72TimeSeriesVars3D = ()
73ChunckJob3D = NONE
74
75[Post_1D_inca_species_xios]
76Patches= ()
77GatherWithInternal = (lon, lat, presnivs, time_counter)
78TimeSeriesVars2D = ()
79ChunckJob2D = NONE
80TimeSeriesVars3D = (CIDUSTM)
81ChunckJob3D = NONE
82
83[Post_1D_inca_emi_xios]
84Patches= ()
85GatherWithInternal = (lon, lat, time_counter)
86TimeSeriesVars2D = (Emi_CIDUSTM)
87ChunckJob2D = NONE
88TimeSeriesVars3D = ()
89ChunckJob3D = NONE
Note: See TracBrowser for help on using the repository browser.