eole.py

changeset 36
a281a26f4626
parent 35
b1146c96f727
child 37
7c76fdbdf1a3
equal deleted inserted replaced
35:b1146c96f727 36:a281a26f4626
1 from licel import LicelLidarMeasurement
2 import eole_netcdf_parameters
3
4
5 class EoleLidarMeasurement(LicelLidarMeasurement):
6 extra_netcdf_parameters = eole_netcdf_parameters
7
8 def get_PT(self):
9 ''' Sets the pressure and temperature at station level .
10 The results are stored in the info dictionary.
11 '''
12
13 self.info['Temperature'] = 25.0
14 self.info['Pressure'] = 1020.0
15
16
17 #def save_netcdf_extra(self, f):
18 # CHARMEX CLOUD MIN ALTITUDE
19 # temp_v=f.createVariable('max_altitude_m_asl', 'd', ('time', 'nb_of_time_scales'))

mercurial