02.05.2014 Views

Patrick Corde & Anne Fouilloux

Patrick Corde & Anne Fouilloux

Patrick Corde & Anne Fouilloux

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Fichier texte séquentiel 101<br />

Exemple<br />

PROGRAM texte_sequentiel<br />

real, dimension(10) :: tab<br />

integer<br />

:: i<br />

real<br />

:: r<br />

integer<br />

:: ios<br />

OPEN( UNIT=1,<br />

&<br />

FILE="data_txt_seq", &<br />

FORM="formatted", &<br />

ACCESS="sequential", &<br />

STATUS="old", &<br />

ACTION="write", &<br />

POSITION="rewind", &<br />

IOSTAT=ios )<br />

if ( ios /= 0 ) then ! Problème à l’ouverture<br />

...<br />

else<br />

WRITE( UNIT=1, &<br />

FMT=’(10F8.4,I3,F6.3)’) tab, i, r<br />

...<br />

endif<br />

...<br />

CLOSE( UNIT=1 )<br />

END PROGRAM texte_sequentiel<br />

INSTITUT DU DÉVELOPPEMENT<br />

ET DES RESSOURCES<br />

EN INFORMATIQUE SCIENTIFIQUE<br />

Cours langage Fortran – 27 janvier 2006<br />

<strong>Patrick</strong> <strong>Corde</strong> et <strong>Anne</strong> <strong>Fouilloux</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!