source: CONFIG/UNIFORM/v5/LMDZORINCA_v5/EXPERIMENTS/LMDZORINCA/NMHC_AER/COMP/inca.card @ 2024

Last change on this file since 2024 was 2024, checked in by acosce, 11 years ago

Add a parameter file for INCA model : inca.def

File size: 2.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
12
13[InitialStateFiles]
14List= ()
15       
16[BoundaryFiles]
17List=       (/ccc/work/cont003/dsm/p24data/ECMWF320x160/AN${year}/165_${year}${month}.nc      , u10mec.nc)\
18            (/ccc/work/cont003/dsm/p24data/ECMWF320x160/AN${year}/166_${year}${month}.nc      , v10mec.nc)\
19            (/ccc/work/cont003/dsm/p24data/ECMWF${RESOL_ATM_XY}/AN${year}/u10m_ecmwf_${year}${month}.nc , u10m.nc  )\
20            (/ccc/work/cont003/dsm/p24data/ECMWF${RESOL_ATM_XY}/AN${year}/v10m_ecmwf_${year}${month}.nc , v10m.nc  )
21
22ListNonDel= (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/npp.nc           ,   npp.nc              )\
23            (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/o3clim.nc        ,   o3clim.nc           )\
24            (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/sflx.nc          ,   sflx.nc             )\
25            (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/so4.nc           ,   so4.nc              )\
26            (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/aircraft.nc      ,   aircraft.nc         )\
27            (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/landuse.nc       ,   landuse.nc          )\
28            (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/rhvEC.txt        ,   rhvEC.txt           )\
29            (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/wthEC.txt        ,   wthEC.txt           )\
30            (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/clyEC.txt        ,   clyEC.txt           )\
31            (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/wth.dat          ,   wth.dat             )\
32            (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/cly.dat          ,   cly.dat             )\
33            (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/rhv.dat          ,   rhv.dat             )\
34            (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/phototable_glo.dat   ,   phototable.dat  )
35
36
37[ParametersFiles]
38List=   
39
40[RestartFiles]
41# List restart that have to be saved/restored each loop (file out, saved, and in) :
42List= (precipinsoil.dat, precipinsoil.dat, precipinsoil.dat)
43
44
45[OutputText]
46List=(inca.out)
47
48[OutputFiles]
49List=   (inca_avgr.nc,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_avgr.nc,    Post_1M_inca_avgr  ),\
50        (forcage.nc,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_forcage.nc,      NONE)
51
52
53[Post_1M_inca_avgr]
54Patches= ()
55GatherWithInternal = (lon, lat, presnivs, time_counter)
56TimeSeriesVars2D = (OD550_ASBCM, OD550_ASPOMM, OD550_ASSO4M, OD550_CSSO4M, OD550_SSSSM, OD550_ASSSM, OD550_CSSSM, OD550_CIDUSTM, OD550_AIBCM, OD550_AIPOMM)
57ChunckJob2D = NONE
58TimeSeriesVars3D = (CH4,NO,NO2,CO,O3,HNO3)
59ChunckJob3D = NONE
Note: See TracBrowser for help on using the repository browser.