Категории: Все - variables - data - files - attributes

по Tri Noensie 12 лет назад

231

ARMDQO Object Standard Structure

The text discusses the structure and components of netCDF files, detailing three main objects: ncdfFiles, ncdfVar, and ncdfAtt. ncdfFiles, or netCDF Files, store information about the files to be extracted, including a time array and an array of global attributes.

ARMDQO Object Standard Structure

ncdffiles

Path

The path to the netCDF files (type: string)

An array of netCDF filenames (type: string array)

Date End

The Date of the last netCDF file (type: string)

Date Start

The date of the first netCDF file (type: string)

ncdfAtt

Abreviation: netCDF Attributes

Class type ncdfAtt

Value

The value of the attibute (type: Dependent upon attribute)

The name of attribute (type: String)

ncdfVar

Abbreviation: netCDF Variables/Fields

Class type ncdfVar

Attributes

Array of attributes of the variable (type: NCDFATT object array)

Child node of this topic is an example of structure formation of this object field

Data

Array of data of the variable (type: dependent on the variable)

Name

The name of the variable (type: string)

netcdf_data

Abbeviation: netCDF Files

Class type ncdfFiles

Time

Array of time spanning from 'DATE_START' to 'DATE_END' in IDL format

Global_atts

An Array of global attributes (NCDFATT object array)

Child node of this topic is an example of structure formation of this object field

ncdfAtt Object

Variables

An array of netCDF variables (type: NCDFVAR object array)

Child node of this topic is an example of structure formation of this object field

....
ncdfVar Object

The green line signifies an instance of type the line arrow points to

Files

Stores any information regarding the netCDF files to be extracted (type: NCDFFILES object)