Changes between Version 1 and Version 2 of VariablesAsContainers
- Timestamp:
- 04/12/13 04:36:32 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VariablesAsContainers
v1 v2 16 16 container_type 17 17 }}} 18 18 19 is introduced, to be used only with container variables. This will be a new controlled vocabulary for CF. 19 20 20 21 A specific type of container variable is defined for the purpose of defining vector quantities. 22 21 23 {{{ 22 24 container_type = "spatial_vector" 23 25 }}} 26 24 27 The spatial_vector container variable defines an attribute for the name of the vector quantity: 28 25 29 {{{ 26 30 vector_name 27 31 }}} 28 a set of attributes for the definition of components: 32 33 and a set of attributes for the definition of components: 34 29 35 {{{ 30 36 i_component … … 35 41 magnitude 36 42 }}} 43 37 44 Each of these attributes points to one and only one data variable within the dataset. All referenced components are CF data variables which exist in the dataset. 38 45