Skip to content
Snippets Groups Projects
Commit d09efd1f authored by kgao's avatar kgao
Browse files

Changed datastream

1 min files now have datastream nc-1d-1m
monthly files now have datastream nc-1mo-1m
parent 74caa890
No related branches found
No related tags found
No related merge requests found
...@@ -156,7 +156,7 @@ def createVariables(ncFile, firstStamp, chunksizes, zlib): ...@@ -156,7 +156,7 @@ def createVariables(ncFile, firstStamp, chunksizes, zlib):
#monthly files end with .month.nc #monthly files end with .month.nc
#these end with .day.nc #these end with .day.nc
ncFile.datastream = 'aoss.tower.y_nc.b1.v00' ncFile.datastream = 'aoss.tower.nc-1d-1m.b1.v00'
ncFile.software_version = '00' ncFile.software_version = '00'
#generate history #generate history
......
...@@ -14,7 +14,7 @@ BASIC_STATION = { ...@@ -14,7 +14,7 @@ BASIC_STATION = {
'featureType': 'timeSeries', 'featureType': 'timeSeries',
'Conventions': 'ARM-1.2 CF-1.6', 'Conventions': 'ARM-1.2 CF-1.6',
'data_level': 'b1', 'data_level': 'b1',
'datastream' : 'aoss.tower.y_nc.lb1.v00', 'datastream' : 'aoss.tower.nc-1mo-1d.lb1.v00',
'software_version': '00' 'software_version': '00'
}, },
......
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