Changeset 6985a98 in flexpart.git for src/com_mod.f90


Ignore:
Timestamp:
May 8, 2017, 5:28:32 PM (7 years ago)
Author:
Sabine <sabine.eckhardt@…>
Branches:
master, 10.4.1_pesei, GFS_025, bugfixes+enhancements, dev, release-10, release-10.4.1, scaling-bug, univie
Children:
2bec33e
Parents:
d9f0585 (diff), d1a8707 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

compiles after merge scavenging into test dev

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/com_mod.f90

    rc8fc724 r6985a98  
    577577  real :: dxoutn,dyoutn,outlon0n,outlat0n,xoutshiftn,youtshiftn
    578578  !real outheight(maxzgrid),outheighthalf(maxzgrid)
     579
    579580  logical :: DEP,DRYDEP,DRYDEPSPEC(maxspec),WETDEP,WETDEPSPEC(maxspec),&
    580581       & OHREA,ASSSPEC
     582  logical :: DRYBKDEP,WETBKDEP
    581583
    582584  ! numxgrid,numygrid       number of grid points in x,y-direction
     
    598600  ! OHREA                   .true., if OH reaction is switched on
    599601  ! ASSSPEC                 .true., if there are two species asscoiated
     602  ! DRYBKDEP,WETBKDEP        .true., for bkwd runs, where mass deposited and source regions is calculated - either for dry or for wet deposition
    600603  !                    (i.e. transfer of mass between these two occurs
    601604
     
    668671  real, allocatable, dimension(:) :: ztra1
    669672  real, allocatable, dimension(:,:) :: xmass1
     673  real, allocatable, dimension(:,:) :: xscav_frac1
    670674
    671675  ! eso: Moved from timemanager
     
    688692  ! xtra1,ytra1,ztra1       spatial positions of the particles
    689693  ! xmass1 [kg]             particle masses
    690  
     694  ! xscav_frac1             fraction of particle masse which has been scavenged at receptor
     695 
    691696
    692697
     
    750755  integer :: mpi_mode=0 ! .gt. 0 if running MPI version
    751756  logical :: lroot=.true. ! true if serial version, or if MPI .and. root process
     757 
     758  logical :: usekernel=.false.    ! true if the output kernel shall be switched on
     759  logical :: interpolhmix=.false. ! true if the hmix shall be interpolated
     760  logical :: turboff=.false.       ! true if the turbulence shall be switched off
     761 
    752762 
    753763contains
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG