forked from neishm/fstd2nc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample_meta.ini
45 lines (35 loc) · 1.34 KB
/
sample_meta.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
######################################################################
# Sample metadata file, for using the --metadata-file option of fstd2nc.
#
# This is only an example - not a complete list!
######################################################################
######################################################################
# Global metadata goes here.
#
# For a list of useful global attributes, see
# http://cfconventions.org/cf-conventions/v1.6.0/cf-conventions.html#description-of-file-contents
[global]
title = Some really interesting data
institution = Environment and Climate Change Canada / Environnement et Changement climatique Canada
source = GEM model output (GEM 4.8-LTS.11)
contact = ec.enviroinfo.ec@canada.ca
######################################################################
# Variable metadata goes here, under a particular nomvar heading.
#
# "standard_name" should be compatible with CF MetaData standard names, from
# http://cfconventions.org/standard-names.html
#
# "units" should be compatible with the "udunits2" library.
[TT]
standard_name = air_temperature
units = degree_Celsius
[GZ]
standard_name = geopotential_height
units = dam
[P0]
standard_name = surface_air_pressure
units = hPa
[HU]
standard_name = specific_humidity
# CF table says this should have units of "1", but that's not very useful.
units = kg kg-1