TIL computer programs, numerical weather prediction models, decide if conditions are right for development of tornadoes include data gathered from weather balloons launched around the globe twice each day, measurements from satellites, aircraft, temperature profilers and surface weather stations. nssl.noaa.gov/education/s…
πŸ‘︎ 76
πŸ’¬︎
πŸ“…︎ Dec 14 2021
🚨︎ report
The Quiet Revolution of Numerical Weather Prediction nature.com/articles/natur…
πŸ‘︎ 544
πŸ’¬︎
πŸ‘€︎ u/kzhou7
πŸ“…︎ Nov 23 2020
🚨︎ report
Can Deep Learning Replace Numerical Weather Prediction? hpcwire.com/2021/03/03/ca…
πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/datapablo
πŸ“…︎ Mar 23 2021
🚨︎ report
U.S. Numerical Weather Prediction is Crippled by the Division between NOAA and the Academic Community. But a Rare Opportunity Beckons. cliffmass.blogspot.com/20…
πŸ‘︎ 24
πŸ’¬︎
πŸ‘€︎ u/RealCliffMass
πŸ“…︎ Dec 03 2020
🚨︎ report
Project: My goal is to turn every outdoor photo ever taken into usable, numerical weather data that can be used in weather models for storm prediction. Here is my progress.

Hello,

I am frustrated at the lack of good weather data in this day and age of connected cameras and sensors etc. So I am making projects to assimilate and analyze sources of data that could be used in weather forecasting but are not yet. An obvious one is photos outside.

I'm starting with a simpler target, which is: using labelled photos of the sky, can we train a machine-learning algorithm to do basic classification on the weather conditions on the photo. For example, in a photo of the sky with clouds, and at the bottom trees and roofs, if those items are tagged in the photo then the algorithm can learn about future photos.

A stretch goal is to use all photos taken outside, even if they don't include the sky in them - ground conditions, shadows, etc will all give clues as to the weather outside at the time the photo was taken.

I have asked the machine learning communities what they think and they deem the basic premise of auto-tagging the photos do-able. The main issue, of course, is finding or creating a large enough training data set for this to work.

So that's where I am now. I'm estimated to need maybe a few thousand tagged photos of sky conditions at a minimum to begin work on the training algorithm. To that end and others, I've made an Android app that lets people send in tagged photos of the sky. So far I've only collected around 30 photos - and the labeling is dubious.

All Clear Weather is the app I'm making for this. (US, Android for now, long story, expanding later). The app contains multiple other weather experiments as well not related to photography (barometer data from phone sensors and current conditions corrections).

Closing Thoughts and final points


I'm not sure I made a wise decision making a weather app that contains this small photography feature to use. I think it will be under-utilized. Is there interest in the photography community to contribute something like this? Should I make a separate app for you?


It occurs to me that smartphone cameras are getting much better year over year. What kind of sensory/light details am I missing from smartphone pictures that might resolve features in the sky if a more advanced camera were used? Are smartphone cameras technically capable of more or less than I'm hoping? I'm thinking about things like [this article on cosmic rays](https://gizmodo.com/turn-your-smartphone-into-a-particle-detector-for-cos

... keep reading on reddit ➑

πŸ‘︎ 353
πŸ’¬︎
πŸ‘€︎ u/cryptoz
πŸ“…︎ Sep 16 2018
🚨︎ report
[Article] Wiley: "Real‐time flood forecasting based on a high‐performance 2D hydrodynamic model and numerical weather predictions" - Ming et al.
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/teda212
πŸ“…︎ May 18 2020
🚨︎ report
Shallow Water Model Numerical Weather Prediction

I would like to preface with: I have about 7 lectures worth of Fortran Knowledge under my belt.

I am working on a Shallow Water Model for a class project where I need to define a staggered C-grid.

Lx = 6e+06	  ! domain size in x direction
Ly = 2e+06	  ! domain size in y direction

d =  5e+05	  ! Resolution in meters
!d =  2.5e+05
!d =  1.25e+05

Nx = Lx/d	+ 1	! number of grid points in the x direction (13,  25, 49)
Ny = Ly/d + 1	! number of grid points in the y direction (  5,    9, 17)

hs(Nx)		! surface height
hs_t = 2e+03	! Height of topography
! resolution 1
if (d == 5.e+05) then
hs(Nx/2) = hs_t
end if

Now I need to define variables (within 5 different arrays - is my understanding) q, u, v, and h

q is defined at each point from (1:Nx,1:Ny)

u is defined at a half-step between q1 and q2; in x direction

v is defined at a half-step between q1 and q2; in y direction

h is defined within the grid point of q(1,1),q(1,2),q(2,1),q(2,2)

My professor suggested we try to index the variables which are offset using a do loop.

Any suggestions, recommendations?

Please allow me to clarify if you don't understand.

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/The_Thus_Come_One
πŸ“…︎ Nov 20 2019
🚨︎ report
could quantum computing bring out vast applications for Numerical Weather Prediction?
πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/karlo346
πŸ“…︎ Aug 29 2018
🚨︎ report
AI for Earth observation and numerical weather prediction spacenews.com/ai-for-eart…
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/spacepolicy
πŸ“…︎ Apr 17 2019
🚨︎ report
Current Weather data for numerical weather prediction model

First off, I apologize if this is not the place to ask this.

I am researching and planning on creating a simple numerical weather prediction model. I believe I have found good resources on the equations and the basics on how they should be used. However I can't seem to find an easy way to get current data. I will need to be able to get air pressure, temperature, winds, moisture, etc. For different elevations and locations.

Thanks to anyone who can lead me in the right direction.

πŸ‘︎ 8
πŸ’¬︎
πŸ‘€︎ u/TCiceroDev
πŸ“…︎ Dec 11 2017
🚨︎ report
Cliff Mass Weather Blog: U.S. Numerical Weather Prediction is Falling Further Behind: What is Wrong and How Can It Be Fixed Quickly? cliffmass.blogspot.com/20…
πŸ‘︎ 14
πŸ’¬︎
πŸ‘€︎ u/slyce604
πŸ“…︎ Jun 21 2016
🚨︎ report
Research articles about Numerical Weather Prediction and Quantum computing?

I want to dwell more on the role of quantum computing in weather forecasting for a research paper currently in the works.

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/karlo346
πŸ“…︎ Aug 29 2018
🚨︎ report
The availability of millions of pressure observations each hour from smartphones has major implications for high-resolution numerical weather prediction; This paper provides an example of assimilating smartphone pressure observations for a strong convective event over eastern Washington State. journals.ametsoc.org/doi/…
πŸ‘︎ 45
πŸ’¬︎
πŸ‘€︎ u/cryptoz
πŸ“…︎ Nov 17 2014
🚨︎ report
Need help in studying numerical weather prediction. Any online sources/tutorials?

I've been struggling recently with NWP and it really frustrates me because it should have been fairly easy for me. I came from a strong CS background but NWP makes me stutter. Any tips will help.

πŸ‘︎ 7
πŸ’¬︎
πŸ‘€︎ u/mostancient
πŸ“…︎ Aug 06 2013
🚨︎ report
Chinese Atmospheric Scientist Wins Meteorological Prize: Professor Zeng Qingcun was recognized for his contributions to satellite meteorological remote-sensing theory and numerical weather prediction theory, among others asianscientist.com/2016/0…
πŸ‘︎ 11
πŸ’¬︎
πŸ‘€︎ u/poster5439
πŸ“…︎ Jul 04 2016
🚨︎ report
Numerical Model Prediction: This page supplies graphical forecasts from numerical weather models. tropicaltidbits.com/analy…
πŸ‘︎ 8
πŸ’¬︎
πŸ‘€︎ u/avogadros_number
πŸ“…︎ Dec 03 2016
🚨︎ report
Learning more about numerical weather prediction

I am a statistician interested in learning more about (statistical) weather prediction, but I don't really know where to start...does anyone have any suggestions for introductions to numerical weather modeling?

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/michaericalribo
πŸ“…︎ Feb 24 2015
🚨︎ report
The ABC’s of Numerical Weather Prediction weather5280.com/blog/2014…
πŸ‘︎ 31
πŸ’¬︎
πŸ‘€︎ u/alexoobers
πŸ“…︎ Sep 24 2014
🚨︎ report
Here is an article from NOAA that covers numerical weather prediction, which is the go to for chaos theory. It has links to different forecast models, so check them out! ncdc.noaa.gov/data-access…
πŸ‘︎ 17
πŸ’¬︎
πŸ‘€︎ u/stormgasm7
πŸ“…︎ Sep 30 2014
🚨︎ report
Nature: The quiet revolution of numerical weather prediction (ePDF) nature.com/articles/natur…
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/IceBean
πŸ“…︎ Sep 03 2015
🚨︎ report
What Alteryx prediction tool can I use to predict churn? For binary and numerical data?

I’m looking to predict customer churn, I have qualitative data and quantitative data(spend, customer interactions, customer usage , tenure etc). I’ve changed the qualitative data to a binary format to use logistic regression as a predictive tool. Can I use logistic regression for the numerical data? Or should I use another tool?

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/purplerain1995
πŸ“…︎ Oct 04 2021
🚨︎ report
National Weather Service predictions for a white Christmas here in Central Ohio
πŸ‘︎ 611
πŸ’¬︎
πŸ‘€︎ u/Highvolts
πŸ“…︎ Dec 25 2021
🚨︎ report
Nashville Severe Weather explains why snow predictions seem so variable

Great blog post from last night

Key point: >One beef with model maps is they assume a snow:liquid ratio of 10 to 1. That means 10 inches of snow for every one inch of liquid. By all indications 10 to 1 will not be the ratio with Sunday’s snow. This Sunday snow will be a wet snow, and ratios will be lower than 10:1

Recommend reading the whole post though. Lots of good information there.

πŸ‘︎ 62
πŸ’¬︎
πŸ‘€︎ u/RabidMortal
πŸ“…︎ Jan 15 2022
🚨︎ report
Weather predictions are temporary, kale forecasts are forever.
πŸ‘︎ 184
πŸ’¬︎
πŸ‘€︎ u/Nick0227
πŸ“…︎ Dec 24 2021
🚨︎ report

Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.