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

ReadWrite/

write_oasis.pro

topwrite_oasis

write_oasis, filename, varname, z2d, I2, I4=I4, I8=I8, R4=R4, APPEND=APPEND

NAME:write_oasis PURPOSE:write an Oasis file (version < 2.5) CATEGORY: CALLING SEQUENCE:write_oasis, filename, varname, z2d INPUTS: filename:the filename varname: the name of the variable to be written z2d: the variable (2D array) to be written KEYWORD PARAMETERS: /I2, /I4, /I8, /R4: to change the defaut format (R8) of the data to be written. /APPEND: to open the file with the file pointer at the end of the file, ready for data to be appended. OUTPUTS: COMMON BLOCKS: SIDE EFFECTS:varname is automatically written as a "charactere*8" by defaut z2d is written as an R8 array RESTRICTIONS: EXAMPLE:

Parameters

filename       

varname       

z2d       

I2       

Keywords

I4       

I8       

R4       

APPEND       

Produced by IDLdoc 2.0.