From 60fbfb084bc9e261f6b187ad409b15bb52f77f49 Mon Sep 17 00:00:00 2001
From: kgao <kenny.gao@ssec.wisc.edu>
Date: Thu, 11 Aug 2016 16:03:49 +0000
Subject: [PATCH] Fixed conventions attribute

---
 aosstower/level_b1/nc.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/aosstower/level_b1/nc.py b/aosstower/level_b1/nc.py
index 91e7522..645feff 100644
--- a/aosstower/level_b1/nc.py
+++ b/aosstower/level_b1/nc.py
@@ -23,7 +23,6 @@ def writeDimensions(ncFile):
     return ncFile
 
 def createVariables(ncFile, firstStamp, chunksizes, zlib):
- 
     #base_time long name
     btln = 'base time as unix timestamp'
 
@@ -106,7 +105,7 @@ def createVariables(ncFile, firstStamp, chunksizes, zlib):
 
     #create global attributes
     ncFile.source = 'surface observation'
-    ncFile.conventions = 'CF-1.6'
+    ncFile.conventions = 'ARM-1.2 CF-1.6'
     ncFile.institution = 'UW SSEC'
     ncFile.featureType = 'timeSeries'
     ncFile.data_level = 'a0'
-- 
GitLab