Changeset 1286 for LMDZ4/trunk/libf/dyn3dpar
- Timestamp:
- Dec 17, 2009, 2:47:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/dyn3dpar/leapfrog_p.F
r1279 r1286 172 172 INTEGER testita 173 173 PARAMETER (testita = 9) 174 175 logical , parameter :: flag_verif = .false. 174 176 175 177 c declaration liees au parallelisme … … 1286 1288 1287 1289 1288 IF( itau. EQ. itaufinp1 ) then 1290 IF( itau. EQ. itaufinp1 ) then 1291 1292 if (flag_verif) then 1293 write(79,*) 'ucov',ucov 1294 write(80,*) 'vcov',vcov 1295 write(81,*) 'teta',teta 1296 write(82,*) 'ps',ps 1297 write(83,*) 'q',q 1298 WRITE(85,*) 'q1 = ',q(:,:,1) 1299 WRITE(86,*) 'q3 = ',q(:,:,3) 1300 endif 1301 1289 1302 1290 1303 c$OMP MASTER
Note: See TracChangeset
for help on using the changeset viewer.