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

Fixed conventions attribute

parent 79ed4ba4
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,6 @@ def writeDimensions(ncFile): ...@@ -23,7 +23,6 @@ def writeDimensions(ncFile):
return ncFile return ncFile
def createVariables(ncFile, firstStamp, chunksizes, zlib): def createVariables(ncFile, firstStamp, chunksizes, zlib):
#base_time long name #base_time long name
btln = 'base time as unix timestamp' btln = 'base time as unix timestamp'
...@@ -106,7 +105,7 @@ def createVariables(ncFile, firstStamp, chunksizes, zlib): ...@@ -106,7 +105,7 @@ def createVariables(ncFile, firstStamp, chunksizes, zlib):
#create global attributes #create global attributes
ncFile.source = 'surface observation' ncFile.source = 'surface observation'
ncFile.conventions = 'CF-1.6' ncFile.conventions = 'ARM-1.2 CF-1.6'
ncFile.institution = 'UW SSEC' ncFile.institution = 'UW SSEC'
ncFile.featureType = 'timeSeries' ncFile.featureType = 'timeSeries'
ncFile.data_level = 'a0' ncFile.data_level = 'a0'
......
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