Changeset 486 for LMDZ.3.3/branches/rel-LF/libf/phylmd/hydrol.F
- Timestamp:
- Dec 15, 2003, 6:50:41 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ.3.3/branches/rel-LF/libf/phylmd/hydrol.F
r2 r486 1 c 2 c $Header$ 3 c 1 4 SUBROUTINE hydrol(dtime,pctsrf,rain_fall,snow_fall,evap, 2 5 . agesno, tsol,qsol,snow,runoff) … … 76 79 c je limite la temperature a RTT-1.8 (il faudrait aussi prendre l'eau de 77 80 c la fonte) (Laurent Li, le 14mars98): 78 tsol(i,is) = MIN(tsol(i,is),RTT-1.8) 81 cIM cf GK tsol(i,is) = MIN(tsol(i,is),RTT-1.8) 82 cIM cf GK : la glace fond a 0C, non pas a -1.8 83 tsol(i,is) = MIN(tsol(i,is),RTT) 79 84 c 80 85 ccc ELSE … … 95 100 c je limite la temperature a RTT-1.8 (il faudrait aussi prendre l'eau de 96 101 c la fonte) (Laurent Li, le 14mars98): 97 tsol(i,is) = MIN(tsol(i,is),RTT-1.8) 102 cIM cf GK tsol(i,is) = MIN(tsol(i,is),RTT-1.8) 103 cIM cf GK : la glace fond a 0C, non pas a -1.8 104 tsol(i,is) = MIN(tsol(i,is),RTT) 98 105 c 99 106 ccc ELSE
Note: See TracChangeset
for help on using the changeset viewer.