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)
''' Create the Sounding (Profile) Object '''