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

REAL constants provided with KIND-attribute

File:
1 edited

Legend:

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

    r1321 r1353  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! REAL constants provided with KIND-attribute
    2323!
    2424! Former revisions:
     
    9090                   dqdt_precip = prec_time_const * ( ql(k,j,i) - ql_crit )
    9191                ELSE
    92                    dqdt_precip = 0.0
     92                   dqdt_precip = 0.0_wp
    9393                ENDIF
    9494                tend(k,j,i) = tend(k,j,i) + dqdt_precip * l_d_cp * pt_d_t(k)
     
    131131             dqdt_precip = prec_time_const * ( ql(k,j,i) - ql_crit )
    132132          ELSE
    133              dqdt_precip = 0.0
     133             dqdt_precip = 0.0_wp
    134134          ENDIF
    135135          tend(k,j,i) = tend(k,j,i) + dqdt_precip * l_d_cp * pt_d_t(k)
Note: See TracChangeset for help on using the changeset viewer.