Changeset 364 for LMDZ.3.3/branches/rel-LF/libf/phylmd/interface_surf.F90
- Timestamp:
- Jun 11, 2002, 2:19:49 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ.3.3/branches/rel-LF/libf/phylmd/interface_surf.F90
r360 r364 790 790 real, dimension(klon) :: cdrag 791 791 792 include 'temps.inc' 793 792 794 if (check) write(*,*)'Entree ', modname 793 795 if (check) write(*,*)'ok_veget = ',ok_veget … … 994 996 ! 995 997 if (debut) then 996 call intersurf_main (itime -1, iim, jjm+1, knon, ktindex, dtime, &998 call intersurf_main (itime+itau_phy-1, iim, jjm+1, knon, ktindex, dtime, & 997 999 & lrestart_read, lrestart_write, lalo, & 998 1000 & contfrac, neighbours, resolution, date0, & … … 1005 1007 endif 1006 1008 1007 call intersurf_main (itime , iim, jjm+1, knon, ktindex, dtime, &1009 call intersurf_main (itime+itau_phy, iim, jjm+1, knon, ktindex, dtime, & 1008 1010 & lrestart_read, lrestart_write, lalo, & 1009 1011 & contfrac, neighbours, resolution, date0, &
Note: See TracChangeset
for help on using the changeset viewer.