Changeset 9397d0f in flexpart.git


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

Location:
options
Files:
4 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 /
  • options/OUTGRID

    r547b188 r9397d0f  
    33!      Input file for the Lagrangian particle dispersion model FLEXPART        *
    44!                       Please specify your output grid                        *
    5 !
    6 ! OUTLON0 = GEOGRAPHYICAL LONGITUDE OF LOWER LEFT CORNER OF OUTPUT GRID
    7 ! OUTLAT0 = GEOGRAPHYICAL LATITUDE OF LOWER LEFT CORNER OF OUTPUT GRID
    8  NUMXGRID=    85   ,
    9  NUMYGRID=    65   ,
    10 ! DXOUT   = GRID DISTANCE IN X DIRECTION
    11 ! DYOUN   = GRID DISTANCE IN Y DIRECTION
    12 ! OUTHEIGHTS = HEIGHT OF LEVELS (UPPER BOUNDARY)
     5!                                                                              *
     6! OUTLON0    = GEOGRAPHYICAL LONGITUDE OF LOWER LEFT CORNER OF OUTPUT GRID     *
     7! OUTLAT0    = GEOGRAPHYICAL LATITUDE OF LOWER LEFT CORNER OF OUTPUT GRID      *
     8! NUMXGRID   = NUMBER OF GRID POINTS IN X DIRECTION (= No. of cells + 1)       *
     9! NUMYGRID   = NUMBER OF GRID POINTS IN Y DIRECTION (= No. of cells + 1)       *
     10! DXOUT      = GRID DISTANCE IN X DIRECTION                                    *
     11! DYOUN      = GRID DISTANCE IN Y DIRECTION                                    *
     12! OUTHEIGHTS = HEIGHT OF LEVELS (UPPER BOUNDARY)                               *
    1313!*******************************************************************************
    1414&OUTGRID
    15  OUTLON0=   -25.00,
    16  OUTLAT0=    10.00,
    17  NUMXGRID=    85   ,
    18  NUMYGRID=    65   ,
    19  DXOUT=    1.00,
    20  DYOUT=    1.00,
    21  OUTHEIGHTS=  100.0   ,  500.0   ,  10000.0  , 50000.0  ,
     15 OUTLON0=    -25.00,
     16 OUTLAT0=     10.00,
     17 NUMXGRID=       85,
     18 NUMYGRID=       65,
     19 DXOUT=        1.00,
     20 DYOUT=        1.00,
     21 OUTHEIGHTS=  100.0, 500.0, 1000.0 , 50000.0,
    2222 /
  • options/OUTGRID_NEST

    r44322ef r9397d0f  
    1 ********************************************************************************
    2 *                                                                              *
    3 *      Input file for the Lagrangian particle dispersion model FLEXPART        *
    4 *                       Please specify your output grid                        *
    5 *                                                                              *
    6 ********************************************************************************
    7 
    8 1.  ------.----       4X,F11.4
    9         -2.0000       GEOGRAFICAL LONGITUDE OF LOWER LEFT CORNER OF OUTPUT GRID
    10     OUTLONLEFT        (left boundary of the first grid cell - not its centre)
    11 
    12 2.  ------.----       4X,F11.4
    13          1.0000       GEOGRAFICAL LATITUDE OF LOWER LEFT CORNER OF OUTPUT GRID
    14     OUTLATLOWER       (lower boundary of the first grid cell - not its centre)
    15 
    16 3.  -----             4X,I5
    17       400             NUMBER OF GRID POINTS IN X DIRECTION (= No. of cells + 1)
    18     NUMXGRID
    19 
    20 4.  -----             4X,I5
    21       200             NUMBER OF GRID POINTS IN Y DIRECTION (= No. of cells + 1)
    22     NUMYGRID
    23 
    24 5.  ------.-----      4X,F12.5
    25          0.01000      GRID DISTANCE IN X DIRECTION
    26     DXOUTLON
    27 
    28 6.  ------.-----      4X,F12.5
    29          0.01000      GRID DISTANCE IN Y DIRECTION
    30     DYOUTLAT
     1!*******************************************************************************
     2!                                                                              *
     3!      Input file for the Lagrangian particle dispersion model FLEXPART        *
     4!                       Please specify your output grid                        *
     5!                                                                              *
     6! OUTLON0    = GEOGRAPHYICAL LONGITUDE OF LOWER LEFT CORNER OF OUTPUT GRID     *
     7! OUTLAT0    = GEOGRAPHYICAL LATITUDE OF LOWER LEFT CORNER OF OUTPUT GRID      *
     8! NUMXGRID   = NUMBER OF GRID POINTS IN X DIRECTION (= No. of cells + 1)       *
     9! NUMYGRID   = NUMBER OF GRID POINTS IN Y DIRECTION (= No. of cells + 1)       *
     10! DXOUT      = GRID DISTANCE IN X DIRECTION                                    *
     11! DYOUN      = GRID DISTANCE IN Y DIRECTION                                    *
     12!*******************************************************************************
     13&OUTGRIDN
     14 OUTLON0N=    -25.00,
     15 OUTLAT0N=     10.00,
     16 NUMXGRIDN=       85,
     17 NUMYGRIDN=       65,
     18 DXOUTN=        1.00,
     19 DYOUTN=        1.00,
     20 /
  • options/RELEASES

    r547b188 r9397d0f  
     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,
     13 SPECNUM_REL=          24,
    414 /
    515&RELEASE
    6  IDATE1=   20120101,
    7  ITIME1=     090000,
    8  IDATE2=   20120101,
    9  ITIME2=     090000,
    10  LON1=    0.000    ,
    11  LON2=    0.000    ,
    12  LAT1=   20.00,
    13  LAT2=   20.00,
    14  Z1=    50.000       ,
    15  Z2=    50.000       ,
    16  ZKIND=     1,
    17  MASS=  1.0000E8    ,
    18  PARTS=   10000
    19  COMMENT="TEST1",
     16 IDATE1  =       20120101,
     17 ITIME1  =         090000,
     18 IDATE2  =       20120101,
     19 ITIME2  =         090000,
     20 LON1    =          0.000,
     21 LON2    =          0.000,
     22 LAT1    =         20.000,
     23 LAT2    =         20.000,
     24 Z1      =         50.000,
     25 Z2      =         50.000,
     26 ZKIND   =              1,
     27 MASS    =       1.0000E8,
     28 PARTS   =          10000,
     29 COMMENT =    "RELEASE 1",
    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