<<prev file | next file >>    view single page | view frames    summary: fields | routine    details: routine

ReadWrite/

readoldopadistcoast.pro

Routine summary

result = read3fromopa(unit, params, num)

NAME:readoldopadistcoast PURPOSE: read the old binary direct access file that contains the distance to the coast in OPA.

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

topread3fromopa

result = read3fromopa(unit, params, num)

NAME:readoldopadistcoast PURPOSE: read the old binary direct access file that contains the distance to the coast in OPA. based on the OPA subroutines dtacof and parctl CATEGORY:for OPA before NetCDF CALLING SEQUENCE:res=readoldopadistcoast(filename) INPUTS: filename (with the whole path if necessary) jpiglo, jpjglo, jpk: dimensions of the opa grid KEYWORD PARAMETERS: IBLOC: ibloc size, default: ibloc = 4096L JPBYT: jpbyt size, defalut: jpbyt = 8L NUMREC: number of records in the file. defalut: numrec = 19L*jpk OUTPUTS: a structure that contains two elements: tdistcoast (the distance for the t-points) and fdiscoast (the distance for the f-points). COMMON BLOCKS: no SIDE EFFECTS: RESTRICTIONS: EXAMPLE:

Parameters

unit       

params       

num       

topreadoldopadistcoast

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

Parameters

filename       

jpiglo       

jpjglo       

jpk       

Keywords

IBLOC       

JPBYT       

NUMREC       

Produced by IDLdoc 2.0.