Changeset 1010 for LMDZ4/trunk
- Timestamp:
- Oct 7, 2008, 12:38:25 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/phylmd/cpl_mod.F90
r1001 r1010 311 311 time_sec=(itime-1)*dtime 312 312 #ifdef CPP_COUPLE 313 il_time_secs=(itime-1)*dtime313 time_sec=(itime-1)*dtime 314 314 !$OMP MASTER 315 CALL fromcpl( il_time_secs, tab_read_flds)315 CALL fromcpl(time_sec, tab_read_flds) 316 316 !$OMP END MASTER 317 317 #endif … … 1165 1165 time_sec=(itime-1)*dtime 1166 1166 #ifdef CPP_COUPLE 1167 il_time_secs=(itime-1)*dtime1167 time_sec=(itime-1)*dtime 1168 1168 !$OMP MASTER 1169 CALL intocpl( il_time_secs, lafin, tab_flds(:,:,:))1169 CALL intocpl(time_sec, lafin, tab_flds(:,:,:)) 1170 1170 !$OMP END MASTER 1171 1171 #endif
Note: See TracChangeset
for help on using the changeset viewer.