Ignore:
Timestamp:
Mar 20, 2014 4:38:49 PM (11 years ago)
Author:
raasch
Message:

REAL functions and a lot of REAL constants provided with KIND-attribute,
some small bugfixes

File:
1 edited

Legend:

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

    r1321 r1322  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! REAL functions provided with KIND-attribute
    2323!
    2424! Former revisions:
     
    102102    ELSE
    103103       IF ( average_count_pr > 0 )  THEN
    104           hom_sum = hom_sum / REAL( average_count_pr )
     104          hom_sum = hom_sum / REAL( average_count_pr, KIND=wp )
    105105       ELSE
    106106!
Note: See TracChangeset for help on using the changeset viewer.