Changeset 6985a98 in flexpart.git for src/readreleases.f90


Ignore:
Timestamp:
May 8, 2017, 5:28:32 PM (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:
2bec33e
Parents:
d9f0585 (diff), d1a8707 (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:

compiles after merge scavenging into test dev

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/readreleases.f90

    rc8fc724 r6985a98  
    521521  endif
    522522
     523  ! If FLEXPART is run for backward deposition force zpoint
     524  !*********************************************************************
     525  if (WETBKDEP) then
     526      zpoint1(numpoint)=0.
     527      zpoint2(numpoint)=20000.
     528      kindz(numpoint)=1
     529  endif
     530  if (DRYBKDEP) then
     531      zpoint1(numpoint)=0.
     532      zpoint2(numpoint)=2.*href
     533      kindz(numpoint)=1
     534  endif
     535
     536
    523537  ! Check whether x coordinates of release point are within model domain
    524538  !*********************************************************************
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG