source: CONFIG/UNIFORM/v6/LMDZORINCA_v6/EXPERIMENTS/LMDZORINCA/NMHC/COMP/inca.card @ 3063

Last change on this file since 3063 was 3062, checked in by acosce, 8 years ago

Add a new output file for inca model

File size: 3.5 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# Set 10m_Winds_method to choose which way we will use to work with 10m wind from gcm (so if LMDZ_10m_winds=y)
9#10m_winds_method=weibull10 --> use weibull method for 10m wind from gcm,
10#10m_winds_method=threshold --> use threshold method for 10m wind from gcm
1110m_winds_method=threshold
12# Set climatological to choose the write_frequency for inca output (inca_avgr, forcage, inca_inst)
13# 86400 = daily output
14freq_write_chem=86400
15# heat fluxes computed with feedback corresponding to 0 --> no aerosol effects, 1--> aerosol effects selected by ok_ade, ok_aie
16feedb=0
17#choose sedimentation multilayer or one layer
18multilayer_sedim=y
19#coupled model with ORCH
20CoupOrchInca=n
21#active or not chemistry flux in output
22calcul_flux=n
23
24
25# Use XIOS and/or IOIPSL as output library
26XIOS=y
27IOIPSL=n
28
29[InitialStateFiles]
30List= ()
31       
32[BoundaryFiles]
33List=()
34
35ListNonDel= (${R_IN}/CHM/INCA${RESOL_CHM}/npp.nc                ,   npp.nc              )\
36            (${R_IN}/CHM/INCA${RESOL_CHM}/o3clim.nc             ,   o3clim.nc           )\
37            (${R_IN}/CHM/INCA${RESOL_CHM}/so4.nc                ,   so4.nc              )\
38            (${R_IN}/CHM/INCA${RESOL_CHM}/aircraft.nc           ,   aircraft.nc         )\
39            (${R_IN}/CHM/INCA${RESOL_CHM}/sflx_nitrate.nc       ,   sflx.nc             )\
40            (${R_IN}/CHM/INCA${RESOL_CHM}/landuse.nc            ,   landuse.nc          )\
41            (${R_IN}/CHM/INCA${RESOL_CHM}/rhvEC.txt             ,   rhvEC.txt           )\
42            (${R_IN}/CHM/INCA${RESOL_CHM}/wthEC.txt             ,   wthEC.txt           )\
43            (${R_IN}/CHM/INCA${RESOL_CHM}/clyEC.txt             ,   clyEC.txt           )\
44            (${R_IN}/CHM/INCA${RESOL_CHM}/wth.dat               ,   wth.dat             )\
45            (${R_IN}/CHM/INCA${RESOL_CHM}/cly.dat               ,   cly.dat             )\
46            (${R_IN}/CHM/INCA${RESOL_CHM}/rhv.dat               ,   rhv.dat             )\
47            (${R_IN}/CHM/INCA${RESOL_CHM}/phototable_glo.dat    ,   phototable.dat      )
48
49
50[ParametersFiles]
51List=   (${SUBMIT_DIR}/PARAM/inca.def, .),\
52        (${MODIPSL}/modeles/INCA/src/INCA_XML/context_inca.xml, .)   ,\
53        (${MODIPSL}/modeles/INCA/src/INCA_XML/field_def_inca.xml, .) ,\
54        (${MODIPSL}/modeles/INCA/src/INCA_XML/file_def_inca_NMHC.xml, file_def_inca.xml), \
55        (${MODIPSL}/bin/inca.dat, .)
56
57[RestartFiles]
58# List restart that have to be saved/restored each loop (file out, saved, and in) :
59List= (NONE)
60
61
62[OutputText]
63List=(inca.out, inca.def,context_inca.xml,field_def_inca.xml,file_def_inca.xml)
64
65[OutputFiles]
66List=   (inca_emi.nc,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_emi.nc,    NONE  ),\
67        (inca_species.nc,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_species.nc, Post_1D_inca_species  ),\
68        (inca_dvel.nc,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_dvel.nc,    NONE  ),\
69        (inca_chem.nc,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_chem.nc,  Post_1D_inca_chem  ),\
70        (inca_reacflux.nc,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_reacflux.nc,    NONE  ),\
71        (inca_common.nc,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_common.nc,    NONE  ),\
72        (inca_washrate.nc,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_washrate.nc,    NONE  )
73
74
75
76[Post_1D_inca_species]
77Patches= ()
78GatherWithInternal = (lon, lat, presnivs, time_centered, time_centered_bounds,time_counter, area)
79TimeSeriesVars2D = ()
80ChunckJob2D = NONE
81TimeSeriesVars3D = (vmrno,vmrno2,vmro3,vmrch4,vmrco,vmrno3, vmrhno3)
82ChunckJob3D = NONE
83
84
85[Post_1D_inca_chem]
86Patches= ()
87GatherWithInternal = (lon, lat, presnivs,time_centered, time_centered_bounds, time_counter, area)
88TimeSeriesVars2D = (o3_col, co_col, no2_col, ch2o_col, ch4_col, hno2_col, oh_col, so2_col)
89ChunckJob2D = NONE
90TimeSeriesVars3D = ()
91ChunckJob3D = NONE
92
Note: See TracBrowser for help on using the repository browser.