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/lpm_init.f90

    r1321 r1322  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! REAL functions provided with KIND-attribute
    2323!
    2424! Former revisions:
     
    252252!
    253253!--    Calculate vertical depth of the sublayers
    254        height_int  = ( z_p - z0_av_global ) / REAL( number_of_sublayers )
     254       height_int  = ( z_p - z0_av_global ) / REAL( number_of_sublayers, KIND=wp )
    255255!
    256256!--    Precalculate LOG(z/z0)
Note: See TracChangeset for help on using the changeset viewer.