Changeset 2520
- Timestamp:
- May 23, 2016, 10:32:55 AM (9 years ago)
- Location:
- LMDZ5/trunk/libf/phylmd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/cv30_routines.F90
r2481 r2520 407 407 408 408 DO i = 1, len !convect3 409 icb1(i) = max(icb(i), 2) !convect3 410 icb1(i) = min(icb(i), nl) !convect3 409 icb1(i) = min(max(icb(i), 2), nl) 411 410 ! if icb is below LCL, start loop at ICB+1: 412 411 ! (icbs est le premier niveau au-dessus du LCL) -
LMDZ5/trunk/libf/phylmd/cv3_routines.F90
r2508 r2520 583 583 584 584 DO i = 1, len !convect3 585 icb1(i) = max(icb(i), 2) !convect3 586 icb1(i) = min(icb(i), nl) !convect3 585 icb1(i) = min(max(icb(i), 2), nl) 587 586 ! if icb is below LCL, start loop at ICB+1: 588 587 ! (icbs est le premier niveau au-dessus du LCL)
Note: See TracChangeset
for help on using the changeset viewer.