Changeset dba4221 in flexpart.git for options/OUTGRID


Ignore:
Timestamp:
Nov 9, 2022, 4:50:39 PM (18 months ago)
Author:
Pirmin Kaufmann <pirmin.kaufmann@…>
Branches:
bugfixes+enhancements
Children:
8ad70c7
Parents:
49e63b9
Message:

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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • options/OUTGRID

    r9397d0f rdba4221  
    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, 1000.0 , 50000.0,
     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)
    2222 /
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG