Ignore:
Timestamp:
Apr 8, 2014 3:21:23 PM (10 years ago)
Author:
heinze
Message:

REAL constants provided with KIND-attribute

File:
1 edited

Legend:

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

    r1339 r1353  
    2020! Current revisions:
    2121! ------------------
    22 !
     22! REAL constants provided with KIND-attribute
    2323!
    2424! Former revisions:
     
    10381038    CALL cpu_log( log_point(7), 'w-equation', 'start' )
    10391039
    1040     tend = 0.0
     1040    tend = 0.0_wp
    10411041    IF ( timestep_scheme(1:5) == 'runge' )  THEN
    10421042       IF ( ws_scheme_mom )  THEN
     
    11211121!
    11221122!--          Bott-Chlond scheme always uses Euler time step. Thus:
    1123              sbt = 1.0
     1123             sbt = 1.0_wp
    11241124          ENDIF
    11251125          tend = 0.0_wp
     
    12301230!
    12311231!--          Bott-Chlond scheme always uses Euler time step. Thus:
    1232              sbt = 1.0
     1232             sbt = 1.0_wp
    12331233          ENDIF
    12341234          tend = 0.0_wp
     
    12401240!--    sa-tendency terms with no communication
    12411241       IF ( scalar_advec /= 'bc-scheme' )  THEN
    1242           tend = 0.0
     1242          tend = 0.0_wp
    12431243          IF ( timestep_scheme(1:5) == 'runge' )  THEN
    12441244             IF ( ws_scheme_sca )  THEN
     
    17551755!
    17561756!--          Bott-Chlond scheme always uses Euler time step. Thus:
    1757              sbt = 1.0
     1757             sbt = 1.0_wp
    17581758          ENDIF
    17591759          tend = 0.0_wp
Note: See TracChangeset for help on using the changeset viewer.