source: flexpart.git/options/OUTGRID

bugfixes+enhancements
Last change on this file was dba4221, checked in by Pirmin Kaufmann <pirmin.kaufmann@…>, 17 months ago

Bugfixes:

  • options/SPECIES/SPECIES_009: corrected wrong number format, replaced comma by decimal point
  • options/SPECIES/SPECIES_028: corrected wrong number format, moved sign of exponent to after the E
  • options/SPECIES/specoverview.f90: added namelist parameters that appear in SPECIES files but were missing here
  • src/FLEXPART.f90: replaced compiler-specific command line argument routines by standard Fortran intrinsic routines
  • src/FLEXPART_MPI.f90: ditto
  • src/gridcheck_ecmwf.f90: corrected handling of vertical levels when input files do not contain uppermost layers
  • src/gridcheck_nests.f90: ditto
  • src/readwind_ecmwf.f90: corrected handling of vertical levels when input files do not contain uppermost layers
  • readwind_ecmwf_mpi.f90: ditto

Code enhancements:

  • options/OUTGRID: added comments describing contents
  • options/SPECIES/SPECIES_*: aligned comments
  • options/SPECIES/specoverview.f90: removed commented lines, rectified lines indenting
  • src/FLEXPART.f90: rectified lines indenting, updated date in version string
  • src/FLEXPART_MPI.f90: ditto, and realigned code with src/FLEXPART.f90
  • src/gridcheck_*.f90: added code to write out name of file before it is opened (helps a lot when an input file causes troubles)
  • src/par_mod.f90: added comment explaining relevance of nuvzmax for GRIB input
  • src/readreleases.f90: write out warning if too few particles are used to randomize release
  • src/readspecies.f90: write out name of SPECIES file before it is read
  • src/readwind_*.f90: write out name of input file before opening it
  • src/writeheader_txt.f90: removed wrong comment
  • Property mode set to 100644
File size: 1.5 KB
Line 
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! OUTHEIGHTS = HEIGHT OF LEVELS (UPPER BOUNDARY)                               *
13!*******************************************************************************
14&OUTGRID
15 OUTLON0=    -25.00, ! GEOGRAPHYICAL LONGITUDE OF LOWER LEFT CORNER OF OUTPUT GRID
16 OUTLAT0=     10.00, ! GEOGRAPHYICAL LATITUDE OF LOWER LEFT CORNER OF OUTPUT GRID
17 NUMXGRID=       85, ! NUMBER OF GRID POINTS IN X DIRECTION (= No. of cells + 1)
18 NUMYGRID=       65, ! NUMBER OF GRID POINTS IN Y DIRECTION (= No. of cells + 1)
19 DXOUT=        1.00, ! GRID DISTANCE IN X DIRECTION
20 DYOUT=        1.00, ! GRID DISTANCE IN Y DIRECTION
21 OUTHEIGHTS=  100.0, 500.0, 1000.0 , 50000.0 ! HEIGHT OF LEVELS (UPPER BOUNDARY)
22 /
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG