Changeset 3300 for palm/trunk/SOURCE/turbulence_closure_mod.f90
- Timestamp:
- Oct 2, 2018 2:16:54 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/turbulence_closure_mod.f90
r3299 r3300 1758 1758 maximum = MAXVAL( array(:,a) ) 1759 1759 DO b = 0, rad_k+1 1760 IF ( array(b,a) == maxi ) THEN1760 IF ( array(b,a) == maximum ) THEN 1761 1761 loc_k(a) = b 1762 1762 EXIT
Note: See TracChangeset
for help on using the changeset viewer.