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


Ignore:
Timestamp:
Jan 5, 2016, 12:20:01 PM (8 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:
d8107c2
Parents:
d6a0977
Message:

Fixed a bug with number of occurances of wet scavenging written to stdout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/com_mod.f90

    rd6a0977 rf75967d  
    132132!ZHG SEP 2015 wheather or not to read clouds from GRIB
    133133  logical :: readclouds
     134!ESO DEC 2015 whether or not both clwc and ciwc are present (if so they are summed)
     135  logical :: sumclouds
     136 
    134137
    135138!NIK 16.02.2015
    136   integer :: tot_blc_count, tot_inc_count
     139  integer :: tot_blc_count=0, tot_inc_count=0
    137140
    138141
     
    746749  !*****************************************************************
    747750  integer :: mpi_mode=0 ! .gt. 0 if running MPI version
    748   logical :: lroot=.true. ! true if serial version, or if MPI and root process
     751  logical :: lroot=.true. ! true if serial version, or if MPI .and. root process
    749752
    750753  contains
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG