Changeset 8ee24a5 in flexpart.git for src/readreleases.f90


Ignore:
Timestamp:
Nov 24, 2016, 9:23:13 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:
1c0d5e6
Parents:
ceb7e4d
Message:

force releaseheights for bkwd depo runs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/readreleases.f90

    r05cf28d r8ee24a5  
    516516  endif
    517517
     518  ! If FLEXPART is run for backward deposition force zpoint
     519  !*********************************************************************
     520  if (WETBKDEP) then
     521      zpoint1(numpoint)=0.
     522      zpoint2(numpoint)=20000.
     523      kindz(numpoint)=1
     524  endif
     525  if (DRYBKDEP) then
     526      zpoint1(numpoint)=0.
     527      zpoint2(numpoint)=2.*href
     528      kindz(numpoint)=1
     529  endif
     530
     531
    518532  ! Check whether x coordinates of release point are within model domain
    519533  !*********************************************************************
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG