Changeset 3385 for palm/trunk/SOURCE


Ignore:
Timestamp:
Oct 19, 2018 2:52:29 PM (6 years ago)
Author:
knoop
Message:

Bugfix: replaced a wrong usage of "surf_lsm_h" with the correct "surf_usm_h" in production_e

File:
1 edited

Legend:

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

    r3361 r3385  
    31253125                   surf_e = surf_usm_h%end_index(j,i)
    31263126                   DO  m = surf_s, surf_e
    3127                       k = surf_lsm_h%k(m)
     3127                      k = surf_usm_h%k(m)
    31283128
    31293129                      IF ( .NOT. bulk_cloud_model .AND. .NOT. cloud_droplets ) THEN
Note: See TracChangeset for help on using the changeset viewer.