Philip P. Ide

Author, programmer, science enthusiast, half-wit.
Life is sweet. Have you tasted it lately?

User Tools

Site Tools


blog:aardvaark:mars_weather

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
blog:aardvaark:mars_weather [2021/05/07 23:35] – external edit blog:aardvaark:mars_weather [2022/09/04 09:46] (current) Phil Ide
Line 5: Line 5:
 </PRELOAD> </PRELOAD>
 ====== Mars Weather Reports ====== ====== Mars Weather Reports ======
 +|This webpage will soon be converted to be the top level page for Mars Weather Reports. It will contain links to the sub-pages, the clocks, the current location of Mars graphic and other data not spcific to the weather readings. The sub-pages will display the weather data from Insight, Curiosity and Perseverance.|
 +
 These reports are provided by NASA's InSight lander in the south-west corner of Elysium Planitia. Daily readings are usually a couple of days behind reality. These reports are provided by NASA's InSight lander in the south-west corner of Elysium Planitia. Daily readings are usually a couple of days behind reality.
  
-This page is updated as new data is detected.\\ +This page is updated as new data is detected. **InSight is no longer transmitting weather data**. See [[:blog:articles:info:insight_final|InSight's Final Selfie]]\\ 
-Last update: **00:35 SatMay 8th2021 BST**+Last update: **14:02 SunJul 17th2022 BST** 
 +<del>Mars experiments are currently in send-only mode during the Mars solar conjunction.</del> Follow [[blog:articles:info:mars_solar_conjunction|this link]] to see daily updates during the conjunction. 
 === === === ===
-//If the image doesn't display, please wait. The NASA websites sometimes get busy.//<html><!-- Mars is currently __not__ in [[blog:articles:info:mars_solar_conjunction|Solar Conjunction]]--></html>+//If the image doesn't display, please wait. The NASA websites sometimes get busy.//
  
 <HTML><iframe src='https://mars.nasa.gov/layout/embed/image/insightweather/' width='800' height='530'  scrolling='no' frameborder='0'></iframe></HTML> <HTML><iframe src='https://mars.nasa.gov/layout/embed/image/insightweather/' width='800' height='530'  scrolling='no' frameborder='0'></iframe></HTML>
Line 85: Line 89:
 |  Lowest  |  **-105.6 C**  |  June 14, 2019  |  195  |  Spring  |  Mar 23, 2019  |  Oct 7, 2019  | |  Lowest  |  **-105.6 C**  |  June 14, 2019  |  195  |  Spring  |  Mar 23, 2019  |  Oct 7, 2019  |
 <HTML> <HTML>
 +<button class=weather onClick="toggleWeather('dec_2021');">Dec. 2021</button><br>
 +<div class='mars_t' id=dec_2021>
 +</HTML>
 +^  Time  ^^  Air Temperature (<html>&deg;</html>C)  ^^^  Wind Speed (m/s)  ^^^^  Pressure (Pa)  ^^^
 +^  Date  ^  Sol  ^  Max  ^  Avg  ^  Min  ^  Max  ^  Avg  ^  Min  ^  Direction  ^  Max  ^  Avg  ^  Min  ^
 +|  Dec. 28, 2021  |  1098  |  -12.1 C  |  -60.6 C  |  -93.4 C  |  19.3  |  5.2  |  0.3  |  W  |  637.5  |  619.8  |  593.3  |
 +|  Dec. 17, 2021  |  1087  |  -13 C  |  -55.6 C  |  -94 C  |  19.4  |  5.3  |  0.3  |  S  |  632.3  |  620.4  |  602.7  |
 +|  Dec. 16, 2021  |  1086  |  -10.2 C  |  -61.6 C  |  -95.1 C  |  20.5  |  4.3  |  0.3  |  W  |  631.6  |  620.3  |  602.7  |
 +|  Dec. 10, 2021  |  1081  |  -13.1 C  |  -55.4 C  |  -118.9 C  |  17.4  |  5.2  |  0.3  |  S  |  637.2  |  620.6  |  606.6  |
 +<HTML>
 +</div>
 <button class=weather onClick="toggleWeather('apr_2021');">Apr. 2021</button><br> <button class=weather onClick="toggleWeather('apr_2021');">Apr. 2021</button><br>
-<div class='mars_t' id=apr_2021>+<div class='mars_t mars_th' id=apr_2021>
 </HTML> </HTML>
 ^  Time  ^^  Air Temperature (<html>&deg;</html>C)  ^^^  Wind Speed (m/s)  ^^^^  Pressure (Pa)  ^^^ ^  Time  ^^  Air Temperature (<html>&deg;</html>C)  ^^^  Wind Speed (m/s)  ^^^^  Pressure (Pa)  ^^^
Line 872: Line 887:
 <html></div></html>===== Temperature Over Time ===== <html></div></html>===== Temperature Over Time =====
 ~~NOCACHE~~ ~~NOCACHE~~
-At the moment, the chart below is capable of displaying all the historical data (and even shows the gaps where I failed to collect any). After about 2 years the data will require sub-pixel metrics. That gives me enough time to figure out how I'm going to handle that. Incidentally, the graph can cope with a full Martian year of 686.97 days, so I'll probably resort to displaying the full Martian year and allow you to choose the start or end dates to display.+I have adjusted the chart to display only data up to and including sol 814. There were large gaps in the data after that, and the data was probably unreliableThe period represented covers March 11th 2019 through to March 10th 2021, so 2 Earth years, and a little over a Martian year.
  
 Horizontal lines indicate maximum and minimum values after smoothing out anomolies Horizontal lines indicate maximum and minimum values after smoothing out anomolies
Line 913: Line 928:
 <JS> <JS>
 wdata = [ wdata = [
-    ["2021-04-28" ,"861" ,"-" ,"-" ,"-" ,"-" ,"-" ,"-" ,"n/a" ,"755" ,"744.4" ,"726.6"], 
-    ["2021-04-25" ,"858" ,"-" ,"-" ,"-" ,"-" ,"-" ,"-" ,"n/a" ,"755" ,"740.5" ,"725.1"], 
-    ["2021-04-23" ,"856" ,"-" ,"-" ,"-" ,"-" ,"-" ,"-" ,"n/a" ,"753.3" ,"742.1" ,"723.3"], 
-    ["2021-04-22" ,"855" ,"-" ,"-" ,"-" ,"-" ,"-" ,"-" ,"n/a" ,"752.7" ,"741.1" ,"723.2"], 
-    ["2021-04-21" ,"854" ,"-" ,"-" ,"-" ,"-" ,"-" ,"-" ,"n/a" ,"754.7" ,"746.1" ,"719"], 
-    ["2021-04-16" ,"849" ,"-" ,"-" ,"-" ,"-" ,"-" ,"-" ,"n/a" ,"751.5" ,"739.3" ,"719.1"], 
-    ["2021-04-15" ,"848" ,"-" ,"-" ,"-" ,"-" ,"-" ,"-" ,"n/a" ,"750.5" ,"739.7" ,"719.5"], 
-    ["2021-04-12" ,"845" ,"-" ,"-" ,"-" ,"-" ,"-" ,"-" ,"n/a" ,"750.3" ,"743.1" ,"727.6"], 
-    ["2021-04-09" ,"842" ,"-" ,"-" ,"-" ,"-" ,"-" ,"-" ,"n/a" ,"750.6" ,"738.5" ,"718.5"], 
-    ["2021-04-08" ,"841" ,"-" ,"-" ,"-" ,"-" ,"-" ,"-" ,"n/a" ,"750.4" ,"737.4" ,"718.5"], 
-    ["2021-04-07" ,"840" ,"-" ,"-" ,"-" ,"-" ,"-" ,"-" ,"n/a" ,"749.4" ,"737.3" ,"718.1"], 
-    ["2021-04-05" ,"838" ,"-" ,"-" ,"-" ,"-" ,"-" ,"-" ,"n/a" ,"749.4" ,"733.2" ,"716.7"], 
-    ["2021-04-03" ,"836" ,"-" ,"-" ,"-" ,"-" ,"-" ,"-" ,"n/a" ,"749.6" ,"736.6" ,"716.1"], 
-    ["2021-04-02" ,"835" ,"-" ,"-" ,"-" ,"-" ,"-" ,"-" ,"n/a" ,"747.3" ,"733.8" ,"716.8"], 
-    ["2021-04-01" ,"834" ,"-" ,"-" ,"-" ,"-" ,"-" ,"-" ,"n/a" ,"747.9" ,"736.6" ,"714.6"], 
-    ["2021-03-31" ,"833" ,"-" ,"-" ,"-" ,"-" ,"-" ,"-" ,"n/a" ,"747.5" ,"733.4" ,"714.8"], 
-    ["2021-03-30" ,"832" ,"-" ,"-" ,"-" ,"-" ,"-" ,"-" ,"n/a" ,"748.8" ,"734.3" ,"714.6"], 
-    ["2021-03-26" ,"828" ,"-" ,"-" ,"-" ,"-" ,"-" ,"-" ,"n/a" ,"744.6" ,"730.1" ,"713.4"], 
-    ["2021-03-21" ,"824" ,"-" ,"-" ,"-" ,"-" ,"-" ,"-" ,"n/a" ,"745.8" ,"731.5" ,"710.1"], 
-    ["2021-03-18" ,"821" ,"-" ,"-" ,"-" ,"-" ,"-" ,"-" ,"n/a" ,"744.2" ,"729.6" ,"710.1"], 
-    ["2021-03-17" ,"820" ,"-" ,"-" ,"-" ,"-" ,"-" ,"-" ,"n/a" ,"742.9" ,"729.3" ,"709.8"], 
-    ["2021-03-16" ,"819" ,"-" ,"-" ,"-" ,"-" ,"-" ,"-" ,"n/a" ,"744.5" ,"730.4" ,"709.8"], 
-    ["2021-03-15" ,"818" ,"-" ,"-" ,"-" ,"-" ,"-" ,"-" ,"n/a" ,"743.9" ,"727.7" ,"710.2"], 
-    ["2021-03-12" ,"815" ,"-" ,"-" ,"-" ,"-" ,"-" ,"-" ,"n/a" ,"744.9" ,"728.4" ,"708.4"], 
     ["2021-03-11" ,"814" ,"-" ,"-" ,"-" ,"-" ,"-" ,"-" ,"n/a" ,"745.5" ,"728.1" ,"706.9"],     ["2021-03-11" ,"814" ,"-" ,"-" ,"-" ,"-" ,"-" ,"-" ,"n/a" ,"745.5" ,"728.1" ,"706.9"],
     ["2021-03-10" ,"813" ,"-" ,"-" ,"-" ,"-" ,"-" ,"-" ,"n/a" ,"743.9" ,"727.9" ,"706.2"],     ["2021-03-10" ,"813" ,"-" ,"-" ,"-" ,"-" ,"-" ,"-" ,"n/a" ,"743.9" ,"727.9" ,"706.2"],
Line 1536: Line 1527:
             [373,   'AE'],             [373,   'AE'],
             [483,   'PE'],             [483,   'PE'],
-            [516,   'WS']+            [516,   'WS'], 
 +            [670,   'SE']
 ]; ];
  
Line 2075: Line 2067:
           new Date('2020-08-03'), // perihelion           new Date('2020-08-03'), // perihelion
           new Date('2021-07-13'),           new Date('2021-07-13'),
-          new Date('2022-06-21')+          new Date('2022-06-21')
 +          new Date('2022-12-01'   // perihelion
     ];     ];
  
blog/aardvaark/mars_weather.1620430506.txt.gz · Last modified: 2021/05/07 23:35 by

Except where otherwise noted, content on this wiki is licensed under the following license: Copyright © Phil Ide
Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki