Changeset 79996be9 in flexpart.git for options/COMMAND


Ignore:
Timestamp:
Dec 13, 2018, 6:16:05 PM (5 years ago)
Author:
Sabine <sabine.eckhardt@…>
Branches:
master, 10.4.1_pesei, GFS_025, bugfixes+enhancements, dev, release-10, release-10.4.1, scaling-bug
Children:
d6a245b
Parents:
e9e0f06
Message:

nice namelist REL and COM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • options/COMMAND

    r2bfec12 r79996be9  
     1***************************************************************************************************************
     2*                                                                                                             *
     3*      Input file for the Lagrangian particle dispersion model FLEXPART                                       *
     4*                           Please select your options                                                        *
     5*                                                                                                             *
     6***************************************************************************************************************
    17&COMMAND
    2  LDIRECT=               1,
    3  IBDATE=         20170102,
    4  IBTIME=           060000,
    5  IEDATE=         20170102,
    6  IETIME=           120000,
    7  LOUTSTEP=           3600,
    8  LOUTAVER=           3600,
    9  LOUTSAMPLE=          900,
    10  ITSPLIT=        99999999,
    11  LSYNCTIME=           900,
    12  CTL=          -5.0000000,
    13  IFINE=                 4,
    14  IOUT=                  1,
    15  IPOUT=                 0,
    16  LSUBGRID=              0,
    17  LCONVECTION=           0,
    18  LAGESPECTRA=           0,
    19  IPIN=                  0,
    20  IOUTPUTFOREACHRELEASE= 0,
    21  IFLUX=                 0,
    22  MDOMAINFILL=           0,
    23  IND_SOURCE=            1,
    24  IND_RECEPTOR=          1,
    25  MQUASILAG=             0,
    26  NESTED_OUTPUT=         0,
    27  LINIT_COND=            0,
    28  SURF_ONLY=             0,
    29  CBLFLAG=               0,
    30  OHFIELDS_PATH= "../../flexin/",
     8 LDIRECT=               1, ! Simulation direction in time   ; 1 (forward) or -1 (backward)
     9 IBDATE=         20120101, ! Start date of the simulation   ; YYYYMMDD: YYYY=year, MM=month, DD=day 
     10 IBTIME=           060000, ! Start time of the simulation   ; HHMISS: HH=hours, MI=min, SS=sec; UTC
     11 IEDATE=         20120101, ! End date of the simulation     ; same format as IBDATE
     12 IETIME=           120000, ! End  time of the simulation    ; same format as IBTIME
     13 LOUTSTEP=           3600, ! Interval of model output; average concentrations calculated every LOUTSTEP (s) 
     14 LOUTAVER=           3600, ! Interval of output averaging (s)
     15 LOUTSAMPLE=          900, ! Interval of output sampling  (s), higher stat. accuracy with shorter intervals
     16 ITSPLIT=        99999999, ! Interval of particle splitting (s)
     17 LSYNCTIME=           900, ! All processes are synchronized to this time interval (s)
     18 CTL=          -5.0000000, ! CTL>1, ABL time step = (Lagrangian timescale (TL))/CTL, uses LSYNCTIME if CTL<0
     19 IFINE=                 4, ! Reduction for time step in vertical transport, used only if CTL>1
     20 IOUT=                  1, ! Output type: [1]mass 2]pptv 3]1&2 4]plume 5]1&4, +8 for NetCDF output     
     21 IPOUT=                 0, ! Particle position output: 0]no 1]every output 2]only at end   
     22 LSUBGRID=              0, ! Increase of ABL heights due to sub-grid scale orographic variations;[0]off 1]on
     23 LCONVECTION=           0, ! Switch for convection parameterization;0]off [1]on   
     24 LAGESPECTRA=           0, ! Switch for calculation of age spectra (needs AGECLASSES);[0]off 1]on 
     25 IPIN=                  0, ! Warm start from particle dump (needs previous partposit_end file); [0]no 1]yes 
     26 IOUTPUTFOREACHRELEASE= 0, ! Separate output fields for each release in the RELEASE file; [0]no 1]yes
     27 IFLUX=                 0, ! Output of mass fluxes through output grid box boundaries
     28 MDOMAINFILL=           0, ! Switch for domain-filling, if limited-area particles generated at boundary
     29 IND_SOURCE=            1, ! Unit at source  ;  [1]mass 2]mass mixing ratio
     30 IND_RECEPTOR=          1, ! Unit at receptor;  [1]mass 2]mass mixing ratio 3] wet depo. 4] dry depo.
     31 MQUASILAG=             0, ! Quasi-Lagrangian mode to track individual numbered particles
     32 NESTED_OUTPUT=         1, ! Output also for a nested domain
     33 LINIT_COND=            0, ! Output sensitivity to initial conditions (bkw mode only) [0]off 1]conc 2]mmr
     34 SURF_ONLY=             0, ! Output only for the lowest model layer, used with LINIT_COND>0
     35 CBLFLAG=               0, ! Skewed, not Gaussian turbulence in the convective ABL, need large CTL and IFINE
     36 OHFIELDS_PATH= "../../flexin/", ! Default path for OH file
    3137 /
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG