#2,211 in Science & math books
Use arrows to jump to the previous/next product

Reddit mentions of Weather Studies: Introduction to Atmospheric Science

Sentiment score: 1
Reddit mentions: 1

We found 1 Reddit mentions of Weather Studies: Introduction to Atmospheric Science. Here are the top ones.

Weather Studies: Introduction to Atmospheric Science
Buying options
View on Amazon.com
or
Used Book in Good Condition
Specs:
Height1.25 Inches
Length11 Inches
Number of items1
Weight3.6 Pounds
Width8.5 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 1 comment on Weather Studies: Introduction to Atmospheric Science:

u/JimBoonie69 ยท 4 pointsr/weather

Hello - Glad to have you joining us as an atmospheric scientist! Can I ask where you are attending school? As for the reading, there are so many places to start. First off you should be well versed in mathematics, especially calculus topics like derivatives, integrals, and some basic differential equations knowledge. These things form the basis of our science.

One good book is the one used at my school for our ATMS100 class, and is co-authored by my department head. Here is a link http://www.amazon.com/SEVERE-AND-HAZARDOUS-WEATHER-INTRODUCTION/dp/0757517544

Here is another intro book http://www.amazon.com/Weather-Studies-Introduction-Atmospheric-Science/dp/1878220748

After you understand the basics you will tackle topics like Thermodynamics, Radiation, and Dynamics. Also I would HIGHLY recommend getting comfortable in a programming language (Python is a good starter) because as an atmospheric scientist it will be extremely helpful if you are able to ingest and process large volumes of weather data in order to analyze and gather info from it. I am about to graduate with a BS in atmos sci and I have already found a job.

My employers definitely need my weather knowledge as it is a very specific domain. But, on top of that, I have about 2 solid years of programming experience. Outside of my classwork I spent lots of time coding. A huge part of being a good engineer/atmospheric-scientist is being able to automate stuff with a programming language. This means that instead of having to make plots of pressure/temperature vs time by hand, I can write a program that will ingest millions of records and make thousands of graphs in a fraction of the time. Also I got familiar with web-dev and the apex of my learning was this ruby on rails app that plots weather forecasts. http://mos-dashboard.herokuapp.com. Having this little app definitely made me more employable. Plus, in the future, the integration of atmospheric science and programming is going to increase.

Here is a good place to start with Python http://www.learnpython.org

PS - feel free to message me if you have more questions.