Changeset 1855 for LMDZ5/trunk/libf
- Timestamp:
- Aug 30, 2013, 3:16:02 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/fisrtilp.F90
r1849 r1855 655 655 IF (rneb(i,k).GT.0.0) THEN 656 656 zrhol(i) = zrho(i) * zoliq(i) / zneb(i) 657 657 ! Initialization of zpluie and zice: 658 zpluie=0 659 zice=0 658 660 IF (zneb(i).EQ.seuil_neb) THEN 659 zpluie= 0.0660 zice = 0.0661 661 ztot = 0.0 662 662 ELSE
Note: See TracChangeset
for help on using the changeset viewer.