Ignore:
Timestamp:
Mar 20, 2014 4:38:49 PM (10 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/read_var_list.f90

    r1321 r1322  
    2020! Current revisions:
    2121! ------------------
    22 !
     22! REAL functions provided with KIND-attribute
    2323!
    2424! Former revisions:
     
    906906!-- Calculate the temporal average of vertical profiles, if neccessary
    907907    IF ( average_count_pr /= 0 )  THEN
    908        hom_sum = hom_sum / REAL( average_count_pr )
     908       hom_sum = hom_sum / REAL( average_count_pr, KIND=wp )
    909909    ENDIF
    910910
Note: See TracChangeset for help on using the changeset viewer.