Changeset 1134 for LMDZ4/branches/LMDZ4-dev/libf/dyn3dpar
- Timestamp:
- Mar 26, 2009, 12:57:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/LMDZ4-dev/libf/dyn3dpar/leapfrog_p.F
r1114 r1134 537 537 538 538 c$OMP MASTER 539 print*,"Iteration No",True_itau539 IF (prt_level>9)WRITE(lunout,*)"Iteration No",True_itau 540 540 541 541 … … 673 673 c$OMP MASTER 674 674 call suspend_timer(timer_caldyn) 675 print*,'Entree dans la physique : Iteration No ',true_itau 675 WRITE(lunout,*)'Entree dans la physique : Iteration No ', & 676 & true_itau 676 677 c$OMP END MASTER 677 678
Note: See TracChangeset
for help on using the changeset viewer.