Skip to content

Commit

Permalink
Merge pull request #70 from cgrdn/master
Browse files Browse the repository at this point in the history
change date in url, small plotting changes
  • Loading branch information
cgrdn authored Mar 5, 2024
2 parents 08ed595 + c7e60c5 commit bfff411
Show file tree
Hide file tree
Showing 19 changed files with 15 additions and 6 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ knitr::kable(df, caption='ISA parameters')

In the Beaufort Sea, both floats completed two profiles before going under the ice. We hope to hear from both floats towards the end of this summer/early fall.

In the Ross Sea, one floats (4902665) appears to have broken its conductivity cell upon deployment, perhaps due to icing or temperature shock. Salinity data exists for the first profile, but is all bad. We have not heard from this float since, so it has either completely failed or gone under the ice. There is a small chance if it went under the ice that future data might be viable is the conductivity cell had frozen but not broken, if the ice melts off while the float is at depth (~0.5 deg C water).
In the Ross Sea, one floats (4902665) appears to have broken its conductivity cell upon deployment, perhaps due to icing or temperature shock. Salinity data exists for the first profile, but is all bad. We have not heard from this float since, so it has either completely failed or gone under the ice. There is a small chance if it went under the ice that future data might be viable if the conductivity cell had frozen but not broken, and the ice melts off while the float is at depth (~0.5$^\circ$C water).

The other 4 floats deployed in the Ross Sea all had successful deployments. For the first part of their mission (up to 2 weeks for some floats, a few days for others) they performed near-daily (31 hour) cycles in order to maximize data collection before they go under the ice. At the end of February they were switched back to near 10-day (235 hour) cycles so that they do not over-collect data while under the ice and run out of onboard memory space.

Expand All @@ -171,8 +171,8 @@ for axrow, varname in zip(axes, ['TEMP', 'PSAL']):
_ = axes[0,0].set_ylim((2050, -50))
_ = axes[0,0].set_title('Beaufort Sea', loc='left', fontweight='bold')
_ = axes[0,1].set_title('Ross Sea', loc='left', fontweight='bold')
_ = axes[0,0].legend(loc=3, fontsize=10)
_ = axes[0,1].legend(loc=3, fontsize=10)
_ = axes[0,0].legend(loc=4)
_ = axes[0,1].legend(loc=3)
_ = axes[1,0].get_legend().remove()
_ = axes[1,1].get_legend().remove()
fig.set_size_inches(fig.get_figwidth(), 1.66*fig.get_figheight())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1683,7 +1683,7 @@ <h2 id="ice-avoidance-configuration">Ice Avoidance Configuration</h2>
</div>
<h2 id="initial-data">Initial Data</h2>
<p>In the Beaufort Sea, both floats completed two profiles before going under the ice. We hope to hear from both floats towards the end of this summer/early fall.</p>
<p>In the Ross Sea, one floats (4902665) appears to have broken its conductivity cell upon deployment, perhaps due to icing or temperature shock. Salinity data exists for the first profile, but is all bad. We have not heard from this float since, so it has either completely failed or gone under the ice. There is a small chance if it went under the ice that future data might be viable is the conductivity cell had frozen but not broken, if the ice melts off while the float is at depth (~0.5 deg C water).</p>
<p>In the Ross Sea, one floats (4902665) appears to have broken its conductivity cell upon deployment, perhaps due to icing or temperature shock. Salinity data exists for the first profile, but is all bad. We have not heard from this float since, so it has either completely failed or gone under the ice. There is a small chance if it went under the ice that future data might be viable if the conductivity cell had frozen but not broken, and the ice melts off while the float is at depth (~0.5<span class="math inline">\(^\circ\)</span>C water).</p>
<p>The other 4 floats deployed in the Ross Sea all had successful deployments. For the first part of their mission (up to 2 weeks for some floats, a few days for others) they performed near-daily (31 hour) cycles in order to maximize data collection before they go under the ice. At the end of February they were switched back to near 10-day (235 hour) cycles so that they do not over-collect data while under the ice and run out of onboard memory space.</p>
<div class="layout-chunk" data-layout="l-body">
<details>
Expand All @@ -1706,8 +1706,8 @@ <h2 id="initial-data">Initial Data</h2>
<span id="cb3-14"><a href="#cb3-14" aria-hidden="true" tabindex="-1"></a>_ <span class="op">=</span> axes[<span class="dv">0</span>,<span class="dv">0</span>].set_ylim((<span class="dv">2050</span>, <span class="op">-</span><span class="dv">50</span>))</span>
<span id="cb3-15"><a href="#cb3-15" aria-hidden="true" tabindex="-1"></a>_ <span class="op">=</span> axes[<span class="dv">0</span>,<span class="dv">0</span>].set_title(<span class="st">&#39;Beaufort Sea&#39;</span>, loc<span class="op">=</span><span class="st">&#39;left&#39;</span>, fontweight<span class="op">=</span><span class="st">&#39;bold&#39;</span>)</span>
<span id="cb3-16"><a href="#cb3-16" aria-hidden="true" tabindex="-1"></a>_ <span class="op">=</span> axes[<span class="dv">0</span>,<span class="dv">1</span>].set_title(<span class="st">&#39;Ross Sea&#39;</span>, loc<span class="op">=</span><span class="st">&#39;left&#39;</span>, fontweight<span class="op">=</span><span class="st">&#39;bold&#39;</span>)</span>
<span id="cb3-17"><a href="#cb3-17" aria-hidden="true" tabindex="-1"></a>_ <span class="op">=</span> axes[<span class="dv">0</span>,<span class="dv">0</span>].legend(loc<span class="op">=</span><span class="dv">3</span>, fontsize<span class="op">=</span><span class="dv">10</span>)</span>
<span id="cb3-18"><a href="#cb3-18" aria-hidden="true" tabindex="-1"></a>_ <span class="op">=</span> axes[<span class="dv">0</span>,<span class="dv">1</span>].legend(loc<span class="op">=</span><span class="dv">3</span>, fontsize<span class="op">=</span><span class="dv">10</span>)</span>
<span id="cb3-17"><a href="#cb3-17" aria-hidden="true" tabindex="-1"></a>_ <span class="op">=</span> axes[<span class="dv">0</span>,<span class="dv">0</span>].legend(loc<span class="op">=</span><span class="dv">4</span>)</span>
<span id="cb3-18"><a href="#cb3-18" aria-hidden="true" tabindex="-1"></a>_ <span class="op">=</span> axes[<span class="dv">0</span>,<span class="dv">1</span>].legend(loc<span class="op">=</span><span class="dv">3</span>)</span>
<span id="cb3-19"><a href="#cb3-19" aria-hidden="true" tabindex="-1"></a>_ <span class="op">=</span> axes[<span class="dv">1</span>,<span class="dv">0</span>].get_legend().remove()</span>
<span id="cb3-20"><a href="#cb3-20" aria-hidden="true" tabindex="-1"></a>_ <span class="op">=</span> axes[<span class="dv">1</span>,<span class="dv">1</span>].get_legend().remove()</span>
<span id="cb3-21"><a href="#cb3-21" aria-hidden="true" tabindex="-1"></a>fig.set_size_inches(fig.get_figwidth(), <span class="fl">1.66</span><span class="op">*</span>fig.get_figheight())</span>
Expand All @@ -1723,6 +1723,15 @@ <h2 id="initial-data">Initial Data</h2>
<div class="d-appendix">
</div>

<!-- dynamically load mathjax for compatibility with self-contained -->
<script>
(function () {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
document.getElementsByTagName("head")[0].appendChild(script);
})();
</script>

<!--radix_placeholder_site_after_body-->
<!--/radix_placeholder_site_after_body-->
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bfff411

Please sign in to comment.