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

Last change on this file since 4395 was 4395, checked in by acosce, 5 years ago

new config directory for LMDZORINCA configuration : same than LMDZORINCA_v6 but using INCA6 instead of INCA5

File size: 4.8 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
21
22[InitialStateFiles]
23List= ()
24
25       
26[BoundaryFiles]
27List=(${R_IN}/CHM/IPCC_AR6/SFLX/VERS2/${RESOL_CHM}/ANT/sflx_lmdz_ANT_${year}_phy.nc,   sflx_ANT.nc         ),\
28     (${R_IN}/CHM/IPCC_AR6/SFLX/VERS2/${RESOL_CHM}/BBG/sflx_lmdz_BBG_${year}_phy.nc,   sflx_BBG.nc         ),\
29     (${R_IN}/CHM/IPCC_AR6/AIRCRAFT/${RESOL_CHM}/aircraft_${year}_phy.nc           ,   aircraft_mth.nc     )
30
31ListNonDel= (${R_IN}/CHM/INCA${RESOL_CHM}/npp.nc                            ,   npp.nc          )\
32            (${R_IN}/CHM/IPCC_AR6/SFLX/VERS2/${RESOL_CHM}/sflx_lmdz_GHG.nc  ,   sflx_GHG.nc     )\
33            (${R_IN}/CHM/IPCC_AR6/SFLX/VERS2/${RESOL_CHM}/sflx_lmdz_MISC.nc ,   sflx_MISC.nc    )\
34            (${R_IN}/CHM/IPCC_AR6/SFLX/VERS2/${RESOL_CHM}/sflx_lmdz_NAT.nc  ,   sflx_NAT.nc     )\
35            (${R_IN}/CHM/INCA${RESOL_CHM}/landuse.nc                        ,   landuse.nc      )\
36            (${R_IN}/CHM/INCA${RESOL_CHM}/rhvEC.txt                         ,   rhvEC.txt       )\
37            (${R_IN}/CHM/INCA${RESOL_CHM}/wthEC.txt                         ,   wthEC.txt       )\
38            (${R_IN}/CHM/INCA${RESOL_CHM}/clyEC.txt                         ,   clyEC.txt       )\
39            (${R_IN}/CHM/INCA${RESOL_CHM}/wth.dat                           ,   wth.dat         )\
40            (${R_IN}/CHM/INCA${RESOL_CHM}/cly.dat                           ,   cly.dat         )\
41            (${R_IN}/CHM/INCA${RESOL_CHM}/rhv.dat                           ,   rhv.dat         )\
42            (${R_IN}/CHM/INCA${RESOL_CHM}/new_phototable.dat                ,   phototable.dat  )
43
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_restart.xml, file_def_inca_restart.xml ), \
51        (${MODIPSL}/modeles/INCA/src/INCA_XML/file_def_inca_DUSS_daily.xml, file_def_inca_daily.xml), \
52        (${MODIPSL}/modeles/INCA/src/INCA_XML/file_def_inca_DUSS_monthly.xml, file_def_inca_monthly.xml), \
53        (${MODIPSL}/bin/inca.dat, inca.dat)
54
55[RestartFiles]
56# List restart that have to be saved/restored each loop (file out, saved, and in) :
57List= (reprecipinsoil.dat, precipinsoil.dat, precipinsoil.dat),\
58      (chem_restart.nc, chem_restart.nc, chem_start.nc)
59
60[OutputText]
61List=(inca.out, inca.def,context_inca.xml,field_def_inca.xml,file_def_inca_daily.xml,file_def_inca_monthly.xml, inca_IDxml.out)
62
63[OutputFiles]
64List=   (inca1d_aero.nc    ,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_aero.nc    ,  Post_1D_inca_aero  ),\
65        (inca1d_reacflux.nc,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_reacflux.nc,  NONE  ),\
66        (inca1d_forcage.nc ,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_forcage.nc ,  Post_1D_inca_forcage  ),\
67        (inca1d_veget.nc   ,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_veget.nc   ,  Post_1D_inca_veget  ),\
68        (inca1m_aero.nc    ,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_aero.nc    ,  NONE  ),\
69        (inca1m_reacflux.nc,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_reacflux.nc,  NONE  ),\
70        (inca1m_forcage.nc ,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_forcage.nc ,  NONE  ),\
71        (inca1m_veget.nc   ,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_veget.nc   ,  NONE  )
72
73
74[Post_1D_inca_aero]
75Patches= ()
76GatherWithInternal = (lon, lat, presnivs, time_centered, time_centered_bounds, time_counter, area)
77TimeSeriesVars2D = (od550ssss, od550ssas,od550sscs,od550dustci, loaddustci, loadsscs, loadssas,loadssss, emidustci, emissas, emissss, emisscs)
78ChunckJob2D = NONE
79TimeSeriesVars3D = ()
80ChunckJob3D = NONE
81Seasonal=OFF
82
83
84[Post_1D_inca_forcage]
85Patches= ()
86GatherWithInternal = (lon, lat, presnivs, time_centered, time_centered_bounds,time_counter, area)
87TimeSeriesVars2D = (SWTOAAS_AER,SWTOAAS_DUST,SWTOAAS_SS)
88ChunckJob2D = NONE
89TimeSeriesVars3D = ()
90ChunckJob3D = NONE
91Seasonal=OFF
92
93
94[Post_1D_inca_veget]
95Patches= ()
96GatherWithInternal = (lon, lat, veget, time_counter)
97TimeSeriesVars2D = (hdry,snowfromOrch,emi_isop,emi_mono)
98ChunckJob2D = NONE
99TimeSeriesVars3D = (flx_iso,flx_mono,flx_ORVOC,flx_acetal)
100ChunckJob3D = NONE
101Seasonal=OFF
Note: See TracBrowser for help on using the repository browser.