Previous SAXO Documentation Assistant: Overview Next

ReadWrite/

readoldopadistcoast.pro

read the old binary direct access file that contains the distance to the coast in OPA. based on the OPA subroutines dtacof and parctl

Routine summary

result = read3fromopa(unit, params, num)
result = readoldopadistcoast(filename, jpiglo, jpjglo, jpk, IBLOC=IBLOC, JPBYT=JPBYT, NUMREC=NUMREC)

 

read3fromopa For OPA

result = read3fromopa(unit, params, num)

Return value

a structure that contains two elements: tdistcoast (the distance for the t-points) and fdiscoast (the distance for the f-points).

Parameters

unit       

params       

num       

Version history

Version

$Id: readoldopadistcoast.pro 327 2007-12-13 16:22:35Z pinsard $

History

Sebastien Masson (smasson@lodyc.jussieu.fr) June, 2002

 


readoldopadistcoast For OPA

result = readoldopadistcoast(filename, jpiglo, jpjglo, jpk, IBLOC=IBLOC, JPBYT=JPBYT, NUMREC=NUMREC)

Parameters

filename        in required

Filename (with the whole path if necessary)

jpiglo        in required

jpjglo        in required

jpk        in required

Dimensions of the opa grid

Keywords

IBLOC        default: 4096L

Ibloc size

JPBYT        default: 8L

Jpbyt size

NUMREC        default: 19L*jpk

Number of records in the file.

Version history

Version

$Id: readoldopadistcoast.pro 327 2007-12-13 16:22:35Z pinsard $

History

Sebastien Masson (smasson@lodyc.jussieu.fr) June, 2002

 


  Produced by IDLdoc 2.0.