Esempio n. 1
0
 def get_PWV_loc(self):
     '''
     Function to compute the location of the current PWV with respect to
     it's sounding climatology from Bunkers.
     
     Parameters
     ----------
     None
     
     Returns
     -------
     None
     '''
     self.pwv_flag = pwv_climo(self, self.location, month=None)
Esempio n. 2
0
 def get_PWV_loc(self):
     '''
     Function to compute the location of the current PWV with respect to
     it's sounding climatology from Bunkers.
     
     Parameters
     ----------
     None
     
     Returns
     -------
     None
     '''
     self.pwv_flag = pwv_climo(self, self.location, month=None)
Esempio n. 3
0
''' Create the Sounding (Profile) Object '''