Changeset ed82e08 in flexpart.git


Ignore:
Timestamp:
May 19, 2016, 3:57:19 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:
79abee9
Parents:
06f094f (diff), a652cd5 (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:

Merge branch 'wetdep' into dev

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/advance.f90

    r18adf60 ra652cd5  
    500500! 887     nsp=min(nsp,nspec)
    501501        if (nspec.eq.1.and.density(1).gt.0.) then
    502           call get_settling(itime,real(xt),real(yt),zt,nsp,settling)  !bugfix
     502          call get_settling(itime,real(xt),real(yt),zt,nspec,settling)  !bugfix
    503503        end if
    504504        w=w+settling
     
    664664!        if (density(nsp).gt.0.) then
    665665      if (nspec.eq.1.and.density(1).gt.0.) then
    666         call get_settling(itime,real(xt),real(yt),zt,nsp,settling)  !bugfix
     666        call get_settling(itime,real(xt),real(yt),zt,nspec,settling)  !bugfix
    667667      end if
    668668      w=w+settling
     
    870870!      if (density(nsp).gt.0.) then
    871871    if (nspec.eq.1.and.density(1).gt.0.) then
    872       call get_settling(itime+ldt,real(xt),real(yt),zt,nsp,settling)  !bugfix
     872      call get_settling(itime+ldt,real(xt),real(yt),zt,nspec,settling)  !bugfix
    873873    end if
    874874    w=w+settling
  • options/SPECIES/SPECIES_016

    r356dcb9 re8929a8  
    44 PCSNOW_AERO=  1.0    ,
    55 PCCN_AERO= 0.9    ,
    6  PIN_AERO= 0.1    ,
    7  PDENSITY=  2500.00000    ,
    8  PDQUER=  6.0E-07,
     6 PIN_AERO= 0.9    ,
     7 PDENSITY=  1900.0    ,
     8 PDQUER=  0.4E-06,
    99 PDSIGMA= 0.3    ,
    1010 /
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG