Merge "Omaha #4367: Revert baseline time constraints for WindGust back to 1 hr." into omaha_14.4.1
Former-commit-id: bc410201332feaced47f12645528fcb36c09adc6
This commit is contained in:
commit
b191e48681
1 changed files with 5 additions and 2 deletions
|
@ -47,6 +47,9 @@
|
|||
# 07/10/2014 swhite Add surge and tropical threat WEs and their dependencies
|
||||
# 01/08/2015 #15035 lshi add site WNJ
|
||||
# 12/03/2014 #3866 rferrel Added GFS20
|
||||
# 04/03/2015 #4367 dgilling Change WindGust's time constraints back to TC1
|
||||
# for Fcst/Official.
|
||||
#
|
||||
########################################################################
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
@ -1932,10 +1935,10 @@ MOS_MODEL = [([Temp, Td, Wind, Weather, Sky], TC1),
|
|||
# Fcst and official database parameter groupings
|
||||
OFFICIALDBS = [([Temp, Td, Wind, NWPSwind, Weather, Sky, FzLevel, SnowLevel], TC1),
|
||||
([HeatIndex, WindChill, RH, SnowAmt, CWR, QPF], TC1),
|
||||
([PoP, Ttrend, RHtrend, Wind20ft], TC1),
|
||||
([PoP, Ttrend, RHtrend, Wind20ft, WindGust], TC1),
|
||||
([MinT], MinTTC), ([MaxT], MaxTTC),
|
||||
([MinRH], MinRHTC), ([MaxRH], MaxRHTC),
|
||||
([WaveHeight, SurfHeight, WindGust, Swell, Swell2, Period], TC3NG),
|
||||
([WaveHeight, SurfHeight, Swell, Swell2, Period], TC3NG),
|
||||
([WindWaveHeight, SwanSwell, Wave1, Wave2, Wave3, Wave4, Wave5, Wave6, Wave7, Wave8, Wave9, Period1, Period2, Period3, Period4, Period5, Period6, Period7, Period8, Period9], TC3NG),
|
||||
([VentRate, LAL, Haines, MixHgt, FreeWind, TransWind], TC1),
|
||||
([DSI, Stability, MarineLayer], TC1),
|
||||
|
|
Loading…
Add table
Reference in a new issue