Changeset 3577 for palm/trunk


Ignore:
Timestamp:
Nov 29, 2018 1:11:15 PM (5 years ago)
Author:
schwenkel
Message:

Changed number concentration unit to SI standard

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/lpm_init.f90

    r3560 r3577  
    2525! -----------------
    2626! $Id$
     27! Changed number concentration unit to SI standard
     28!
     29! 3560 2018-11-23 09:20:21Z raasch
    2730! set the first particle release time
    2831!
     
    751754!--    Calculate initial_weighting_factor diagnostically
    752755       IF ( number_concentration /= -1.0_wp .AND. number_concentration > 0.0_wp ) THEN
    753           initial_weighting_factor =  number_concentration * 1.0E6_wp *             &
     756          initial_weighting_factor =  number_concentration  *                        &
    754757                                      pdx(1) * pdy(1) * pdz(1)
    755758       END IF
Note: See TracChangeset for help on using the changeset viewer.