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

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

Add possibility to coupled Inca with Orchidee in DUSS configuration of INCA

File size: 3.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 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#choose sedimentation multilayer or one layer
18multilayer_sedim=y
19#coupled model with ORCH
20CoupOrchInca=n
21
22# Use XIOS and/or IOIPSL as output library
23XIOS=y
24IOIPSL=n
25
26[InitialStateFiles]
27List= ()
28       
29[BoundaryFiles]
30#List=      (/ccc/work/cont003/subipsl/subipsl/ECMWF320x160/AN${year}/165_${year}${month}.nc      , u10mec.nc)\
31#           (/ccc/work/cont003/subipsl/subipsl/ECMWF320x160/AN${year}/166_${year}${month}.nc      , v10mec.nc)\
32#           (${R_IN}/ATM/${RESOL_ATM}/NUDGE_FILES/ERAI/AN${year}/u10m_ecmwf_${year}${month}.nc , u10m.nc  )\
33#           (${R_IN}/ATM/${RESOL_ATM}/NUDGE_FILES/ERAI/AN${year}/v10m_ecmwf_${year}${month}.nc , v10m.nc  )
34List=()
35
36ListNonDel= (${R_IN}/CHM/INCA${RESOL_CHM}/npp.nc                ,   npp.nc              )\
37            (${R_IN}/CHM/INCA${RESOL_CHM}/oxydants.nc   ,   oxydants.nc         )\
38            (${R_IN}/CHM/INCA${RESOL_CHM}/aircraft.nc   ,   aircraft.nc         )\
39            (${R_IN}/CHM/INCA${RESOL_CHM}/sflx.nc               ,   sflx.nc             )\
40            (${R_IN}/CHM/INCA${RESOL_CHM}/landuse.nc    ,   landuse.nc          )\
41            (${R_IN}/CHM/INCA${RESOL_CHM}/rhvEC.txt     ,   rhvEC.txt           )\
42            (${R_IN}/CHM/INCA${RESOL_CHM}/wthEC.txt     ,   wthEC.txt           )\
43            (${R_IN}/CHM/INCA${RESOL_CHM}/clyEC.txt     ,   clyEC.txt           )\
44            (${R_IN}/CHM/INCA${RESOL_CHM}/wth.dat               ,   wth.dat             )\
45            (${R_IN}/CHM/INCA${RESOL_CHM}/cly.dat               ,   cly.dat             )\
46            (${R_IN}/CHM/INCA${RESOL_CHM}/rhv.dat               ,   rhv.dat             )\
47            (${R_IN}/CHM/INCA${RESOL_CHM}/phototable_glo.dat   ,   phototable.dat       )
48
49
50[ParametersFiles]
51List=   (${SUBMIT_DIR}/PARAM/inca.def, .),\
52        (${MODIPSL}/modeles/INCA/src/INCA_XML/context_inca.xml, .)   ,\
53        (${MODIPSL}/modeles/INCA/src/INCA_XML/field_def_inca.xml, .) ,\
54        (${MODIPSL}/modeles/INCA/src/INCA_XML/file_def_inca_DUSS.xml, file_def_inca.xml), \
55        (${MODIPSL}/bin/inca.dat, .)
56
57[RestartFiles]
58# List restart that have to be saved/restored each loop (file out, saved, and in) :
59List= (precipinsoil.dat, precipinsoil.dat, precipinsoil.dat)
60
61
62[OutputText]
63List=(inca.out, inca.def,context_inca.xml,field_def_inca.xml,file_def_inca.xml)
64
65[OutputFiles]
66List=   (inca_aero.nc,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_aero.nc,  Post_1D_inca_aero  ),\
67        (inca_common.nc,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_common.nc,    NONE  ),\
68        (inca_forcage.nc,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_forcage.nc, Post_1D_inca_forcage  ),\
69        (inca_veget.nc,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_veget.nc,  Post_1D_inca_veget  )
70
71
72[Post_1D_inca_aero]
73Patches= ()
74GatherWithInternal = (lon, lat, presnivs, time_counter_bounds, time_counter, area)
75TimeSeriesVars2D = (OD550_SSSSM, od550ssas,od550ss,od550dust, loaddustCI, loadssCS, loadSSAS, LOAD_SSSSM, emidustCI, emissAS, emissSS, emissCS)
76ChunckJob2D = NONE
77TimeSeriesVars3D = ()
78ChunckJob3D = NONE
79
80
81[Post_1D_inca_forcage]
82Patches= ()
83GatherWithInternal = (lon, lat, presnivs, time_counter_bounds,time_counter, area)
84TimeSeriesVars2D = (SWTOAAS_AER,SWTOAAS_DUST,SWTOAAS_SS)
85ChunckJob2D = NONE
86TimeSeriesVars3D = ()
87ChunckJob3D = NONE
88
89
90[Post_1D_inca_veget]
91Patches= ()
92GatherWithInternal = (lon, lat, veget, time_counter)
93TimeSeriesVars2D = (hdry,snowfromOrch,emi_isop,emi_mono)
94ChunckJob2D = NONE
95TimeSeriesVars3D = (flx_iso,flx_mono,flx_ORVOC,flx_acetal)
96ChunckJob3D = NONE
Note: See TracBrowser for help on using the repository browser.