Changeset db712a8 in flexpart.git for src/calcpar_nests.f90


Ignore:
Timestamp:
Mar 3, 2016, 12:34:56 PM (8 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:
38b7917
Parents:
b0434e1
Message:

Completed handling of nested wind fields with cloud water (for wet deposition).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/calcpar_nests.f90

    re200b7a rdb712a8  
    103103      ustarn(ix,jy,1,n,l)=scalev(psn(ix,jy,1,n,l),tt2n(ix,jy,1,n,l), &
    104104           td2n(ix,jy,1,n,l),surfstrn(ix,jy,1,n,l))
     105      if (ustarn(ix,jy,1,n,l).le.1.e-8) ustarn(ix,jy,1,n,l)=1.e-8
    105106
    106107  ! 2) Calculation of inverse Obukhov length scale
     
    135136        subsceff=min(excessoron(ix,jy,l),hmixplus)
    136137      else
    137         subsceff=0
     138        subsceff=0.0
    138139      endif
    139140  !
     
    149150
    150151      if (DRYDEP) then
    151         z0(4)=0.016*ustarn(ix,jy,1,n,l)*ustarn(ix,jy,1,n,l)/ga
    152         z0(9)=0.016*ustarn(ix,jy,1,n,l)*ustarn(ix,jy,1,n,l)/ga
     152        ! z0(4)=0.016*ustarn(ix,jy,1,n,l)*ustarn(ix,jy,1,n,l)/ga
     153        ! z0(9)=0.016*ustarn(ix,jy,1,n,l)*ustarn(ix,jy,1,n,l)/ga
     154        z0(7)=0.016*ustarn(ix,jy,1,n,l)*ustarn(ix,jy,1,n,l)/ga
    153155
    154156  ! Calculate relative humidity at surface
     
    228230  end do
    229231
    230 
    231     call calcpv_nests(l,n,uuhn,vvhn,pvhn)
     232  ! Calculation of potential vorticity on 3-d grid
     233  !***********************************************
     234
     235  call calcpv_nests(l,n,uuhn,vvhn,pvhn)
    232236
    233237  end do
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG