Changeset 893 for LMDZ4/branches/LMDZ4_V3_patches/libf
- Timestamp:
- Feb 5, 2008, 2:29:22 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/LMDZ4_V3_patches/libf/phylmd/screenp.F90
r793 r893 60 60 ! STABLE CASE 61 61 ! 62 IF (speed(i).GT.1.5.AND.lmon(i).LE.1.0) THEN 62 IF (speed(i).GT.1.5.AND.lmon(i).LE.1.0.AND. & 63 & rugos(i).LE.1) THEN 63 64 delu(i) = (ustar(i)/RKAR)* & 64 65 (log(zref/(rugos(i))+1.) + &
Note: See TracChangeset
for help on using the changeset viewer.