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

Last change on this file since 5919 was 5919, checked in by acosce, 3 years ago

add new flag in inca "xios_read" allow to read input file with xios (xios_read=y) (files on dynamical lmdz grid) or with netcdf (xios_read=n) (files on physical lmdz grid)
add for each chemistry configuration a card inca.Card.xios with files used by xios_read=y (by default xios_read=n on inca.card)

File size: 3.7 KB
Line 
1#- $Id: inca.card 70 2007-06-21 14:20:42Z acosce $
2[Compatibility]
3libIGCM=1.0
4
5[UserChoices]
6#choose if input file will be regrid by xios, or read without regrid with netcdf
7xios_read=n
8# Set LMDZ_10m_winds to choose if the simulation will use online 10m wind (=y) or offline (=n)
9LMDZ_10m_winds=y
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# Specify output frequency for output files
22# you can choose the frequency 1d (daily), 1mo (monthly), other (1ts, 5d, etc.) or NONE if to deactivate it
23# if you choose 1d the file will be store in CHM/Output/DA
24# if you choose 1mo the file will be store in CHM/Output/MO
25# if you choose another frequency, the file will be store in CHM/Output/DA by default
26output_frequency_ges=1d
27
28
29[InitialStateFiles]
30List= ()
31
32       
33[BoundaryFiles]
34List=(${R_IN}/CHM/IPCC_AR6/SFLX/VERS2/${RESOL_CHM}/ANT/sflx_lmdz_ANT_${year}_phy.nc,   sflx_ANT.nc         ),\
35     (${R_IN}/CHM/IPCC_AR6/SFLX/VERS2/${RESOL_CHM}/BBG/sflx_lmdz_BBG_${year}_phy.nc,   sflx_BBG.nc         ),\
36     (${R_IN}/CHM/IPCC_AR6/AIRCRAFT/${RESOL_CHM}/aircraft_${year}_phy.nc           ,   aircraft_mth.nc     )
37
38ListNonDel= (${R_IN}/CHM/INCA${RESOL_CHM}/oxydants_nitrate.nc               ,   oxydants.nc     )\
39            (${R_IN}/CHM/INCA${RESOL_CHM}/npp.nc                            ,   npp.nc          )\
40            (${R_IN}/CHM/IPCC_AR6/SFLX/VERS2/${RESOL_CHM}/sflx_lmdz_GHG.nc  ,   sflx_GHG.nc     )\
41            (${R_IN}/CHM/IPCC_AR6/SFLX/VERS2/${RESOL_CHM}/sflx_lmdz_MISC.nc ,   sflx_MISC.nc    )\
42            (${R_IN}/CHM/IPCC_AR6/SFLX/VERS2/${RESOL_CHM}/sflx_lmdz_NAT.nc  ,   sflx_NAT.nc     )\
43            (${R_IN}/CHM/INCA${RESOL_CHM}/landuse.nc                        ,   landuse.nc      )\
44            (${R_IN}/CHM/INCA${RESOL_CHM}/andres.nc                         ,   andres.nc       )\
45            (${R_IN}/CHM/INCA${RESOL_CHM}/casa_m.nc                         ,   casa_m.nc       )\
46            (${R_IN}/CHM/INCA${RESOL_CHM}/taka.nc                           ,   taka.nc         )\
47            (${R_IN}/CHM/INCA${RESOL_CHM}/casa_h.nc                         ,   casa_h.nc       )\
48            (${R_IN}/CHM/INCA${RESOL_CHM}/new_phototable.dat                ,   phototable.dat  )
49
50
51
52[ParametersFiles]
53List= (${SUBMIT_DIR}/PARAM/inca.def, .),\
54        (${MODIPSL}/modeles/INCA/src/INCA_XML/context_inca.xml, .)   ,\
55        (${MODIPSL}/modeles/INCA/src/INCA_XML/field_def_inca.xml, .) ,\
56        (${MODIPSL}/modeles/INCA/src/INCA_XML/file_def_inca_restart.xml, file_def_inca_restart.xml ), \
57        (${MODIPSL}/modeles/INCA/src/INCA_XML/file_def_inca_GES.xml, file_def_inca.xml ), \
58        (${MODIPSL}/bin/inca_${ResolAtm}_${OptMode}_${ConfChem}.dat, inca.dat)
59
60       
61
62[RestartFiles]
63# List restart that have to be saved/restored each loop (file out, saved, and in) :
64List= (chem_restart.nc, chem_restart.nc, chem_start.nc)
65
66
67
68[OutputText]
69List=(inca.out, inca.def,context_inca.xml,field_def_inca.xml,file_def_inca.xml, inca_IDxml.out)
70
71[OutputFiles]
72List=   (inca1d_ges.nc,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_ges.nc, Post_1D_inca_ges  ),\
73        (inca1mo_ges.nc,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_ges.nc, NONE  )
74
75
76
77
78[Post_1D_inca_ges]
79Patches= ()
80GatherWithInternal = (lon, lat, presnivs, , time_centered, time_centered_bounds, time_counter, area)
81TimeSeriesVars2D = ()
82ChunckJob2D = NONE
83TimeSeriesVars3D = (vmrch4,vmrco,vmrco2oc,vmrco2bim,vmrco2bih,jn2o,jmcf)
84ChunckJob3D = NONE
85Seasonal=OFF
Note: See TracBrowser for help on using the repository browser.