source: CONFIG/UNIFORM/v6/LMDZORINCA_v6/EXPERIMENTS/LMDZORINCA/DUSS/COMP/inca.card @ 2710

Last change on this file since 2710 was 2710, checked in by acosce, 8 years ago

check variables names in TS to fit with output of each inca configuration

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 LMDZ_10m_winds to choose if the simulation will use online 10m wind (=y) or offline (=n)
7LMDZ_10m_winds=y
8# Set Wind_method to choose which way we will use to work with 10m wind from gcm (so if LMDZ_10m_winds=y)
9#10m_winds_method=weibull10 --> use weibull method for 10m wind from gcm,
10#10m_winds_method=threshold --> use threshold method for 10m wind from gcm
1110m_winds_method=threshold
12# Set climatological to choose the write_frequency for inca output (inca_avgr, forcage, inca_inst)
13# 86400 = daily output
14freq_write_chem=86400
15# heat fluxes computed with feedback corresponding to 0 --> no aerosol effects, 1--> aerosol effects selected by ok_ade, ok_aie
16feedb=0
17
18# Use XIOS and/or IOIPSL as output library
19XIOS=y
20IOIPSL=n
21
22[InitialStateFiles]
23List= ()
24       
25[BoundaryFiles]
26#List=      (/ccc/work/cont003/subipsl/subipsl/ECMWF320x160/AN${year}/165_${year}${month}.nc      , u10mec.nc)\
27#           (/ccc/work/cont003/subipsl/subipsl/ECMWF320x160/AN${year}/166_${year}${month}.nc      , v10mec.nc)\
28#           (${R_IN}/ATM/${RESOL_ATM}/NUDGE_FILES/ERAI/AN${year}/u10m_ecmwf_${year}${month}.nc , u10m.nc  )\
29#           (${R_IN}/ATM/${RESOL_ATM}/NUDGE_FILES/ERAI/AN${year}/v10m_ecmwf_${year}${month}.nc , v10m.nc  )
30List=()
31
32ListNonDel= (${R_IN}/CHM/INCA${RESOL_CHM}/npp.nc                ,   npp.nc              )\
33            (${R_IN}/CHM/INCA${RESOL_CHM}/oxydants.nc   ,   oxydants.nc         )\
34            (${R_IN}/CHM/INCA${RESOL_CHM}/aircraft.nc   ,   aircraft.nc         )\
35            (${R_IN}/CHM/INCA${RESOL_CHM}/sflx.nc               ,   sflx.nc             )\
36            (${R_IN}/CHM/INCA${RESOL_CHM}/landuse.nc    ,   landuse.nc          )\
37            (${R_IN}/CHM/INCA${RESOL_CHM}/rhvEC.txt     ,   rhvEC.txt           )\
38            (${R_IN}/CHM/INCA${RESOL_CHM}/wthEC.txt     ,   wthEC.txt           )\
39            (${R_IN}/CHM/INCA${RESOL_CHM}/clyEC.txt     ,   clyEC.txt           )\
40            (${R_IN}/CHM/INCA${RESOL_CHM}/wth.dat               ,   wth.dat             )\
41            (${R_IN}/CHM/INCA${RESOL_CHM}/cly.dat               ,   cly.dat             )\
42            (${R_IN}/CHM/INCA${RESOL_CHM}/rhv.dat               ,   rhv.dat             )\
43            (${R_IN}/CHM/INCA${RESOL_CHM}/phototable_glo.dat   ,   phototable.dat       )
44
45
46[ParametersFiles]
47List=   (${SUBMIT_DIR}/PARAM/inca.def, .),\
48        (${MODIPSL}/modeles/INCA/src/INCA_XML/context_inca.xml, .)   ,\
49        (${MODIPSL}/modeles/INCA/src/INCA_XML/field_def_inca.xml, .) ,\
50        (${MODIPSL}/modeles/INCA/src/INCA_XML/file_def_inca_DUSS.xml, file_def_inca.xml), \
51        (${MODIPSL}/bin/inca.dat, .)
52
53[RestartFiles]
54# List restart that have to be saved/restored each loop (file out, saved, and in) :
55List= (precipinsoil.dat, precipinsoil.dat, precipinsoil.dat)
56
57
58[OutputText]
59List=(inca.out, inca.def,context_inca.xml,field_def_inca.xml,file_def_inca.xml)
60
61[OutputFiles]
62List=   (inca_aero.nc,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_aero.nc,  Post_1D_inca_aero  ),\
63        (inca_common.nc,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_common.nc,    NONE  ),\
64        (inca_forcage.nc,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_forcage.nc, Post_1D_inca_forcage  )
65
66
67[Post_1D_inca_aero]
68Patches= ()
69GatherWithInternal = (lon, lat, presnivs, time_counter_bounds, time_counter, area)
70TimeSeriesVars2D = (OD550_SSSSM, od550ssas,od550ss,od550dust, loaddustCI, loadssCS, loadSSAS, LOAD_SSSSM, emidustCI, emissAS, emissSS, emissCS)
71ChunckJob2D = NONE
72TimeSeriesVars3D = ()
73ChunckJob3D = NONE
74
75
76[Post_1D_inca_forcage]
77Patches= ()
78GatherWithInternal = (lon, lat, presnivs, time_counter_bounds,time_counter, area)
79TimeSeriesVars2D = (SWTOAAS_AER,SWTOAAS_DUST,SWTOAAS_SS)
80ChunckJob2D = NONE
81TimeSeriesVars3D = ()
82ChunckJob3D = NONE
Note: See TracBrowser for help on using the repository browser.