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

    r1341 r1353  
    2020! Current revisions:
    2121! ------------------
    22 !
     22! REAL constants provided with KIND-attribute
    2323!
    2424! Former revisions:
     
    616616                ENDDO
    617617             ENDDO
    618              IF ( cloud_physics  .AND.  icloud_scheme == 0  .AND.  &
     618             IF ( cloud_physics  .AND.  icloud_scheme == 0  .AND.              &
    619619                  precipitation )  THEN
    620620                DO  i = nxlg, nxrg
     
    673673          IF ( humidity  .OR.  passive_scalar )  THEN
    674674             qs = 0.0_wp
    675              IF ( cloud_physics  .AND.  icloud_scheme == 0  .AND.  &
     675             IF ( cloud_physics  .AND.  icloud_scheme == 0  .AND.              &
    676676                  precipitation )  THEN
    677677                qrs = 0.0_wp
Note: See TracChangeset for help on using the changeset viewer.