Changes in src/com_mod.f90 [c8fc724:5888298] in flexpart.git


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/com_mod.f90

    rc8fc724 r5888298  
    132132
    133133!ZHG SEP 2015 wheather or not to read clouds from GRIB
    134   logical :: readclouds=.false.
     134  logical :: readclouds
    135135!ESO DEC 2015 whether or not both clwc and ciwc are present (if so they are summed)
    136   logical :: sumclouds=.false.
     136  logical :: sumclouds
    137137
    138138  logical,dimension(maxnests) :: readclouds_nest, sumclouds_nest
     
    140140
    141141!NIK 16.02.2015
    142   integer(selected_int_kind(16)), dimension(maxspec) :: tot_blc_count=0, &
    143        &tot_inc_count=0
     142  integer(selected_int_kind(16)) :: tot_blc_count=0, tot_inc_count=0
    144143
    145144
     
    577576  real :: dxoutn,dyoutn,outlon0n,outlat0n,xoutshiftn,youtshiftn
    578577  !real outheight(maxzgrid),outheighthalf(maxzgrid)
    579   logical :: DEP,DRYDEP,DRYDEPSPEC(maxspec),WETDEP,WETDEPSPEC(maxspec),&
    580        & OHREA,ASSSPEC
     578  logical :: DEP,DRYDEP,DRYDEPSPEC(maxspec),WETDEP,OHREA,ASSSPEC
     579  logical :: DRYBKDEP,WETBKDEP
    581580
    582581  ! numxgrid,numygrid       number of grid points in x,y-direction
     
    595594  ! DRYDEPSPEC              .true., if dry deposition is switched on for that species
    596595  ! WETDEP                  .true., if wet deposition is switched on
    597   ! WETDEPSPEC              .true., if wet deposition is switched on for that species
    598596  ! OHREA                   .true., if OH reaction is switched on
    599597  ! ASSSPEC                 .true., if there are two species asscoiated
     598  ! DRYBKDEP,WETBKDEP        .true., for bkwd runs, where mass deposited and source regions is calculated - either for dry or for wet deposition
    600599  !                    (i.e. transfer of mass between these two occurs
    601600
     
    668667  real, allocatable, dimension(:) :: ztra1
    669668  real, allocatable, dimension(:,:) :: xmass1
     669  real, allocatable, dimension(:,:) :: xscav_frac1
    670670
    671671  ! eso: Moved from timemanager
     
    688688  ! xtra1,ytra1,ztra1       spatial positions of the particles
    689689  ! xmass1 [kg]             particle masses
    690  
     690  ! xscav_frac1             fraction of particle masse which has been scavenged at receptor
     691 
    691692
    692693
     
    746747
    747748  ! These variables are used to avoid having separate versions of
    748   ! files in cases where differences with MPI version are minor (eso)
     749  ! files in cases where differences with MPI version is minor (eso)
    749750  !*****************************************************************
    750751  integer :: mpi_mode=0 ! .gt. 0 if running MPI version
    751752  logical :: lroot=.true. ! true if serial version, or if MPI .and. root process
     753 
     754  logical :: usekernel=.false.    ! true if the output kernel shall be switched on
     755  logical :: interpolhmix=.false. ! true if the hmix shall be interpolated
     756  logical :: turboff=.false.       ! true if the turbulence shall be switched off
     757 
    752758 
    753759contains
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG