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


Ignore:
Timestamp:
May 8, 2017, 8:34:40 AM (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:
6985a98
Parents:
d404d98 (diff), c8fc724 (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:

Merge branch 'dev' of git.nilu.no:flexpart/flexpart into dev

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/com_mod.f90

    r62e65c7 rc8fc724  
    132132
    133133!ZHG SEP 2015 wheather or not to read clouds from GRIB
    134   logical :: readclouds
     134  logical :: readclouds=.false.
    135135!ESO DEC 2015 whether or not both clwc and ciwc are present (if so they are summed)
    136   logical :: sumclouds
     136  logical :: sumclouds=.false.
    137137
    138138  logical,dimension(maxnests) :: readclouds_nest, sumclouds_nest
     
    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
     
    743746
    744747  ! These variables are used to avoid having separate versions of
    745   ! files in cases where differences with MPI version is minor (eso)
     748  ! files in cases where differences with MPI version are minor (eso)
    746749  !*****************************************************************
    747750  integer :: mpi_mode=0 ! .gt. 0 if running MPI version
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG