eole.py

changeset 25
563705a26f85
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/eole.py	Wed Jun 18 17:56:46 2014 +0300
@@ -0,0 +1,19 @@
+from licel import LicelLidarMeasurement
+import eole_netcdf_parameters
+
+
+class EoleLidarMeasurement(LicelLidarMeasurement):
+    extra_netcdf_parameters = eole_netcdf_parameters
+
+    def get_PT(self):
+        ''' Sets the pressure and temperature at station level .
+        The results are stored in the info dictionary.        
+        '''
+    
+        self.info['Temperature'] = 25.0
+        self.info['Pressure'] = 1020.0
+    
+           
+    #def save_netcdf_extra(self, f):
+    #    CHARMEX CLOUD MIN ALTITUDE 
+    #    temp_v=f.createVariable('max_altitude_m_asl', 'd', ('time', 'nb_of_time_scales'))

mercurial