https://github.com/timxor/numerical_weather_prediction
Weather prediction program using numerical analysis
https://github.com/timxor/numerical_weather_prediction
Last synced: 19 days ago
JSON representation
Weather prediction program using numerical analysis
- Host: GitHub
- URL: https://github.com/timxor/numerical_weather_prediction
- Owner: timxor
- License: mit
- Created: 2016-08-09T14:16:56.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-13T16:37:56.000Z (almost 9 years ago)
- Last Synced: 2025-05-16T14:50:58.296Z (about 2 months ago)
- Language: C
- Homepage: https://github.com/timxor/numerical_weather_prediction
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# numerical_weather_prediction
By using a grid, we can simulate the temperature in the bar and check our intuition. In order to get the grid, we divide up the length of the bar into equal-sized segments and the time of interest into equal-sized intervals. To be explicit, suppose the length of the bar is 1 meter and the time of interest is 1 second. Further suppose that we divide the bar into m segments of length h = 1/m, meters and we divide the time into n intervals of length d = 1/n seconds. https://en.wikipedia.org/wiki/Numerical_weather_prediction