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

Last change on this file since 4200 was 4200, checked in by acosce, 6 years ago

remove restart files from inca.card
we choose to start the model by default without any start file.

File size: 3.3 KB
RevLine 
[2401]1#- $Id: inca.card 70 2007-06-21 14:20:42Z acosce $
2[Compatibility]
3libIGCM=1.0
4
5[UserChoices]
[2547]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 Wind_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
[3061]12#choose sedimentation multilayer or one layer
13multilayer_sedim=n
14#coupled model with ORCH
[3179]15#if yes, you need to put to CHEMISTRY_BVOC=y in orchidee.def and decomment lines for fertilizer and bbg in orchidee.card
[3061]16CoupOrchInca=n
17#active or not chemistry flux in output
18calcul_flux=n
[3244]19#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)
20flag_plane=1
[3315]21#choose which time interpolation you want to interpolate sflx file. ( 0 - 1 - 2) (no interpolation / point to point interpolation / Sheng & Zwiers interpolation)
22#be careful name of sflx file change with the choice of emi_interp_time ( no file / sflx_p2p.nc / sflx_SZ.nc )
23emi_interp_time=1
[2401]24
25# Use XIOS and/or IOIPSL as output library
[2542]26XIOS=y
27IOIPSL=n
[2401]28
29[InitialStateFiles]
[4200]30List= ()
[4176]31
[2401]32       
33[BoundaryFiles]
34List=       ()
35
[2811]36ListNonDel= (${R_IN}/CHM/INCA${RESOL_CHM}/oxydants_nitrate.nc   ,   oxydants.nc         )\
[2607]37            (${R_IN}/CHM/INCA${RESOL_CHM}/npp.nc                ,   npp.nc              )\
[3302]38            (${R_IN}/CHM/INCA${RESOL_CHM}/sflx.nc               ,   sflx_p2p.nc         )\
[3244]39            (${R_IN}/CHM/INCA${RESOL_CHM}/aircraft.nc           ,   aircraft_mth.nc     )\
40            (${R_IN}/CHM/INCA${RESOL_CHM}/landuse.nc            ,   landuse.nc          )\
41            (${R_IN}/CHM/INCA${RESOL_CHM}/andres.nc             ,   andres.nc           )\
42            (${R_IN}/CHM/INCA${RESOL_CHM}/casa_m.nc             ,   casa_m.nc           )\
[2607]43            (${R_IN}/CHM/INCA${RESOL_CHM}/taka.nc               ,   taka.nc             )\
[3244]44            (${R_IN}/CHM/INCA${RESOL_CHM}/casa_h.nc             ,   casa_h.nc           )\
45            (${R_IN}/CHM/INCA${RESOL_CHM}/new_phototable.dat    ,   phototable.dat      )
[2401]46
47
[3244]48
[2401]49[ParametersFiles]
50List= (${SUBMIT_DIR}/PARAM/inca.def, .),\
51        (${MODIPSL}/modeles/INCA/src/INCA_XML/context_inca.xml, .)   ,\
52        (${MODIPSL}/modeles/INCA/src/INCA_XML/field_def_inca.xml, .) ,\
[4176]53        (${MODIPSL}/modeles/INCA/src/INCA_XML/file_def_inca_restart.xml, file_def_inca_restart.xml ), \
[3302]54        (${MODIPSL}/modeles/INCA/src/INCA_XML/file_def_inca_GES_daily.xml, file_def_inca_daily.xml ), \
55        (${MODIPSL}/modeles/INCA/src/INCA_XML/file_def_inca_GES_monthly.xml, file_def_inca_monthly.xml ), \
[4176]56        (${MODIPSL}/bin/inca.dat, inca.dat)
[2401]57
58       
59
60[RestartFiles]
61# List restart that have to be saved/restored each loop (file out, saved, and in) :
[4176]62List= (chem_restart.nc, chem_restart.nc, chem_start.nc)
[2401]63
64
[4176]65
[2401]66[OutputText]
[3582]67List=(inca.out, inca.def,context_inca.xml,field_def_inca.xml,file_def_inca_daily.xml,file_def_inca_monthly.xml, inca_IDxml.out)
[2401]68
69[OutputFiles]
[3302]70List=   (inca1d_ges.nc,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_inca_ges.nc, Post_1D_inca_ges  ),\
71        (inca1m_ges.nc,      ${R_OUT_CHM_O_M}/${PREFIX}_1M_inca_ges.nc, NONE  )
[2401]72
[2684]73
74
75
[2708]76[Post_1D_inca_ges]
[2684]77Patches= ()
[2954]78GatherWithInternal = (lon, lat, presnivs, , time_centered, time_centered_bounds, time_counter, area)
[2401]79TimeSeriesVars2D = ()
80ChunckJob2D = NONE
[2889]81TimeSeriesVars3D = (vmrch4,vmrco,vmrco2oc,vmrco2bim,vmrco2bih,jn2o,jmcf)
[2684]82ChunckJob3D = NONE
[3158]83Seasonal=OFF
Note: See TracBrowser for help on using the repository browser.