예제 #1
0
파일: waves.py 프로젝트: govtmirror/PyGnome
 def pseudo_wind(self, H):
     return Adios2.wind_speed_from_height(H)
예제 #2
0
 def pseudo_wind(self, H):
     H = np.array(H).reshape(-1)
     return Adios2.wind_speed_from_height(H)
예제 #3
0
파일: waves.py 프로젝트: liuy0813/PyGnome
 def pseudo_wind(self, H):
     return Adios2.wind_speed_from_height(H)