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

Last change on this file since 2454 was 2454, checked in by acosce, 9 years ago

Add new parameter in inca.def to choose method for using gcm's 10m winds

File size: 2.8 KB
Line 
1#- $Id: inca.card 70 2007-06-21 14:20:42Z acosce $
2[Compatibility]
3libIGCM=1.0
4
5[UserChoices]
6# Set climatological to choose if the simulation will use online 10m wind (=y) or offline (=n)
7climatological=n
8# Set Wind_method to choose which way we will use to work with 10m wind from gcm (so if climatological=y)
9#wind_method=weibull10 --> use weibull method for 10m wind from gcm,
10#wind_method=threshold --> use threshold method for 10m wind from gcm
11wind_method=weibull10
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
16# Use XIOS and/or IOIPSL as output library
17XIOS=n
18IOIPSL=y
19
20[InitialStateFiles]
21List= ()
22       
23[BoundaryFiles]
24List=       ()
25
26ListNonDel= (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/oxydants.nc      ,   oxydants.nc         )\
27            (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/npp.nc           ,   npp.nc              )\
28            (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/sflx.nc          ,   sflx.nc             )\
29            (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/aircraft.nc      ,   aircraft.nc         )\
30            (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/landuse.nc       ,   landuse.nc          )\
31            (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/andres.nc        ,   andres.nc           )\
32            (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/casa_m.nc        ,   casa_m.nc           )\
33            (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/taka.nc          ,   taka.nc             )\
34            (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/casa_h.nc        ,   casa_h.nc           )\
35            (${R_INIT}/CHM/LMDZORINCA/INCA${RESOL_CHM}/phototable_glo.dat   ,   phototable.dat  )
36
37
38[ParametersFiles]
39List= (${SUBMIT_DIR}/PARAM/inca.def, .),\
40        (${MODIPSL}/modeles/INCA/src/INCA_XML/context_inca.xml, .)   ,\
41        (${MODIPSL}/modeles/INCA/src/INCA_XML/field_def_inca.xml, .) ,\
42        (${MODIPSL}/modeles/INCA/src/INCA_XML/file_def_inca.xml, .), \
43        (${MODIPSL}/bin/inca.dat, .)
44
45       
46
47[RestartFiles]
48# List restart that have to be saved/restored each loop (file out, saved, and in) :
49List= (NONE)
50
51
52[OutputText]
53List=(inca.out, inca.def,iodef.xml,context_inca.xml,field_def_inca.xml,file_def_inca.xml)
54
55[OutputFiles]
56List=   (inca_avgr.nc,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_avgr.nc,    NONE  ),\
57        (inca_emi_xios.nc,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_emi_xios.nc,    NONE  ),\
58        (inca_species_xios.nc,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_species_xios.nc,    NONE  ),\
59        (inca_dvel_xios.nc,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_dvel_xios.nc,    NONE  ),\
60        (inca_chem_xios.nc,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_chem_xios.nc,    NONE  ),\
61        (inca_common_xios.nc,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_common_xios.nc,    NONE  ),\
62        (forcage.nc,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_forcage.nc,      NONE)
63
64[Post_1M_inca_avgr]
65Patches= ()
66GatherWithInternal = (lon, lat, presnivs, time_counter)
67TimeSeriesVars2D = ()
68ChunckJob2D = NONE
69TimeSeriesVars3D = ()
70ChunckJob3D = NONE
Note: See TracBrowser for help on using the repository browser.