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

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

Add new configuration IPSLCM6CHT

File size: 3.3 KB
Line 
1#- $Id: inca.card 70 2007-06-21 14:20:42Z acosce $
2[Compatibility]
3libIGCM=1.0
4
5[UserChoices]
6# Set climatological to choose if the simulation will use online 10m wind (=y) or offline (=n)
7climatological=y
8# Set climatological 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#wind_method (use only if climatological=y) weibull10 or threshold
14wind_method=weibull10
15
16
17# Use XIOS and/or IOIPSL as output library
18XIOS=n
19IOIPSL=y
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_nitrate.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_avgr.nc,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_avgr.nc,    Post_1M_inca_avgr  ),\
58        (inca_emi_xios.nc,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_emi_xios.nc,    NONE  ),\
59        (inca_species_xios.nc,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_species_xios.nc,    NONE  ),\
60        (inca_dvel_xios.nc,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_dvel_xios.nc,    NONE  ),\
61        (inca_chem_xios.nc,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_chem_xios.nc,    NONE  ),\
62        (inca_aero_xios.nc,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_aero_xios.nc,    NONE  ),\
63        (inca_common_xios.nc,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_common_xios.nc,    NONE  ),\
64        (inca_washrate_xios.nc,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_washrate_xios.nc,    NONE  ),\
65        (forcage.nc,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_forcage.nc,      NONE)
66
67
68[Post_1M_inca_avgr]
69Patches= ()
70GatherWithInternal = (lon, lat, presnivs, time_counter)
71TimeSeriesVars2D = (OD550_ASBCM, OD550_ASPOMM, OD550_ASSO4M, OD550_CSSO4M, OD550_SSSSM, OD550_ASSSM, OD550_CSSSM, OD550_CIDUSTM, OD550_AIBCM, OD550_AIPOMM)
72ChunckJob2D = NONE
73TimeSeriesVars3D = (CH4,NO,NO2,CO,O3,HNO3)
74ChunckJob3D = NONE
Note: See TracBrowser for help on using the repository browser.