WXP
Resource Reference

Resource: out_file

Resource out_file
Overview Specifies the output file name tag.
Command Line -of=out_file
Environment Variable wxpoutfile
Possible Values
Default Value program specific

The out_file resource is a program specific output file setting and describes what the format of the output file will be as well as the naming convention of the file.  The output formats are specific to each program but most use (refer the program reference for program specific values):

The output file naming convention is based on program defaults and doesn't need to be specified unless you are wanting a different naming convention.  If a file type is specified, the type is appended to the tag: sfc_cvt_wxp and  sfc_cvt_cdf which can be used to denote specific file name conventions for each file type:

   sfc_cvt_wxp     %C/%h%m%d%y_sao.wxp
   sfc_cvt_cdf     %C/%h%m%d%y_sao.nc

File Name Conventions

The output filename is based on a default or specified file name convention.  The filename can be explicitly defined in the out_file resource (using wildcards, see below) or left as a tag in which the filename convention is resolved in the name convention file.

Examples

   -of=sfc_cvt

The output would be a WXP ASCII converted file using sfc_cvt as the file name tag.  If this tag is not in the name convention file, it will be used as a filename.

   -of=wxp

This specifies just the output file type.  This is normally associated with a default file name tag such as sfc_cvt_wxp.

   -of=cdf,sfc_cvt or -of=cdf:sfc_cvt

This specifies both the output file type and the file name tag.

   -of=gif:output.gif

This specifies that the program will generate a GIF file named output.gif from the completed plot. The image_path resource is prepended to the filename unless the filename is a full path. Also, wildcard characters can be used.


Last updated July 30, 1998