NetCDF .NC File Import Automation Options

Since the Import Options dialog is not displayed when the program is driven from an automation script, an options string can be specified in the script. The string consists of comma-separated parameters, which specify the behavior of the various import options. A typical example would be:

"Defaults=1,VariableName=toc"

This would first set all import options to their default values, then set the VariableName option value to toc, which would specify the variable to import.

Option

Default

Description

VariableName

""

Set to the variable name to import. The variable name must match exactly with the variable name listed in the file.

RecordIndex

""

Set to the record index to import for variable names with records.

See Also

Import Options String

NC NetCDF File Format Description

NetCDF Import Options Dialog