Changeset 137
- Timestamp:
- Sep 14, 2000, 3:58:20 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ.3.3/branches/rel-LF/libf/phylmd/interface_surf.F90
r133 r137 762 762 real, allocatable, dimension(:,:),save :: tamp_zmasq 763 763 real, dimension(iim, jjm+1) :: deno 764 integer :: idtime 764 765 ! 765 766 logical, save :: first_appel = .true. … … 807 808 ! initialisation couplage 808 809 ! 809 call inicma(npas , nexca, dtime,(jjm+1)*iim) 810 idtime = int(dtime) 811 call inicma(npas , nexca, idtime,(jjm+1)*iim) 810 812 ! 811 813 ! 1ere lecture champs ocean
Note: See TracChangeset
for help on using the changeset viewer.