Ignore:
Timestamp:
Jun 10, 2020 4:27:30 PM (4 years ago)
Author:
moh.hefny
Message:

Bugfix in RTM output average quantities

File:
1 edited

Legend:

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

    r4514 r4558  
    2424! -----------------
    2525! $Id$
     26! bugfix: average_count_3d is set to integer 0
     27!
     28! 4514 2020-04-30 16:29:59Z suehring
    2629! Enable output of qsurf and ssurf
    2730!
     
    463466!
    464467!-- Reset the counter
    465     average_count_3d = 0.0
     468    average_count_3d = 0_iwp
    466469
    467470    CALL cpu_log( log_point(35), 'average_3d_data', 'stop' )
Note: See TracChangeset for help on using the changeset viewer.