Changeset 9397d0f in flexpart.git for options/OUTGRID_NEST


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/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 /
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG