Skip to content
Snippets Groups Projects
Commit 6b1a80dc authored by Christoph.Knote's avatar Christoph.Knote
Browse files

sdf

parent 65838913
No related branches found
No related tags found
No related merge requests found
......@@ -102,10 +102,16 @@ class Dataset:
self.DVAR = [
Variable('Time_Stop',
'seconds_from_0_hours_on_valid_date',
1.0, -9999999),
Variable('Some_Variable',
'ppbv',
1.0, -9999999)
]
self.SCOM = []
self.NCOM = []
self.data = [ [1.0, 2.0, 45.0], [2.0, 3.0, 36.0] ]
# for 2210
self.IBVAR = None
self.AUXVAR = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment