Changeset 550 for LMDZ4/trunk/libf
- Timestamp:
- Oct 19, 2004, 11:17:30 AM (20 years ago)
- Location:
- LMDZ4/trunk/libf/dyn3d
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/dyn3d/gcm.F
r541 r550 383 383 384 384 385 CALL leapfrog(ucov,vcov,teta,ps,masse,phis,nq,q,clesphy0) 385 CALL leapfrog(ucov,vcov,teta,ps,masse,phis,nq,q,clesphy0, 386 . time_0) 386 387 387 388 -
LMDZ4/trunk/libf/dyn3d/leapfrog.F
r541 r550 199 199 call guide(itau,ucov,vcov,teta,q,masse,ps) 200 200 else 201 print*,'attention on ne guide pas les 6 dernieres heures' 201 IF(prt_level>9)WRITE(*,*)'attention on ne guide pas les ', 202 . '6 dernieres heures' 202 203 endif 203 204 #endif … … 485 486 486 487 IF( itau. EQ. itaufinp1 ) then 487 write(79,*) 'ucov',ucov488 write(80,*) 'vcov',vcov489 write(81,*) 'teta',teta490 write(82,*) 'ps',ps491 write(83,*) 'q',q492 WRITE(85,*) 'q1 = ',q(:,:,1)493 WRITE(86,*) 'q3 = ',q(:,:,3)488 c$$$ write(79,*) 'ucov',ucov 489 c$$$ write(80,*) 'vcov',vcov 490 c$$$ write(81,*) 'teta',teta 491 c$$$ write(82,*) 'ps',ps 492 c$$$ write(83,*) 'q',q 493 c$$$ WRITE(85,*) 'q1 = ',q(:,:,1) 494 c$$$ WRITE(86,*) 'q3 = ',q(:,:,3) 494 495 495 496 abort_message = 'Simulation finished'
Note: See TracChangeset
for help on using the changeset viewer.