source: flexpart.git/options/COMMAND.alternative @ e200b7a

10.4.1_peseiFPv9.3.1FPv9.3.1b_testingFPv9.3.2GFS_025NetCDFbugfixes+enhancementsdepositiondevflexpart-noresmfp9.3.1-20161214-nc4grib2nc4_repairinputlistlaptoprelease-10release-10.4.1scaling-bugsvn-petrasvn-trunkunivie
Last change on this file since e200b7a was e200b7a, checked in by Matthias Langer <matthias.langer@…>, 11 years ago

git-svn-id: http://flexpart.flexpart.eu:8088/svn/FlexPart90/trunk@4 ef8cc7e1-21b7-489e-abab-c1baa636049d

  • Property mode set to 100755
File size: 6.6 KB
Line 
1********************************************************************************
2*                                                                              *
3*      Input file for the Lagrangian particle dispersion model FLEXPART        *
4*                           Please select your options                         *
5*                                                                              *
6********************************************************************************
7
8 1              LDIRECT           1 FOR FORWARD SIMULATION, -1 FOR BACKWARD SIMULATION
920040720 000000 YYYYMMDD HHMISS   BEGINNING DATE OF SIMULATION
1020040721 120000 YYYYMMDD HHMISS   ENDING DATE OF SIMULATION
1110800           SSSSS             OUTPUT EVERY SSSSS SECONDS
1210800           SSSSS             TIME AVERAGE OF OUTPUT (IN SSSSS SECONDS)
13900             SSSSS             SAMPLING RATE OF OUTPUT (IN SSSSS SECONDS)
149999999         SSSSSSS           TIME CONSTANT FOR PARTICLE SPLITTING (IN SECONDS)
15900             SSSSS             SYNCHRONISATION INTERVAL OF FLEXPART (IN SECONDS)
16-5.0            CTL               FACTOR, BY WHICH TIME STEP MUST BE SMALLER THAN TL
174               IFINE             DECREASE OF TIME STEP FOR VERTICAL MOTION BY FACTOR IFINE
183               IOUT              1 CONC. (RESID. TIME FOR BACKWARD RUNS) OUTPUT,2 MIX. RATIO OUTPUT,3 BOTH,4 PLUME TRAJECT.,5=1+4
190               IPOUT             PARTICLE DUMP: 0 NO, 1 EVERY OUTPUT INTERVAL, 2 ONLY AT END
201               LSUBGRID          SUBGRID TERRAIN EFFECT PARAMETERIZATION: 1 YES, 0 NO
211               LCONVECTION       CONVECTION: 1 YES, 0 NO
220               LAGESPECTRA       AGE SPECTRA: 1 YES, 0 NO
230               IPIN              CONTINUE SIMULATION WITH DUMPED PARTICLE DATA: 1 YES, 0 NO
240               IOUTPUTFOREACHREL CREATE AN OUPUT FILE FOR EACH RELEASE LOCATION: 1 YES, 0 NO
250               IFLUX             CALCULATE FLUXES: 1 YES, 0 NO
260               MDOMAINFILL       DOMAIN-FILLING TRAJECTORY OPTION: 1 YES, 0 NO
271               IND_SOURCE        1=MASS UNIT , 2=MASS MIXING RATIO UNIT
281               IND_RECEPTOR      1=MASS UNIT , 2=MASS MIXING RATIO UNIT
290               MQUASILAG         QUASILAGRANGIAN MODE TO TRACK INDIVIDUAL PARTICLES: 1 YES, 0 NO
300               NESTED_OUTPUT     SHALL NESTED OUTPUT BE USED? YES, 0 NO
312               LINIT_COND        INITIAL COND. FOR BW RUNS: 0=NO,1=MASS UNIT,2=MASS MIXING RATIO UNIT
32
33
341. Simulation direction, 1 for forward, -1 for backward in time
35
362. Beginning date and time of simulation. Must be given in format
37   YYYYMMDD HHMISS, where YYYY is YEAR, MM is MONTH, DD is DAY, HH is HOUR,
38   MI is MINUTE and SS is SECOND. Current version utilizes UTC.
39
403. Ending date and time of simulation. Same format as 3.
41
424. Average concentrations are calculated every SSSSS seconds.
43
445. The average concentrations are time averages of SSSSS seconds
45   duration. If SSSSS is 0, instantaneous concentrations are outputted.
46
476. The concentrations are sampled every SSSSS seconds to calculate the time
48   average concentration. This period must be shorter than the averaging time.
49
507. Time constant for particle splitting. Particles are split into two
51   after SSSSS seconds, 2xSSSSS seconds, 4xSSSSS seconds, and so on.
52
538. All processes are synchronized with this time interval (lsynctime).
54   Therefore, all other time constants must be multiples of this value.
55   Output interval and time average of output must be at least twice lsynctime.
56
579. CTL must be >1 for time steps shorter than the  Lagrangian time scale
58   If CTL<0, a purely random walk simulation is done
59
6010.IFINE=Reduction factor for time step used for vertical wind
61
6211.IOUT determines how the output shall be made: concentration
63   (ng/m3, Bq/m3), mixing ratio (pptv), or both, or plume trajectory mode,
64   or concentration + plume trajectory mode.
65   In plume trajectory mode, output is in the form of average trajectories.
66
6712.IPOUT determines whether particle positions are outputted (in addition
68   to the gridded concentrations or mixing ratios) or not.
69   0=no output, 1 output every output interval, 2 only at end of the
70   simulation
71
7213.Switch on/off subgridscale terrain parameterization (increase of
73   mixing heights due to subgridscale orographic variations)
74
7514.Switch on/off the convection parameterization
76
7715.Switch on/off the calculation of age spectra: if yes, the file AGECLASSES
78   must be available
79
8016. If IPIN=1, a file "partposit_end" from a previous run must be available in
81    the output directory. Particle positions are read in and previous simulation
82    is continued. If IPIN=0, no particles from a previous run are used
83
8417. IF IOUTPUTFOREACHRELEASE is set to 1, one output field for each location
85    in the RLEASE file is created. For backward calculation this should be
86    set to 1. For forward calculation both possibilities are applicable.
87
8818. If IFLUX is set to 1, fluxes of each species through each of the output
89    boxes are calculated. Six fluxes, corresponding to northward, southward,
90    eastward, westward, upward and downward are calculated for each grid cell of
91    the output grid. The control surfaces are placed in the middle of each
92    output grid cell. If IFLUX is set to 0, no fluxes are determined.
93
9419. If MDOMAINFILL is set to 1, the first box specified in file RELEASES is used
95    as the domain where domain-filling trajectory calculations are to be done.
96    Particles are initialized uniformly distributed (according to the air mass
97    distribution) in that domain at the beginning of the simulation, and are
98    created at the boundaries throughout the simulation period.
99
10020. IND_SOURCE switches between different units for concentrations at the source
101    NOTE that in backward simulations the release of computational particles
102    takes place at the "receptor" and the sampling of particles at the "source".
103          1=mass units (for bwd-runs = concentration)
104          2=mass mixing ratio units
10521. IND_RECEPTOR switches between different units for concentrations at the receptor
106          1=mass units (concentrations)
107          2=mass mixing ratio units
108
10922. MQUASILAG indicates whether particles shall be numbered consecutively (1) or
110    with their release location number (0). The first option allows tracking of
111    individual particles using the partposit output files
112
11323. NESTED_OUTPUT decides whether model output shall be made also for a nested
114    output field (normally with higher resolution)
115
11624. LINIT_COND determines whether, for backward runs only, the sensitivity to initial
117    conditions shall be calculated and written to output files
118    0=no output, 1 or 2 determines in which units the initial conditions are provided.
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG