source: CONFIG/UNIFORM/v6/LMDZORINCA_v6.2/EXPERIMENTS/LMDZORINCA/GES/COMP/inca.card @ 4625

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

new configuration with LMDZ trunk

File size: 3.4 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#coupled model with ORCH
9#if yes, you need to put to CHEMISTRY_BVOC=y in orchidee.def and decomment lines for fertilizer and bbg in orchidee.card
10CoupOrchInca=n
11#active or not chemistry flux in output
12calcul_flux=n
13#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)
14flag_plane=1
15#choose which time interpolation you want to interpolate sflx file. ( 0 - 1) (no interpolation / point to point interpolation)
16#be careful name of sflx file change with the choice of emi_interp_time ( no file / sflx_p2p.nc)
17emi_interp_time=1
18
19[InitialStateFiles]
20List= ()
21
22       
23[BoundaryFiles]
24List=(${R_IN}/CHM/IPCC_AR6/SFLX/VERS2/${RESOL_CHM}/ANT/sflx_lmdz_ANT_${year}_phy.nc,   sflx_ANT.nc         ),\
25     (${R_IN}/CHM/IPCC_AR6/SFLX/VERS2/${RESOL_CHM}/BBG/sflx_lmdz_BBG_${year}_phy.nc,   sflx_BBG.nc         ),\
26     (${R_IN}/CHM/IPCC_AR6/AIRCRAFT/${RESOL_CHM}/aircraft_${year}_phy.nc           ,   aircraft_mth.nc     )
27
28ListNonDel= (${R_IN}/CHM/INCA${RESOL_CHM}/oxydants_nitrate.nc               ,   oxydants.nc     )\
29            (${R_IN}/CHM/INCA${RESOL_CHM}/npp.nc                            ,   npp.nc          )\
30            (${R_IN}/CHM/IPCC_AR6/SFLX/VERS2/${RESOL_CHM}/sflx_lmdz_GHG.nc  ,   sflx_GHG.nc     )\
31            (${R_IN}/CHM/IPCC_AR6/SFLX/VERS2/${RESOL_CHM}/sflx_lmdz_MISC.nc ,   sflx_MISC.nc    )\
32            (${R_IN}/CHM/IPCC_AR6/SFLX/VERS2/${RESOL_CHM}/sflx_lmdz_NAT.nc  ,   sflx_NAT.nc     )\
33            (${R_IN}/CHM/INCA${RESOL_CHM}/landuse.nc                        ,   landuse.nc      )\
34            (${R_IN}/CHM/INCA${RESOL_CHM}/andres.nc                         ,   andres.nc       )\
35            (${R_IN}/CHM/INCA${RESOL_CHM}/casa_m.nc                         ,   casa_m.nc       )\
36            (${R_IN}/CHM/INCA${RESOL_CHM}/taka.nc                           ,   taka.nc         )\
37            (${R_IN}/CHM/INCA${RESOL_CHM}/casa_h.nc                         ,   casa_h.nc       )\
38            (${R_IN}/CHM/INCA${RESOL_CHM}/new_phototable.dat                ,   phototable.dat  )
39
40
41
42[ParametersFiles]
43List= (${SUBMIT_DIR}/PARAM/inca.def, .),\
44        (${MODIPSL}/modeles/INCA/src/INCA_XML/context_inca.xml, .)   ,\
45        (${MODIPSL}/modeles/INCA/src/INCA_XML/field_def_inca.xml, .) ,\
46        (${MODIPSL}/modeles/INCA/src/INCA_XML/file_def_inca_restart.xml, file_def_inca_restart.xml ), \
47        (${MODIPSL}/modeles/INCA/src/INCA_XML/file_def_inca_GES_daily.xml, file_def_inca_daily.xml ), \
48        (${MODIPSL}/modeles/INCA/src/INCA_XML/file_def_inca_GES_monthly.xml, file_def_inca_monthly.xml ), \
49        (${MODIPSL}/bin/inca_${ResolAtm}_${OptMode}_${ConfChem}.dat, inca.dat)
50
51       
52
53[RestartFiles]
54# List restart that have to be saved/restored each loop (file out, saved, and in) :
55List= (chem_restart.nc, chem_restart.nc, chem_start.nc)
56
57
58
59[OutputText]
60List=(inca.out, inca.def,context_inca.xml,field_def_inca.xml,file_def_inca_daily.xml,file_def_inca_monthly.xml, inca_IDxml.out)
61
62[OutputFiles]
63List=   (inca1d_ges.nc,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_ges.nc, Post_1D_inca_ges  ),\
64        (inca1m_ges.nc,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_ges.nc, NONE  )
65
66
67
68
69[Post_1D_inca_ges]
70Patches= ()
71GatherWithInternal = (lon, lat, presnivs, , time_centered, time_centered_bounds, time_counter, area)
72TimeSeriesVars2D = ()
73ChunckJob2D = NONE
74TimeSeriesVars3D = (vmrch4,vmrco,vmrco2oc,vmrco2bim,vmrco2bih,jn2o,jmcf)
75ChunckJob3D = NONE
76Seasonal=OFF
Note: See TracBrowser for help on using the repository browser.