source: CONFIG/LMDZORINCA/tags/LMDZORINCA_v4_2/EXP_LOI/COMP/inca.card_AER @ 1800

Last change on this file since 1800 was 1800, checked in by acosce, 12 years ago

Add 3 variables for definition for resolution in lmdz.driver

  • RESOL_ATM_X
  • RESOL_ATM_Y
  • RESOL_ATM_XY (= XxY)

Standardisation of files names for the resolution

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