Changeset 4c64400 in flexpart.git for src/readreleases.f90


Ignore:
Timestamp:
Nov 8, 2016, 4:42:27 PM (7 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:
c8fc724
Parents:
16b61a5
Message:

Bugfix for double precision dry deposition calculation. Added (hardcoded) option to not use output kernel. Version/date string updated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/readreleases.f90

    r05cf28d r4c64400  
    218218  rewind(unitreleases)
    219219
     220  if (nspec.gt.maxspec) goto 994
     221
    220222  ! allocate arrays of matching size for number of species (namelist output)
    221223  deallocate(mass)
     
    574576  endif
    575577
     578
    576579  ! Determine the release rate (particles per second) and total number
    577580  ! of particles released during the simulation
     
    633636  endif
    634637
     638  if (lroot) then
     639    write(*,FMT='(A,ES14.7)') ' Total mass released:', sum(xmass(1:numpoint,1:nspec))
     640  end if
     641
    635642  return
    636643
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG