Ignore:
Timestamp:
Dec 3, 2012 7:15:41 AM (11 years ago)
Author:
raasch
Message:

FORTRAN bugfix for r1072

File:
1 edited

Legend:

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

    r1066 r1073  
    897897!--       Determine the near-surface water flux
    898898          IF ( humidity  .OR.  passive_scalar )  THEN
    899              IF ( cloud_physics .AND. icloud_scheme )  THEN
     899             IF ( cloud_physics  .AND.  icloud_scheme == 0 )  THEN
    900900                IF ( constant_waterflux_qr )  THEN
    901901                   qrsws = surface_waterflux_qr
Note: See TracChangeset for help on using the changeset viewer.