source: CONFIG/UNIFORM/v6/IPSLCM5A2CHT.2/EXPERIMENTS/LMDZORINCA/DUSS/COMP/inca.card @ 6240

Last change on this file since 6240 was 6240, checked in by acosce, 20 months ago

add new experiment directory for IPSLCM5A2CHT.2 configuration

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# heat fluxes computed with feedback corresponding to 0 --> no aerosol effects, 1--> aerosol effects selected by ok_ade, ok_aie
9feedb=0
10#coupled model with ORCH
11#if yes, you need to put to CHEMISTRY_BVOC=y in orchidee.def and decomment lines for fertilizer and bbg in orchidee.card
12CoupOrchInca=n
13#active or not chemistry flux in output
14calcul_flux=n
15#choose which type of aircraft you will use (0 - 1 - 2 - 3) (no aircraft / old inca aircraft / new subsonic inca aircraft / subsonic + hypersonic inca aircraft)
16flag_plane=1
17#choose which time interpolation you want to interpolate sflx file. ( 0 - 1) (no interpolation / point to point interpolation)
18#be careful name of sflx file change with the choice of emi_interp_time ( no file / sflx_p2p.nc )
19emi_interp_time=1
20#activate the flag cmip_xml if you are running a CMIP experiment
21cmip_xml=n
22# method can be threshold or weibull
2310m_winds_method=threshold
24wind_parameter=0.78
25
26
27
28
29# Use XIOS and/or IOIPSL as output library
30XIOS=y
31IOIPSL=n
32
33
34[InitialStateFiles]
35List= ()
36
37       
38[BoundaryFiles]
39List=()
40
41ListNonDel= (${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
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_restart.xml, file_def_inca_restart.xml ), \
55        (${MODIPSL}/modeles/INCA/src/INCA_XML/file_def_inca_DUSS_daily.xml, file_def_inca_daily.xml), \
56        (${MODIPSL}/modeles/INCA/src/INCA_XML/file_def_inca_DUSS_monthly.xml, file_def_inca_monthly.xml), \
57        (${MODIPSL}/bin/inca_${ResolAtm}_${OptMode}_${ConfChem}.dat, inca.dat)
58
59[RestartFiles]
60# List restart that have to be saved/restored each loop (file out, saved, and in) :
61List= (reprecipinsoil.dat, precipinsoil.dat, precipinsoil.dat),\
62      (chem_restart.nc, chem_restart.nc, chem_start.nc)
63
64[OutputText]
65List=(inca.out, inca.def,context_inca.xml,field_def_inca.xml,file_def_inca_daily.xml,file_def_inca_monthly.xml, inca_IDxml.out)
66
67[OutputFiles]
68List=   (inca1d_aero.nc    ,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_aero.nc    ,  Post_1D_inca_aero  ),\
69        (inca1d_emi.nc     ,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_emi.nc     ,  NONE  ),\
70        (inca1d_species.nc ,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_species.nc ,  NONE  ),\
71        (inca1d_forcage.nc ,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_forcage.nc ,  Post_1D_inca_forcage  ),\
72        (inca1m_aero.nc    ,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_aero.nc    ,  NONE  ),\
73        (inca1m_emi.nc     ,      ${R_OUT_CHM_O_D}/${PREFIX}_1M_inca_emi.nc     ,  NONE  ),\
74        (inca1m_species.nc ,      ${R_OUT_CHM_O_D}/${PREFIX}_1M_inca_species.nc ,  NONE  ),\
75        (inca1m_forcage.nc ,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_forcage.nc ,  NONE  )
76
77[Post_1D_inca_aero]
78Patches= ()
79GatherWithInternal = (lon, lat, presnivs, time_centered, time_centered_bounds, time_counter, area)
80TimeSeriesVars2D = (od550ssss, od550ssas,od550sscs,od550dustci, loaddustci, loadsscs, loadssas,loadssss, emidustci, emissas, emissss, emisscs)
81ChunckJob2D = NONE
82TimeSeriesVars3D = ()
83ChunckJob3D = NONE
84Seasonal=OFF
85
86
87[Post_1D_inca_forcage]
88Patches= ()
89GatherWithInternal = (lon, lat, presnivs, time_centered, time_centered_bounds,time_counter, area)
90TimeSeriesVars2D = (SWTOAAS_AER,SWTOAAS_DUST,SWTOAAS_SS)
91ChunckJob2D = NONE
92TimeSeriesVars3D = ()
93ChunckJob3D = NONE
94Seasonal=OFF
95
Note: See TracBrowser for help on using the repository browser.