Changeset 43c8684 in flexpart.git


Ignore:
Timestamp:
Mar 1, 2015, 3:51:28 PM (9 years ago)
Author:
Ignacio Pisso <Ignacio.Pisso@…>
Branches:
master, 10.4.1_pesei, FPv9.3.1, FPv9.3.1b_testing, FPv9.3.2, GFS_025, bugfixes+enhancements, dev, fp9.3.1-20161214-nc4, grib2nc4_repair, release-10, release-10.4.1, scaling-bug, univie
Children:
242571d
Parents:
e92a713
Message:

add verbosity option to readspecies.f90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/readspecies.f90

    rb4d29ce r43c8684  
    103103  write(aspecnumb,'(i3.3)') specnum(pos_spec)
    104104  open(unitspecies,file=path(1)(1:length(1))//'SPECIES/SPECIES_'//aspecnumb,status='old',form='formatted',err=998)
    105   !write(*,*) 'reading SPECIES',specnum(pos_spec)
     105 
     106  if (verbosity.gt.0) then
     107    write(*,*) 'reading SPECIES',specnum(pos_spec)
     108  endif
    106109
    107110  ASSSPEC=.FALSE.
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG