source: flexpart.git/options/SPECIES/SPECIES_016

bugfixes+enhancements
Last change on this file was dba4221, checked in by Pirmin Kaufmann <pirmin.kaufmann@…>, 18 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.3 KB
Line 
1&SPECIES_PARAMS
2 PSPECIES="Cs-137",           ! Tracer name
3 PDECAY=946.08E6,             ! Species half life
4 PWETA_GAS=-0.9E-9,           ! Below-cloud scavenging (gases) - A (weta_gas)
5 PWETB_GAS=-9.9,              ! Below-cloud scavenging (gases) - B (wetb_gas)
6 PCRAIN_AERO=1.0,             ! Below-cloud scavenging (particles) - Crain (crain_aero)
7 PCSNOW_AERO=1.0,             ! Below-cloud scavenging (particles) - Csnow (csnow_aero)
8 PCCN_AERO=0.9,               ! In-cloud scavenging (particles) - CCNeff (ccn_aero)
9 PIN_AERO=0.9,                ! In-cloud scavenging (particles) - INeff (in_aero)
10 PDENSITY=1900.0,             ! Dry deposition (particles) - rho
11 PDQUER=0.4E-06,              ! Dry deposition (particles) - dquer
12 PDSIGMA=3.3,                 ! Dry deposition (particles) - dsig
13 PDRYVEL=-9.99,               ! Alternative: dry deposition velocity
14 PRELDIFF=-9.9,               ! Dry deposition (gases) - D
15 PHENRY=-0.9E-9,              ! Dry deposition (gases) - Henrys const.
16 PF0=-9,                      ! Dry deposition (gases) - f0 (reactivity)
17 PWEIGHTMOLAR=-9.9,           ! molweight
18 POHCCONST=-0.9E-9,           ! OH Reaction rate - C [cm^3/molecule/sec]
19 POHDCONST=-9.9,              ! OH Reaction rate - D [K]
20 POHNCONST=2.0,               ! OH Reaction rate - N (no unit)
21 /
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG