コード例 #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)
コード例 #2
0
ファイル: profile.py プロジェクト: wblumberg/vad_plotting
 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)
コード例 #3
0
''' Create the Sounding (Profile) Object '''