Changeset 4058 for palm/trunk/SOURCE


Ignore:
Timestamp:
Jun 27, 2019 3:25:42 PM (5 years ago)
Author:
knoop
Message:

Bugfix: to_be_resorted was uninitialized in case of s_H2O in 3d_data_averaging

File:
1 edited

Legend:

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

    r4012 r4058  
    2626! -----------------
    2727! $Id$
     28! Bugfix: to_be_resorted was uninitialized in case of s_H2O in 3d_data_averaging
     29!
     30! 4012 2019-05-31 15:19:05Z monakurppa
    2831! Merge salsa branch to trunk. List of changes:
    2932! - Error corrected in distr_update that resulted in the aerosol number size
     
    98409843          CASE ( 's_H2O' )
    98419844             found_index = get_index( prtcl,'H2O' )
     9845             to_be_resorted => s_h2o_av
    98429846             DO  i = nxlg, nxrg
    98439847                DO  j = nysg, nyng
Note: See TracChangeset for help on using the changeset viewer.