Changeset 9397d0f in flexpart.git for options/COMMAND


Ignore:
Timestamp:
Dec 12, 2018, 1:26:44 PM (5 years ago)
Author:
Ignacio Pisso <ip@…>
Branches:
master, 10.4.1_pesei, GFS_025, bugfixes+enhancements, dev, release-10, release-10.4.1, scaling-bug
Children:
8e5de24
Parents:
3aae106
Message:

updates to namelist format

File:
1 edited

Legend:

Unmodified
Added
Removed
  • options/COMMAND

    r3aae106 r9397d0f  
     1***************************************************************************************************************
     2*                                                                                                             *
     3*      Input file for the Lagrangian particle dispersion model FLEXPART                                       *
     4*                           Please select your options                                                        *
     5*                                                                                                             *
     6***************************************************************************************************************
    17&COMMAND
    2  LDIRECT=               1, ! Simulation direction in time; 1 (forward) or -1 (backward)
    3  IBDATE=         20120101, ! Start date of the simulation; YYYYMMDD: YYYY=year, MM=month, DD=day 
    4  IBTIME=           060000, ! Start time of the simulation; HHMISS: HH=hours, MI=min, SS=sec; UTC
    5  IEDATE=         20120101, ! End date of the simulation  ; same format as IBDATE
    6  IETIME=           120000, ! End  time of the simulation ; same format as IBTIME
     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
    713 LOUTSTEP=           3600, ! Interval of model output; average concentrations calculated every LOUTSTEP (s) 
    8  LOUTAVER=           3600, ! Concentration averaging interval (s)
    9  LOUTSAMPLE=          900, ! Numerical sampling rate of output (s), higher stat. accuracy with shorter intervals
    10  ITSPLIT=        99999999, ! Time constant for particle splitting (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)
    1117 LSYNCTIME=           900, ! All processes are synchronized to this time interval (s)
    12  CTL=          -5.0000000, ! Times step smaller than Lag. time scale, LSYNCTIME if CTL<0, but can be shorter 
    13  IFINE=                 4, ! Reduction for time step in vertical transport, used only if CTL>1
    14  IOUT=                  1, ! Output type: 1]mass 2]pptv 3]1&2 4]plume 5]1&4, +8 for NetCDF output     
    15  IPOUT=                 0, ! Particle position output: 0]no 1]every output 2]only at end   
    16  LSUBGRID=              0, ! Increase of ABL heights due to sub-grid scale orographic variations [0]off 1]on
    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/",
     18 CTL=          -5.0000000, ! Times step smaller than Lagr. time scale, LSYNCTIME if CTL<0, but can be shorter 
     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 location 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 to be used at the ource   ;  [1]mass 2]mass mixing ratio
     30 IND_RECEPTOR=          1, ! Unit to be used at the receptor;  [1]mass 2]mass mixing ratio
     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 (backwards mode only) 
     34 SURF_ONLY=             0, ! Output only for the lowest model layer, used w/ LINIT_COND=1 or 2
     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