source: CONFIG/UNIFORM/v6/LMDZORINCA_v6/EXPERIMENTS/LMDZORINCA/AER/COMP/inca.card @ 2392

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

change path for boundary files

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 climatological to choose if the simulation will use online 10m wind (=y) or offline (=n)
7climatological=n
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=0
13
14# Use XIOS as output library
15XIOS=y
16
17[InitialStateFiles]
18List= ()
19       
20[BoundaryFiles]
21List=       (/ccc/work/cont003/subipsl/subipsl/ECMWF320x160/AN${year}/165_${year}${month}.nc      , u10mec.nc)\
22            (/ccc/work/cont003/subipsl/subipsl/ECMWF320x160/AN${year}/166_${year}${month}.nc      , v10mec.nc)\
23            (${R_BC}/ATM/LMDZORINCA/${RESOL_ATM}/NUDGE_FILES/ERAI/AN${year}/u10m_ecmwf_${year}${month}.nc , u10m.nc  )\
24            (${R_BC}/ATM/LMDZORINCA/${RESOL_ATM}/NUDGE_FILES/ERAI/AN${year}/v10m_ecmwf_${year}${month}.nc , v10m.nc  )
25
26ListNonDel= (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/npp.nc           ,   npp.nc              )\
27            (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/oxydants.nc      ,   oxydants.nc         )\
28            (/ccc/work/cont003/dsm/p86cozic/INPUT_NITRATE/aircraft_ar5_2000.nc          ,   aircraft.nc    )\
29            (/ccc/work/cont003/dsm/p86cozic/INPUT_NITRATE/sflx_ar5_2000.nc              ,   sflx.nc        )\
30            (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/landuse.nc       ,   landuse.nc          )\
31            (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/rhvEC.txt        ,   rhvEC.txt           )\
32            (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/wthEC.txt        ,   wthEC.txt           )\
33            (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/clyEC.txt        ,   clyEC.txt           )\
34            (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/wth.dat          ,   wth.dat             )\
35            (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/cly.dat          ,   cly.dat             )\
36            (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/rhv.dat          ,   rhv.dat             )\
37            (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/phototable_glo.dat   ,   phototable.dat  )
38
39
40[ParametersFiles]
41List= (${SUBMIT_DIR}/PARAM/inca.def, .),\
42        (${MODIPSL}/modeles/INCA/src/INCA_XML/context_inca.xml, .)   ,\
43        (${MODIPSL}/modeles/INCA/src/INCA_XML/field_def_inca.xml, .) ,\
44        (${MODIPSL}/modeles/INCA/src/INCA_XML/file_def_inca.xml, .)
45
46[RestartFiles]
47# List restart that have to be saved/restored each loop (file out, saved, and in) :
48List= (precipinsoil.dat, precipinsoil.dat, precipinsoil.dat)
49
50
51[OutputText]
52List=(inca.out, inca.def,iodef.xml,context_inca.xml,field_def_inca.xml,file_def_inca.xml)
53
54[OutputFiles]
55List=   (inca_avgr.nc,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_avgr.nc,    Post_1M_inca_avgr  ),\
56        (inca_emi_xios.nc,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_emi_xios.nc,    NONE  ),\
57        (inca_species_xios.nc,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_species_xios.nc,    NONE  ),\
58        (inca_dvel_xios.nc,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_dvel_xios.nc,    NONE  ),\
59        (inca_aero_xios.nc,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_aero_xios.nc,    NONE  ),\
60        (inca_common_xios.nc,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_common_xios.nc,    NONE  ),\
61        (inca_washrate_xios.nc,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_washrate_xios.nc,    NONE  ),\
62        (forcage.nc,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_forcage.nc,      NONE)
63
64
65[Post_1M_inca_avgr]
66Patches= ()
67GatherWithInternal = (lon, lat, presnivs, time_counter)
68TimeSeriesVars2D = (OD550_ASBCM, OD550_ASPOMM, OD550_ASSO4M, OD550_CSSO4M, OD550_SSSSM, OD550_ASSSM, OD550_CSSSM, OD550_CIDUSTM, OD550_AIBCM, OD550_AIPOMM)
69ChunckJob2D = NONE
70TimeSeriesVars3D = (CH4,NO,NO2,CO,O3,HNO3)
71ChunckJob3D = NONE
Note: See TracBrowser for help on using the repository browser.