Changeset 79996be9 in flexpart.git


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

Location:
options
Files:
1 added
2 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 /
  • options/RELEASES

    r5b7ec80 r79996be9  
     1***************************************************************************************************************
     2*                                                                                                             *
     3*                                                                                                             *
     4*                                                                                                             *
     5*   Input file for the Lagrangian particle dispersion model FLEXPART                                          *
     6*                        Please select your options                                                           *
     7*                                                                                                             *
     8*                                                                                                             *
     9*                                                                                                             *
     10***************************************************************************************************************
    111&RELEASES_CTRL
    2  NSPEC=          1,
    3  SPECNUM_REL=        24,
     12 NSPEC      =           1, ! Total number of species
     13 SPECNUM_REL=          24, ! Species numbers in directory SPECIES
    414 /
    5 &RELEASE
    6  IDATE1=   20170102,
    7  ITIME1=     090000,
    8  IDATE2=   20170102,
    9  ITIME2=     090000,
    10  LON1=    0.000    ,
    11  LON2=    0.000    ,
    12  LAT1=   0.000    ,
    13  LAT2=   0.000    ,
    14  Z1=    50.000       ,
    15  Z2=    50.000       ,
    16  ZKIND=     1,
    17  MASS=  1.0000E8    ,
    18  PARTS=   10000
    19  COMMENT="TEST1",
     15&RELEASE                   ! For each release
     16 IDATE1  =       20120101, ! Release start date, YYYYMMDD: YYYY=year, MM=month, DD=day
     17 ITIME1  =         090000, ! Release start time in UTC HHMISS: HH hours, MI=minutes, SS=seconds
     18 IDATE2  =       20120101, ! Release end date, same as IDATE1
     19 ITIME2  =         090000, ! Release end time, same as ITIME1
     20 LON1    =          0.000, ! Left longitude of release box -180 < LON1 <180
     21 LON2    =          0.000, ! Right longitude of release box, same as LON1
     22 LAT1    =         20.000, ! Lower latitude of release box, -90 < LAT1 < 90
     23 LAT2    =         20.000, ! Upper latitude of release box same format as LAT1
     24 Z1      =         50.000, ! Lower height of release box meters/hPa above reference level
     25 Z2      =         50.000, ! Upper height of release box meters/hPa above reference level
     26 ZKIND   =              1, ! Reference level 1=above ground, 2=above sea level, 3 for pressure in hPa
     27 MASS    =       1.0000E8, ! Total mass emitted, only relevant for fwd simulations
     28 PARTS   =          10000, ! Total number of particles to be released
     29 COMMENT =    "RELEASE 1", ! Comment, written in the outputfile
    2030 /
     31 &RELEASE
     32 IDATE1  =       20120101,
     33 ITIME1  =         090000,
     34 IDATE2  =       20120101,
     35 ITIME2  =         090000,
     36 LON1    =          0.000,
     37 LON2    =          0.000,
     38 LAT1    =         20.000,
     39 LAT2    =         20.000,
     40 Z1      =        100.000,
     41 Z2      =        100.000,
     42 ZKIND   =              1,
     43 MASS    =       1.0000E8,
     44 PARTS   =          10000,
     45 COMMENT =    "RELEASE 2",
     46 /
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG