source: CONFIG/UNIFORM/v6/IPSLCM6.3/EXPERIMENTS/IPSLESM/AER/piControl_AER_CoupOceAtm_TEST/COMP/inca.card @ 6584

Last change on this file since 6584 was 6584, checked in by acosce, 11 months ago

update configuration to add coupled experiment with inca(AER) + CO2 in lmdz and pisces + coupling of co2 and dms between oce ant atm

File size: 7.0 KB
Line 
1#- $Id: inca.card 70 2007-06-21 14:20:42Z acosce $
2[Compatibility]
3libIGCM=1.0
4
5[UserChoices]
6# Set LDMZ_10m_winds to choose if the simulation will use online 10m wind (=y) or offline (=n)
7LMDZ_10m_winds=y
8#choose threshold or weibull10 parameter value
9wind_parameter=0.89
10#choose seasalt correctif
11seasalt_corr=1.15
12# heat fluxes computed with feedback corresponding to 0 --> no aerosol effects, 1--> aerosol effects selected by ok_ade, ok_aie
13feedb=0
14#active or not chemistry flux in output
15calcul_flux=n
16#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)
17flag_plane=1
18#choose which time interpolation you want to interpolate sflx file. ( 0 - 1) (no interpolation / point to point interpolation)
19#be careful name of sflx file change with the choice of emi_interp_time ( no file / sflx_p2p.nc )
20emi_interp_time=1
21
22
23#coupled model with Orchidee and Pisces
24#if yes, you need to put to CHEMISTRY_BVOC=y in orchidee.def and decomment lines for fertilizer and bbg in orchidee.card
25CoupOrchInca=n
26#CoupOceAtm
27CoupOceAtm=y
28transm_dms_oa=y
29
30
31# Specify output frequency for output files
32# File aerosols_from_inca will be systematically write in output with a monthly frequency - you cannot manage it from this card
33# for other files you can choose the frequency 1d (daily), 1mo (monthly), other (1ts, 5d, etc.) or NONE if to deactivate it
34# if you choose 1d the file will be store in CHM/Output/DA
35# if you choose 1mo the file will be store in CHM/Output/MO
36# if you choose another frequency, the file will be store in CHM/Output/DA by default
37output_frequency_chem=1d
38output_frequency_emi=1d
39output_frequency_species=1d
40output_frequency_forcage=1d
41output_frequency_aero=1d
42output_frequency_dep=1d
43output_frequency_washrate=NONE
44output_frequency_veget=NONE
45output_frequency_reacflux=NONE
46output_frequency_phtrate=NONE
47output_frequency_invariants=NONE
48
49[InitialStateFiles]
50List= ()
51       
52[BoundaryFiles]
53List=(${R_IN}/CHM/IPCC_AR6/SFLX/VERS2/${RESOL_CHM}/ANT/sflx_lmdz_ANT_1850_phy.nc,   sflx_ANT.nc         ),\
54     (${R_IN}/CHM/IPCC_AR6/SFLX/VERS2/${RESOL_CHM}/BBG/sflx_lmdz_BBG_1850_phy.nc,   sflx_BBG.nc         ),\
55     (${R_IN}/CHM/IPCC_AR6/AIRCRAFT/${RESOL_CHM}/aircraft_1850_phy.nc           ,   aircraft_mth.nc     ),\
56     (${R_IN}/CHM/IPCC_AR6/OXYDANTS/${RESOL_CHM}/oxydants_1850.nc            ,   oxydants.nc         )
57
58
59ListNonDel= (${R_IN}/CHM/IPCC_AR6/SFLX/VERS2/${RESOL_CHM}/sflx_lmdz_GHG.nc  ,   sflx_GHG.nc     )\
60            (${R_IN}/CHM/IPCC_AR6/SFLX/VERS2/${RESOL_CHM}/sflx_lmdz_MISC.nc ,   sflx_MISC.nc    )\
61            (${R_IN}/CHM/IPCC_AR6/SFLX/VERS2/${RESOL_CHM}/sflx_lmdz_NAT.nc  ,   sflx_NAT.nc     )\
62            (${R_IN}/CHM/INCA${RESOL_CHM}/landuse.nc                        ,   landuse.nc      )\
63            (${R_IN}/CHM/INCA${RESOL_CHM}/rhvEC_v2.txt                      ,   rhvEC.txt       )\
64            (${R_IN}/CHM/INCA${RESOL_CHM}/wthEC_v2.txt                      ,   wthEC.txt       )\
65            (${R_IN}/CHM/INCA${RESOL_CHM}/clyEC_v2.txt                      ,   clyEC.txt       )\
66            (${R_IN}/CHM/INCA${RESOL_CHM}/wth_v2.dat                        ,   wth.dat         )\
67            (${R_IN}/CHM/INCA${RESOL_CHM}/cly_v2.dat                        ,   cly.dat         )\
68            (${R_IN}/CHM/INCA${RESOL_CHM}/rhv_v2.dat                        ,   rhv.dat         )\
69            (${R_IN}/CHM/INCA${RESOL_CHM}/new_phototable.dat                ,   phototable.dat  )
70
71
72[ParametersFiles]
73List=   (${SUBMIT_DIR}/PARAM/inca.def, .),\
74        (${MODIPSL}/modeles/INCA/src/INCA_XML/context_inca.xml, .)   ,\
75        (${MODIPSL}/modeles/INCA/src/INCA_XML/field_def_inca.xml, .) ,\
76        (${MODIPSL}/modeles/INCA/src/INCA_XML/file_def_inca_restart.xml, .) ,\
77        (${MODIPSL}/modeles/INCA/src/INCA_XML/file_def_inca_AER.xml, file_def_inca.xml ), \
78        (${MODIPSL}/bin/inca_${ConfChem}.dat, inca.dat)
79
80[RestartFiles]
81# List restart that have to be saved/restored each loop (file out, saved, and in) :
82List= (reprecipinsoil.dat, precipinsoil.dat, precipinsoil.dat)\
83      (chem_restart.nc, chem_restart.nc, chem_start.nc)
84
85[OutputText]
86List=(inca.out, inca.def,context_inca.xml,field_def_inca.xml,file_def_inca.xml, inca_IDxml.out)
87
88[OutputFiles]
89List=   (inca1d_emi.nc         ,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_emi.nc        ,    Post_1D_inca_emi  ),\
90        (inca1d_species.nc     ,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_species.nc    ,    Post_1D_inca_species  ),\
91        (inca1d_dep.nc        ,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_dep.nc       ,    NONE  ),\
92        (inca1d_aero.nc        ,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_aero.nc       ,    Post_1D_inca_aero  ),\
93        (inca1d_forcage.nc     ,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_forcage.nc    ,    NONE  ),\
94        (inca1d_invariants.nc  ,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_invariants.nc ,    NONE  ),\
95        (inca1d_reacflux.nc    ,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_reacflux.nc   ,    NONE  ),\
96        (inca1d_chem.nc        ,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_chem.nc       ,    NONE  ),\
97        (inca1d_washrate.nc    ,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_washrate.nc   ,    NONE  ),\
98        (inca1mo_emi.nc         ,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_emi.nc        ,    NONE  ),\
99        (inca1mo_species.nc     ,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_species.nc    ,    NONE  ),\
100        (inca1mo_dep.nc        ,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_dep.nc       ,    NONE  ),\
101        (inca1mo_aero.nc        ,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_aero.nc       ,    NONE  ),\
102        (inca1mo_forcage.nc     ,      ${R_OUT_CHM_O_D}/${PREFIX}_1M_inca_forcage.nc    ,    NONE  ),\
103        (inca1mo_invariants.nc  ,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_invariants.nc ,    NONE  ),\
104        (inca1mo_reacflux.nc    ,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_reacflux.nc   ,    NONE  ),\
105        (inca1mo_chem.nc        ,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_chem.nc       ,    NONE  ),\
106        (inca1mo_washrate.nc    ,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_washrate.nc   ,    NONE  ),\
107        (aerosols_from_inca.nc   ,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_aerosols_from_inca.nc,    NONE  )
108
109[Post_1D_inca_aero]
110Patches= ()
111GatherWithInternal = (lon, lat, presnivs, time_centered, time_centered_bounds, time_counter, area)
112TimeSeriesVars2D = (loaddustci, loadno3ci, loadbcai, loadoaai, loadsscs, loadso4cs, loadno3cs, loadssas, loadbcas, loadoaas, loadso4as, loadnh4as, loadno3as, loadssss)
113ChunckJob2D = NONE
114TimeSeriesVars3D = ()
115ChunckJob3D = NONE
116Seasonal=OFF
117
118[Post_1D_inca_emi]
119Patches= ()
120GatherWithInternal = (lon, lat, presnivs, time_centered, time_centered_bounds, time_counter, area)
121TimeSeriesVars2D = (emino2, emino3, emihno3, emin2o5, emiso2, emih2s, emidms, emidmso, eminh3, emidustci, emino3ci, eminci, emibcai, emioaai, eminai, emisscs, emiso4cs, eminh4cs, emimsacs, emino3cs, emincs, emissas, emibcas, emioaas, emiso4as, eminh4as, emimsaas, emino3as, eminas, emissss, eminss)
122ChunckJob2D = NONE
123TimeSeriesVars3D = ()
124ChunckJob3D = NONE
125Seasonal=OFF
126
127
128[Post_1D_inca_species]
129Patches= ()
130GatherWithInternal = (lon, lat, presnivs, time_centered, time_centered_bounds,time_counter, area)
131TimeSeriesVars2D = ()
132ChunckJob2D = NONE
133TimeSeriesVars3D = (mmrso4cs, mmrso4as, mmrdms, mmrssss, mmrbcai, mmrdustci, mmrbcas)
134ChunckJob3D = NONE
135Seasonal=OFF
136
137
Note: See TracBrowser for help on using the repository browser.