source: CONFIG/UNIFORM/v5/IPSLCM5CHT_v5/EXPERIMENTS/IPSLCM5CHT/historical/COMP/inca.card @ 2177

Last change on this file since 2177 was 2177, checked in by acosce, 10 years ago

Fixe a bug in inca.card (IPSLCM5CHT_v5 config)

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