20 subroutine mpfprw(fid,pname,psize,profil,cret)
27 integer fid,cret,psize
30 cret = mpffprw(fid,pname,len(pname),psize,profil)
37 subroutine mpfnpf(fid,n,cret)
58 subroutine mpfpfi(fid, it, pname, psize, cret)
65 integer fid, psize, it, cret
68 cret = mpffpfi(fid, it, pname, psize)
75 subroutine mpfpsn(fid, pname, psize, cret)
82 integer fid, psize, cret
85 cret = mpffpsn(fid, pname, len(pname), psize)
92 subroutine mpfprr(fid,pname,profil,cret)
102 cret = mpffprr(fid,pname,len(pname),profil)
subroutine mpfprw(fid, pname, psize, profil, cret)
Cette routine permet d'écrire un profil dans un fichier MED.
subroutine mpfprr(fid, pname, profil, cret)
Cette routine permet de lire un profil dans un fichier MED.
subroutine mpfpfi(fid, it, pname, psize, cret)
Cette routine permet de lire les informations sur un profil dans un fichier MED.
subroutine mpfpsn(fid, pname, psize, cret)
Cette routine permet de lire la taille d'un profil dont on connait le nom.
subroutine mpfnpf(fid, n, cret)
Cette routine permet de lire le nombre de profil dans un fichier MED.