atmospheric_lidar/eole.py

Mon, 06 Nov 2017 16:02:11 +0200

author
Iannis <i.binietoglou@impworks.gr>
date
Mon, 06 Nov 2017 16:02:11 +0200
changeset 82
01fdb725ca59
parent 36
a281a26f4626
permissions
-rwxr-xr-x

Merge from 81:2b484f310d0d

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