Changeset 72d3a5a in flexpart.git for src/verttransform.f90


Ignore:
Timestamp:
May 31, 2017, 10:11:57 AM (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:
e52967c
Parents:
6d420c3
Message:

Bugfix in verttransform (call to function ew)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/verttransform.f90

    r6481010 r72d3a5a  
    5050! added the variable cloud for use with scavenging - descr. in com_mod
    5151!*****************************************************************************
     52! Date: 2017-05-30 modification of a bug in ew. Don Morton (CTBTO project)   *
     53!*****************************************************************************
    5254!                                                                            *
    5355! Variables:                                                                 *
     
    155157
    156158
    157     tvold(ixm,jym)=tt2(ixm,jym,1,n)*(1.+0.378*ew*(td2(ixm,jym,1,n))/ &
     159    tvold(ixm,jym)=tt2(ixm,jym,1,n)*(1.+0.378*ew(td2(ixm,jym,1,n))/ &
    158160         ps(ixm,jym,1,n))
    159161    pold(ixm,jym)=ps(ixm,jym,1,n)
     
    215217  do jy=0,nymin1
    216218    do ix=0,nxmin1
    217       tvold(ix,jy)=tt2(ix,jy,1,n)*(1.+0.378*ew*(td2(ix,jy,1,n))/ &
     219      tvold(ix,jy)=tt2(ix,jy,1,n)*(1.+0.378*ew(td2(ix,jy,1,n))/ &
    218220           ps(ix,jy,1,n))
    219221    enddo
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG