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

Last change on this file since 4971 was 4971, checked in by acosce, 4 years ago

new way to manage inca output frequency from inca.card instead of config.card

File size: 5.1 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# Specify output frequency for output files
23# you can choose the frequency 1d (daily), 1mo (monthly), other (1ts, 5d, etc.) or NONE if to deactivate it
24# if you choose 1d the file will be store in CHM/Output/DA
25# if you choose 1mo the file will be store in CHM/Output/MO
26# if you choose another frequency, the file will be store in CHM/Output/DA by default
27output_frequency_emi=1d
28output_frequency_species=1d
29output_frequency_forcage=1d
30output_frequency_aero=1d
31output_frequency_veget=NONE
32
33[InitialStateFiles]
34List= ()
35
36       
37[BoundaryFiles]
38List=(${R_IN}/CHM/IPCC_AR6/SFLX/VERS2/${RESOL_CHM}/ANT/sflx_lmdz_ANT_${year}_phy.nc,   sflx_ANT.nc         ),\
39     (${R_IN}/CHM/IPCC_AR6/SFLX/VERS2/${RESOL_CHM}/BBG/sflx_lmdz_BBG_${year}_phy.nc,   sflx_BBG.nc         ),\
40     (${R_IN}/CHM/IPCC_AR6/AIRCRAFT/${RESOL_CHM}/aircraft_${year}_phy.nc           ,   aircraft_mth.nc     )
41
42ListNonDel= (${R_IN}/CHM/INCA${RESOL_CHM}/npp.nc                            ,   npp.nc          )\
43            (${R_IN}/CHM/IPCC_AR6/SFLX/VERS2/${RESOL_CHM}/sflx_lmdz_GHG.nc  ,   sflx_GHG.nc     )\
44            (${R_IN}/CHM/IPCC_AR6/SFLX/VERS2/${RESOL_CHM}/sflx_lmdz_MISC.nc ,   sflx_MISC.nc    )\
45            (${R_IN}/CHM/IPCC_AR6/SFLX/VERS2/${RESOL_CHM}/sflx_lmdz_NAT.nc  ,   sflx_NAT.nc     )\
46            (${R_IN}/CHM/INCA${RESOL_CHM}/landuse.nc                        ,   landuse.nc      )\
47            (${R_IN}/CHM/INCA${RESOL_CHM}/rhvEC.txt                         ,   rhvEC.txt       )\
48            (${R_IN}/CHM/INCA${RESOL_CHM}/wthEC.txt                         ,   wthEC.txt       )\
49            (${R_IN}/CHM/INCA${RESOL_CHM}/clyEC.txt                         ,   clyEC.txt       )\
50            (${R_IN}/CHM/INCA${RESOL_CHM}/wth.dat                           ,   wth.dat         )\
51            (${R_IN}/CHM/INCA${RESOL_CHM}/cly.dat                           ,   cly.dat         )\
52            (${R_IN}/CHM/INCA${RESOL_CHM}/rhv.dat                           ,   rhv.dat         )\
53            (${R_IN}/CHM/INCA${RESOL_CHM}/new_phototable.dat                ,   phototable.dat  )
54
55
56
57[ParametersFiles]
58List=   (${SUBMIT_DIR}/PARAM/inca.def, .),\
59        (${MODIPSL}/modeles/INCA/src/INCA_XML/context_inca.xml, .)   ,\
60        (${MODIPSL}/modeles/INCA/src/INCA_XML/field_def_inca.xml, .) ,\
61        (${MODIPSL}/modeles/INCA/src/INCA_XML/file_def_inca_restart.xml, file_def_inca_restart.xml ), \
62        (${MODIPSL}/modeles/INCA/src/INCA_XML/file_def_inca_DUSS.xml, file_def_inca.xml), \
63        (${MODIPSL}/bin/inca_${ResolAtm}_${OptMode}_${ConfChem}.dat, inca.dat)
64
65[RestartFiles]
66# List restart that have to be saved/restored each loop (file out, saved, and in) :
67List= (reprecipinsoil.dat, precipinsoil.dat, precipinsoil.dat),\
68      (chem_restart.nc, chem_restart.nc, chem_start.nc)
69
70[OutputText]
71List=(inca.out, inca.def,context_inca.xml,field_def_inca.xml,file_def_inca.xml, inca_IDxml.out)
72
73[OutputFiles]
74List=   (inca1d_aero.nc    ,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_aero.nc    ,  Post_1D_inca_aero  ),\
75        (inca1d_reacflux.nc,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_reacflux.nc,  NONE  ),\
76        (inca1d_forcage.nc ,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_forcage.nc ,  Post_1D_inca_forcage  ),\
77        (inca1d_veget.nc   ,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_veget.nc   ,  Post_1D_inca_veget  ),\
78        (inca1mo_aero.nc    ,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_aero.nc    ,  NONE  ),\
79        (inca1mo_reacflux.nc,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_reacflux.nc,  NONE  ),\
80        (inca1mo_forcage.nc ,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_forcage.nc ,  NONE  ),\
81        (inca1mo_veget.nc   ,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_veget.nc   ,  NONE  )
82
83
84[Post_1D_inca_aero]
85Patches= ()
86GatherWithInternal = (lon, lat, presnivs, time_centered, time_centered_bounds, time_counter, area)
87TimeSeriesVars2D = (od550ssss, od550ssas,od550sscs,od550dustci, loaddustci, loadsscs, loadssas,loadssss, emidustci, emissas, emissss, emisscs)
88ChunckJob2D = NONE
89TimeSeriesVars3D = ()
90ChunckJob3D = NONE
91Seasonal=OFF
92
93
94[Post_1D_inca_forcage]
95Patches= ()
96GatherWithInternal = (lon, lat, presnivs, time_centered, time_centered_bounds,time_counter, area)
97TimeSeriesVars2D = (SWTOAAS_AER,SWTOAAS_DUST,SWTOAAS_SS)
98ChunckJob2D = NONE
99TimeSeriesVars3D = ()
100ChunckJob3D = NONE
101Seasonal=OFF
102
103
104[Post_1D_inca_veget]
105Patches= ()
106GatherWithInternal = (lon, lat, veget, time_counter)
107TimeSeriesVars2D = (hdry,snowfromOrch,emi_isop,emi_mono)
108ChunckJob2D = NONE
109TimeSeriesVars3D = (flx_iso,flx_mono,flx_ORVOC,flx_acetal)
110ChunckJob3D = NONE
111Seasonal=OFF
Note: See TracBrowser for help on using the repository browser.