source: CONFIG/UNIFORM/v5/IPSLCM5CHT_v5/EXPERIMENTS/IPSLCM5CHT/piControl/COMP/inca.card @ 2072

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

Add external parameter in inca for IPSLCM5CHT

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