Changeset c8fc724 in flexpart.git for src/com_mod.f90


Ignore:
Timestamp:
Feb 2, 2017, 2:23:04 PM (7 years ago)
Author:
Espen Sollum ATMOS <eso@…>
Branches:
master, 10.4.1_pesei, GFS_025, bugfixes+enhancements, dev, release-10, release-10.4.1, scaling-bug, univie
Children:
93786a1
Parents:
4c64400
Message:

Bugfix: using namelist species files would sometimes set incorrect below-cloud scavenging parameters when using more than 1 species. Update: per-species scavenging statistics are written out at end of simulation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/com_mod.f90

    r4c64400 rc8fc724  
    140140
    141141!NIK 16.02.2015
    142   integer(selected_int_kind(16)) :: tot_blc_count=0, tot_inc_count=0
     142  integer(selected_int_kind(16)), dimension(maxspec) :: tot_blc_count=0, &
     143       &tot_inc_count=0
    143144
    144145
     
    576577  real :: dxoutn,dyoutn,outlon0n,outlat0n,xoutshiftn,youtshiftn
    577578  !real outheight(maxzgrid),outheighthalf(maxzgrid)
    578   logical :: DEP,DRYDEP,DRYDEPSPEC(maxspec),WETDEP,OHREA,ASSSPEC
     579  logical :: DEP,DRYDEP,DRYDEPSPEC(maxspec),WETDEP,WETDEPSPEC(maxspec),&
     580       & OHREA,ASSSPEC
    579581
    580582  ! numxgrid,numygrid       number of grid points in x,y-direction
     
    593595  ! DRYDEPSPEC              .true., if dry deposition is switched on for that species
    594596  ! WETDEP                  .true., if wet deposition is switched on
     597  ! WETDEPSPEC              .true., if wet deposition is switched on for that species
    595598  ! OHREA                   .true., if OH reaction is switched on
    596599  ! ASSSPEC                 .true., if there are two species asscoiated
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG