Home
last modified time | relevance | path

Searched refs:windchill (Results 1 – 25 of 141) sorted by relevance

123456

/dports/misc/wmweather+/wmweather+-2.18/
H A Ddock.c521 if(current.windchill!=999){ in DrawDisplay()
522 x=(temp_mode==0)?current.windchill:temp_F2C(current.windchill); in DrawDisplay()
687 if(f->windchill<=40 && f->windchill!=999){ in DrawDisplay()
689 x=(temp_mode==0)?f->windchill:temp_F2C(f->windchill); in DrawDisplay()
H A Dmetar.h12 short windchill; /* 999, -99 - 199 (degrees F) */ member
H A Dforecast.h25 short windchill; /* 999, -99 - 199 (degrees F) */ member
H A Dmetar.c88 c->windchill=999; in reset_current()
412 current.windchill=windchill_C(current.temp, current.windspeed); in parse_metar()
H A Dforecast.c148 f->windchill=999; in reset_forecast()
H A Deta.c352 forecasts[m].windchill=windchill_F(forecasts[m].temp, forecasts[m].windspeed); in parse_eta()
H A Davn.c360 forecasts[m].windchill=windchill_F(forecasts[m].temp, forecasts[m].windspeed); in parse_avn()
H A Dmrf.c295 forecasts[m].windchill=windchill_F(forecasts[m].temp, forecasts[m].windspeed); in parse_mrf()
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/applets/weather/package/contents/ui/
H A Dmain.qml62 var windchill = getNumber("Windchill");
63 // Use temperature unit to convert windchill temperature
65 model["windchill"] = windchill !== null ?
66 …Util.temperatureToDisplayString(displayTemperatureUnit, windchill, reportTemperatureUnit, false, t…
164 if (observationModel.windchill) {
167 "text": observationModel.windchill
/dports/astro/py-metpy/MetPy-1.1.0/tests/calc/
H A Dtest_basic.py17 wind_components, wind_direction, wind_speed, windchill)
160 wc = windchill(-5 * units.degC, 35 * units('m/s'))
169 wc = windchill(temp, speed)
176 wc = windchill(268.15 * units.kelvin, 35 * units('m/s'))
185 wc = windchill(temp, speed)
197 wc = windchill(temp, speed, mask_undefined=False)
207 wc = windchill(temp, speed, face_level_winds=True)
/dports/astro/py-metpy/MetPy-1.1.0/docs/_templates/overrides/
H A Dmetpy.calc.rst162 windchill
/dports/www/domoticz/domoticz-2020.2/hardware/
H A DRFLinkBase.cpp776 bool bHaveWindChill = false; float windchill = 0; in ParseLine() local
890 windchill = float(iTemp) / 10.0f; in ParseLine()
1054 if (!bHaveWindChill) windchill = twindchill; in ParseLine()
1056 …SendWind(ID, BatteryLevel, twindir, windspeed, windgust, windtemp, windchill, bHaveWindTemp, bHave… in ParseLine()
H A DDomoticzHardware.h107 …t &WindDir, float &WindSpeed, float &WindGust, float &twindtemp, float &windchill, bool bHaveWindT…
H A DWunderground.cpp320 float windchill=-1; in GetMeterDetails() local
/dports/astro/py-metpy/MetPy-1.1.0/src/metpy/calc/
H A Dbasic.py157 def windchill(temperature, speed, face_level_winds=False, mask_undefined=True): function
383 wind_chill_temperature = windchill(temperature, speed, face_level_winds=face_level_winds,
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/dataengines/weather/ions/envcan/
H A Dion_envcan.h78 float windchill; variable
H A Dion_envcan.cpp25 , windchill(qQNaN()) in WeatherData()
938 parseFloat(data.windchill, xml); in parseConditions()
1443 if (!qIsNaN(weatherData.windchill)) { in updateWeather()
1444 data.insert(QStringLiteral("Windchill"), weatherData.windchill); in updateWeather()
/dports/astro/p5-Weather-Underground/Weather-Underground-3.03/
H A DChanges15 effect or returning far less keys in multi-location matches as well as no windchill
/dports/astro/weather/weather-2.4.2/
H A DFAQ70 windchill
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/po/bs/
H A Dplasma_applet_org.kde.plasma.weather.po340 #| msgctxt "windchill, unit"
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/po/kk/
H A Dplasma_applet_org.kde.plasma.weather.po333 #| msgctxt "windchill, unit"
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/po/km/
H A Dplasma_applet_org.kde.plasma.weather.po338 #| msgctxt "windchill, unit"
/dports/german/BBBike/BBBike-3.18/doc/
H A Dlinks.pod477 =item L<http://www.nws.noaa.gov/om/windchill/>
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/po/ga/
H A Dplasma_applet_org.kde.plasma.weather.po347 #| msgctxt "windchill, unit"
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/po/lv/
H A Dplasma_applet_org.kde.plasma.weather.po347 #| msgctxt "windchill, unit"

123456