Changeset 277 for LMDZ.3.3/branches/rel-LF/libf
- Timestamp:
- Sep 20, 2001, 6:07:51 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ.3.3/branches/rel-LF/libf/phylmd/interface_surf.F90
r275 r277 1077 1077 real, allocatable, dimension(:,:),save :: read_alb_sic 1078 1078 ! variable tampon 1079 real, dimension(klon) :: tamp1080 1079 real, dimension(klon) :: tamp_sic 1081 1080 ! sauvegarde des fractions de surface d'un pas de temps a l'autre apres … … 1237 1236 & + tauy(ig) / FLOAT(nexca) 1238 1237 cpl_rriv(ig,cpl_index) = cpl_rriv(ig,cpl_index) & 1239 & + riverflow 1238 & + riverflow(ig) / FLOAT(nexca)/dtime 1240 1239 cpl_rcoa(ig,cpl_index) = cpl_rcoa(ig,cpl_index) & 1241 & + coastalflow 1240 & + coastalflow(ig) / FLOAT(nexca)/dtime 1242 1241 enddo 1243 1242 endif
Note: See TracChangeset
for help on using the changeset viewer.