https://coastwatch.glerl.noaa.gov/ftp/glsea/avgtemps/2020/glsea-temps2020_1024.datIt is up to you to extract the data from the file and put it into MATLAB.
This operation must be done with MATLAB! Do not copy and enter data by hand! You are to make a report showing tables, graphs and conclusions based on data using MATLAB functionality. Required elements: The entire project must be presented as one single script file . Divide your codes into sections, one for each question, and add text comments to identify which question is answered in that section. To create a section add a comment that begins with %%. To learn more about sections and how to create and use them, you can search for 'Create and Run Sections in Code' in the MATLAB help. All computations to be done in MATLAB using the imported data file. Nothing can be done by hand. 1. Calculate the yearly average temperature for each of the lakes, and the yearly average for all six lakes put together. 2. Indicate which lake is the coldest and which one is the warmest, based on the average yearly temperatures calculated in step #1. Also indicate which lakes have average temperatures above the average of all the lakes and which ones are below that same average. 3. Indicate the day and the temperature for the warmest water temperatures for each of the lakes. Do the same for the coldest temperatures. In the case of a tie, mention all the dates. 4. Indicate the day, lake and temperature of the warmest water temperature overall. Do the same for the coldest temperature. In the case of a tie, mention all the dates. 5. Make a graph of the temperature of each daily average (x=day, y=temp). Make one graph per lake to show the yearly temperature trends. Label the axes clearly and add titles to all your graphs. Use script commands to generate the labels and titles for all graphs. 6. Make a single graph of the temperatures (x=day, y=temp) that shows all 6 lines on one graph. Each lake will have a different colour and line type. Title your graph, label your axes, and have a legend. 7. Calculate the summer average (day 172 to day 265) for all 6 lakes (one average per lake). Is the order from warmest to coldest the same as with the yearly average calculated in step #1? 8. Make a graph for summer days only (day 172 to day 265) with all 6 lakes on one graph. Title your graph, label your axes and have a legend (use the same colours, line types, and legend as the graph you made in step #6). 9. Calculate the winter average (days 1 to 79 and days 355 to 365) for all 6 lakes (one average per lake). Is the order from warmest to coldest the same as with the yearly average calculated in step #1? 10. Make a graph for winter days only (days 1 to 79 and days 355 to 365) with all 6 lakes on one graph. Title your graph, label your axes, and have a legend (use the same colours, line types and legend as the graph you made in step #6). 11. Assuming that you can swim comfortably in the lake if the temperature is above 20 degrees, calculate the number of days in the year you can swim for each of the 6 lakes. Make pie charts of the percentages of total days of the year that you can swim in the lakes. Make one pie chart per lake and put all 6 on the same figure. Indicate each lake clearly next to the pie chart in the figure. 12. Assuming that lakes freeze when the water falls below 0 degrees. Calculate the number of days in the year that the lake is frozen. You must calculate the number of days with MATLAB, even if you know that there are none. Your program should work for years that would have some. 13. Re-do question 1 (the 7 yearly averages) but with data from 2019 instead. Make a table of the averages side by side to illustrate the two yearly results. Any notable changes between 2019 and 2020? Can you advance a conclusion why there is a difference (or not)? The data file for 2019 is here:
https://coastwatch.glerl.noaa.gov/ftp/glsea/avgtemps/2019/glsea-temps2019_1024.dat
We need at least 10 more requests to produce the answer.
0 / 10 have requested this problem solution
The more requests, the faster the answer.
On this project you will make calculations and conclusions based on real data collected by the NOAA (The National Oceanic and Atmospheric Administration, an agency of the United States government) on the “Daily Lake Average Surface Water Temperature” of six lakes (Ontario, Erie, Huron, Michigan, Superior, and St. Clair) during the 2017 calendar year. You can find the actual data file here that contain the average temperatures for each day of the year for each of the six lakes. Data...
On this project you will make calculations and conclusions based on real data collected by the NOAA (The National Oceanic and Atmospheric Administration, an agency of the United States government) on the “Daily Lake Average Surface Water Temperature” of six lakes (Ontario, Erie, Huron, Michigan, Superior, and St. Clair) during the 2019 calendar year. You can find the actual data file here that contain the average temperatures for each day of the year for each of the six lakes. Data...
Daily Temperatures and the Effect of Cloud Cover The questions below refer to the daily temperature graph in Figure 14.10, which is for a midatitude city on a clear day in carty summer 1. At what time does the coolest temperature occur? 2. At what time does the warmest temperature occur? 3. What is the daily temperature range (difflerence between maximum and minimum temperatures for the dayj? Daly temperature rangr 4 What is the daly mean temperature (average of the...
Java --- Write a method to summarise daily tempratures. The details are given as follow. - The method will receive an array of doubles. Each number in the array represents the temperature of a day. - If there are less than 10 temperatures recorded, the method will not perform any calculation. Instead, it will print a message "Insufficient data". - If there are 10 or more temperature recorded, the method will calculate: -- the average temperature -- the highest temperature...
package week_4; import static input.InputUtils.*; /** * You are a runner, and you are in training for a race. You'd like to keep track of all of your times for your training runs. You only like to run around lakes. Here's some example data. For this program, we'll assume that these are decimal values of minutes, not minutes and seconds, and the math will be more straightforward. Cedar, 45.15 Cedar, 43.32 Harriet, 49.34 Harriet, 44.43 Harriet, 46.22 Como, 32.11 Como,...
Arrays: City temperatures The maximum daily temperatures (in "C) for Istanbul and Ankara during August 2019 are given below. Ankara: [33 30 31 32 33 35 30 29 29 28 29 30 32 32 33 32 34 31 33 30 29 30 31 33 31 30 27 26 27 26 27] Istanbul: [35 32 32 31 34 30 29 32 34 35 36 35 34 32 33 33 34 35 35 34 32 30 30 29 28 31 32 30...
Write a C++ program that demonstrates use of programmer-defined
data structures (structs), an array of structs,
passing an array of structs to a function, and returning a struct
as the value of a function. A function in the program should read
several rows of data from a text file. (The data file should
accompany this assignment.) Each row of the file contains a month
name, a high temperature, and a low temperature. The main program
should call another function which...
The following is an Excel question: The Met Service would like a model to help keep track of some simple statistics. You will build a table for the month of January with 31 days. In a single column, enter the numbers 1 through 31 to serialise the days in the month. In the next column, enter the highest temperature (in Fahrenheit) recorded for each day during the month. You can simulate arbitrary values for these temperatures. In the next column,...
Chapter 4 Forecasting Homework Assignment Daily high temperatures in St. Louis for the last week were as follows: 34, 36, 37, 39, 35, 32, and 36 (yesterday). Forecast the high temperature today, using a 3-day moving average. Forecast the high temperature today, using a 2-day moving average. For questions c-e use all the days where a 3-day forecast value is possible. Calculate the mean absolute deviation based on a 3-day moving average. Compute the mean squared error for the 3-day...
3.) BLUE HILL TEMPERATURES BLUE HILL OBSERVATORY 2019 MEAN TEMPERATURES 2019 Temperature 1891-2010 Mean unumunun TEMPERATURE (DEG F) IND JAN FEB MAR APR MAY JUN JUL AUG SEP OCT NOV DEC YEAR POST267 27 37 73 74 75 7.5 34 519 CAN SEP DEPARTURE 1.0 2.8 0.3 2.6 0.9 1.0 4.3 2.4 2.2 * Third warmesty record, a.) A meteorologist measures temperatures daily at the Blue Hill Observatory. The long-term, monthly average temperatures are shown in black. Red bars show...