NCL Home > Documentation > Language

Attributes

Attributes are descriptive info about a variable or file. They can be any data type except "file" or "list".

There are several functions that query or get attributes (e.g. isatt, getfilevaratts).

Attributes can be eliminated using delete, and assigned using the @ character.

    T@long_name="Temperature"