Ignore:
Timestamp:
May 9, 2018 8:42:38 AM (7 years ago)
Author:
maronga
Message:

series of bugfixes

File:
1 edited

Legend:

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

    r3011 r3014  
    2525! -----------------
    2626! $Id$
     27! Bugfix: initialization of ts_value missing
     28!
     29! 3011 2018-05-07 14:38:42Z schwenkel
    2730! removed redundant if statement
    2831!
     
    11271130
    11281131!
     1132!-- Initialize time series
     1133    ts_value = 0.0_wp
     1134
     1135!
    11291136!-- Initialize local summation arrays for routine flow_statistics.
    11301137!-- This is necessary because they may not yet have been initialized when they
Note: See TracChangeset for help on using the changeset viewer.