02.05.2014 Views

Patrick Corde & Anne Fouilloux

Patrick Corde & Anne Fouilloux

Patrick Corde & Anne Fouilloux

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Instructions de positionnement 144<br />

Exemple : troncature contrôlée d’un fichier<br />

program troncature<br />

REAL, dimension(100) :: tab<br />

INTEGER ios<br />

LOGICAL flag/.false./<br />

...<br />

OPEN( UNIT=1,<br />

&<br />

FILE="data_txt_seq", &<br />

ACTION="readwrite", &<br />

POSITION="append", &<br />

STATUS="old", &<br />

IOSTAT=ios )<br />

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

...<br />

ELSE<br />

tab(:) = acos(-1.)<br />

WRITE( UNIT=1, FMT=’(100F6.3)’ ) tab<br />

REWIND( UNIT=1 )<br />

END IF<br />

Le fichier dont le nom est data txt seq est<br />

ouvert avec un positionnement en fin de fichier<br />

(POSITION="append"). Après écriture d’un enregistrement,<br />

on se repositionne en tête (REWIND).<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!