Changeset db712a8 in flexpart.git for src/initialize.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/initialize.f90

    r8a65cb0 rdb712a8  
    9999  jyp=jy+1
    100100
    101   h=max(hmix(ix ,jy ,1,memind(1)), &
     101  h=max(hmix(ix ,jy,1,memind(1)), &
    102102       hmix(ixp,jy ,1,memind(1)), &
    103103       hmix(ix ,jyp,1,memind(1)), &
     
    157157    wp=rannumb(nrand+2)
    158158    if (.not.turbswitch) then     ! modified by mc
     159      wp=wp*sigw
     160    else if (cblflag.eq.1) then   ! modified by mc
     161      if(-h/ol.gt.5) then
     162!if (ol.lt.0.) then
     163!if (ol.gt.0.) then !by mc : only for test correct is lt.0
     164        call initialize_cbl_vel(idummy,zt,ust,wst,h,sigw,wp,ol)
     165      else
    159166        wp=wp*sigw
    160     else if (cblflag.eq.1) then   ! modified by mc
    161         if(-h/ol.gt.5) then
    162         !if (ol.lt.0.) then
    163         !if (ol.gt.0.) then !by mc : only for test correct is lt.0
    164             call initialize_cbl_vel(idummy,zt,ust,wst,h,sigw,wp,ol)
    165         else
    166             wp=wp*sigw
    167         end if           
     167      end if
    168168    end if
    169169
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG