VLab Issue #14152: Add Sky, Wind for GFSLAMPGrid to GFE (set_2:Fix typo in GFSLAMPGrid.py); fixes #14152
Change-Id: Idedce2d1a107ea2dc1b4b21054a6f8e09e42cc88 Former-commit-id: d7a78b8223bf9b4c4f7846da53747c0f137d601a
This commit is contained in:
parent
2c55e2c73e
commit
41c9e86971
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class GFSLAMPGridForecaster(Forecaster):
|
|||
def calcSky(self, tcc_SFC):
|
||||
return clip(tcc_SFC, 0, 100)
|
||||
|
||||
del calcWind(self, wd_FHAG10, ws_FHAG10):
|
||||
def calcWind(self, wd_FHAG10, ws_FHAG10):
|
||||
spd = self.convertMsecToKts(ws_FHAG10)
|
||||
dir = wd_FHAG10
|
||||
return (spd, dir)
|
||||
|
|
Loading…
Add table
Reference in a new issue