Changeset 4960
- Timestamp:
- Jun 3, 2024, 5:38:12 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/lmdz_lscp_poprecip.F90
r4913 r4960 246 246 snow(i) = snowclr(i) + snowcld(i) 247 247 248 ELSE 248 ELSEIF ( ( rain(i) + snow(i) ) .LE. 0. ) THEN 249 249 250 !--If no precip, we reinitialize the cloud fraction used for the precip to 0 250 251 precipfraccld(i) = 0.
Note: See TracChangeset
for help on using the changeset viewer.