Actions

NetCDF: Difference between revisions

From BAWiki

imported>Lang Guenther
imported>Lang Guenther
No edit summary
Line 14: Line 14:
=Global Attributes=
=Global Attributes=
=Grids=
=Grids=
==Grid Types==
==Location==
===Location===
* [[NetCDF multiple locations]]: several (point) locations, e. g. equivalent to contents of file [[LOCATION_GRID.DAT|location_grid.dat]].
* [[NetCDF multiple locations]]: several (point) locations, e. g. equivalent to contents of file [[LOCATION_GRID.DAT|location_grid.dat]].
===Profile===
==Profile==
* [[NetCDF multiple profiles]]: several longitudinal and cross-sectional profiles, e. g. equivalent to contents of file [[PROFIL05.BIN|profil05.bin]].
* [[NetCDF multiple profiles]]: several longitudinal and cross-sectional profiles, e. g. equivalent to contents of file [[PROFIL05.BIN|profil05.bin]].
===Triangular Grid===
==Triangular Grid==
* [[NetCDF triangular grid]]: triangular grid, e. g. equivalent to contents of file [[GITTER05.DAT and GITTER05.BIN|gitter05.dat and gitter05.bin]].
* [[NetCDF triangular grid]]: triangular grid, e. g. equivalent to contents of file [[GITTER05.DAT and GITTER05.BIN|gitter05.dat and gitter05.bin]].
 
==Unstructured Grid==
===Unstructured Grid===
* [[NetCDF unstructured grid]]: unstructured grid, e. g. equivalent to contents of file [[UNTRIM_GRID.DAT|untrim_grid.dat]].
* [[NetCDF unstructured grid]]: unstructured grid, e. g. equivalent to contents of file [[UNTRIM_GRID.DAT|untrim_grid.dat]].
 
==Unstructured Grid with SubGrid==
===Unstructured Grid with SubGrid===
* [[NetCDF unstructured grid with subgrid]]: unstructured grid with additional subgrid data, e. g. equivalent to contents of file [[UTRSUB_GRID.DAT|utrsub_grid.dat]].
* [[NetCDF unstructured grid with subgrid]]: unstructured grid with additional subgrid data, e. g. equivalent to contents of file [[UTRSUB_GRID.DAT|utrsub_grid.dat]].
==Coordinate Transformation==


=Time Coordinate=
=Time Coordinate=
Line 36: Line 31:
* [[NetCDF vertical coordinate]]: dimensional vertical coordinate (height, depth).
* [[NetCDF vertical coordinate]]: dimensional vertical coordinate (height, depth).


=Reduction of Dataset Size=
* [[NetCDF packed data]], and
* [[NetCDF compression by gathering]].
=Data=
=Data=
==Synoptic Data==
==Synoptic Data==

Revision as of 16:25, 13 September 2010

General Aspects

Purpose of these BAWiki Pages

These BAWiki pages do describe all NetCDF conventions required to store baw-specific data in NetCDF data files (see network common data form). I. e. all local conventions are listed, which go beyond the international agreed-upon CF-metadata convention. These pages are also meant as a discussion ground for agreeing on those additional conventions required.

In cases where the international agreed-upon conventions are insufficient, one should first check whether extensions described in Deltares-Conventions can be used or not - it is recommended to discuss further required extensions with Deltares.

The additional conventions should be listed in the global NetCDF attribute Conventions, e. g. in the following way:

// global attributes:
:Conventions = "CF-1.4/Deltares-0.1/BAW-0.1" .

Terminology

Global Attributes

Grids

Location

Profile

Triangular Grid

Unstructured Grid

Unstructured Grid with SubGrid

Time Coordinate

Vertical Coordinate

Reduction of Dataset Size

Data

Synoptic Data

Time Series Data

Analysis Data


back to Standard-Software-Applications (Add-ons)


Overview