-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
37 changed files
with
188 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Clouds | ||
|
||
A major focus of CAESAR is to better understand the clouds and precipitation that form above the open ocean during cold air outbreaks. Polar orbiting satellites provide a beautiful insight into the wide range of cloud types that are present. | ||
|
||
During one of our research flights we flow straight north from Kiruna toward the island of Svalbard and sampled a transect just south of the island at 76°N. The image below shows an overpass of the NOAA 21 polar orbiting satellite that is equipped with the [Visible Infrared Imaging Radiometer Suite (VIIRS)](https://en.wikipedia.org/wiki/Visible_Infrared_Imaging_Radiometer_Suite) suite. A big advantage of polar orbiting satellites is that they provide high spatial resolution (350 m), which in turn allows imaging of cloud cells that are organized on scales of a few km. A big disadvantage is that satellite images over the same area are only available a few times per day. | ||
|
||
In the image below, the overpass occurred at 0805 UTC, which was perfectly timed with the arrival of the C-130 to sample clouds.. | ||
|
||
![Domain Satellite](/assets/satellite_rf04.png) | ||
|
||
**Figure 1.** Reflectivity sampled by the NOAA-21 VIIRS channel 1 sensor at 08:05 UTC. The image shows snow cover over the continents, regions of cloud free ocean, regions of closed cellular convection, regions of open cellular convection, regions of solid high cloud cover, and regions cloud cover mixed with marginal sea ice. The red line corresponds to the flight track. | ||
|
||
The flight track took the plane from Kiruna to WP1 (Way Point 1) flying at high altitude. At WP1 the C-130 did a spiral descent to take a vertical profile of the atmosphere, followed by a low flight leg near the ocean surface toward WP2. At WP2, the C-130 did a spiraled ascent to then fly to WP3 near cloud top/just above the cloud layer. Finally, the air plane returned to Kiruna, also flying above the clouds. | ||
|
||
The figure below shows a zoomed in view of the flight track between WP2 and WP3. | ||
|
||
![Zoomed satellite visible](/assets/satellite_bl_vis.png) | ||
|
||
|
||
| 1: 08:11 UTC | 2: 08:30 UTC | 3: 08:34 UTC | 4: 08:56 UTC | | ||
|---|---|---|---| | ||
|![](/assets/RF04_0811.jpg) | ![](/assets/RF04_0830.jpg) | ![](/assets/RF04_0834.jpg) | ![](/assets/RF04_0856.jpg) | | ||
|
||
**Figure 2.** Reflectivity sampled by the NOAA-21 VIIRS channel 1 sensor at 08:05 UTC. Symbols show the locations of the plane from where the pictures were taken. Picture 1 was taken just before the spiral descent. Pictures 2-4 were taken along the surface leg between WP2 and WP3. | ||
|
||
The pictures show the cellular structure of the clouds. There are regions that are cloud free, regions that have cloud cover but no precipitation, regions that are heavily precipitating. Toward the East, the pictures show the marginal ice under the cloud, which is also visible in the satellite image. | ||
|
||
The figures below show an example profile of the vertical spiral descent, focusing in on the transition between the above cloud layer and the boundary layer/ | ||
|
||
|
||
![Profile](/assets/vert_profile.png) | ||
|
||
**Figure 3.** Left-to-right: (a) Aircraft altitude. Makers show the presence of cloud liquid water. (b) Vertical temperature profile. (c) Cloud water and cloud ice concentration. (d) Aerosol concentrations: CN: particle number concentration > 10 nm, UHSAS: particle number concentration > 60 nm, CCN: particles that serve as cloud condensation nuclei at 0.4% water supersaturation. (e) Hydrometeor number concentration measured by the cloud droplet probe. | ||
|
||
The vertical profiles provide rich information about the thermal structure, the cloud structure, the distribution of liquid and ice inside the cloud, the aerosol concentration below and above the cloud, and the cloud microphysical properties (droplet number and droplet size). Notably, the temperature is seen to strongly increase with height at ~800 m altitude, which is the height of the temperature inversion that limits the cloud top height. This is the reason that the cloud layers look like a sheet confined to the lower atmospheric layer. | ||
|
||
Data from these profiles will be used to link aerosol properties, cloud properties, and precipitation rates via numerical model simulations. These efforts will help improve our fundamental understanding about how these clouds form and dissipate and help improve weather forecasts made by numerical weather models. | ||
|
||
|
||
|
||
|
||
|
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,125 @@ | ||
<!doctype html> | ||
|
||
<html lang="en"> | ||
<head> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TJ4HRS3PXV"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'G-TJ4HRS3PXV'); | ||
</script> <meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
|
||
<link rel="stylesheet" href="/css/franklin.css"> | ||
<link rel="stylesheet" href="/css/minimal-mistakes.css"> | ||
<link rel="stylesheet" href="/css/adjust.css"> | ||
<link rel="icon" href="/assets/favicon.png"> | ||
|
||
<title>Clouds</title> | ||
<!-- end custom head snippets --> | ||
</head> | ||
<body class="layout--single"> | ||
<div class="masthead"> | ||
<div class="masthead__inner-wrap"> | ||
<div class="masthead__menu"> | ||
<nav id="site-nav" class="greedy-nav"> | ||
<a class="site-title" href="/">CAESAR-2024</a> | ||
<ul class="visible-links"> | ||
<li class="masthead__menu-item"><a href="/">Home</a></li> | ||
<li class="masthead__menu-item"><a href="/Episode001/">About CAESAR</a></li> | ||
<li class="masthead__menu-item"><a href="/Episode002/">Cold Air Outbreaks</a></li> | ||
<li class="masthead__menu-item"><a href="/Episode003/">Installation</a></li> | ||
<li class="masthead__menu-item"><a href="/Episode004/">Takeoff</a></li> | ||
<li class="masthead__menu-item"><a href="/Episode006/">Soot on Ice</a></li> | ||
<li class="masthead__menu-item"><a href="/Episode007/">Sea Spray</a></li> | ||
<li class="masthead__menu-item"><a href="/Episode008/">Clouds</a></li> | ||
<li class="masthead__menu-item"><a href="/Episode005/">Autoconversion</a></li> | ||
</ul> | ||
<button class="greedy-nav__toggle hidden" type="button"> | ||
<span class="visually-hidden">Toggle menu</span> | ||
<div class="navicon"></div> | ||
</button> | ||
<ul class="hidden-links hidden"></ul> | ||
</nav> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="initial-content"> | ||
<div id="main" role="main"> | ||
<div class="sidebar sticky"> | ||
<div itemscope itemtype="https://schema.org/Person"> | ||
<div class="author__avatar"> | ||
<img src="/assets/CAESAR_logo_trans_bg1.png" alt="CAESAR" itemprop="image"> | ||
</div> | ||
<div class="author__content"> | ||
<h3 class="author__name" itemprop="name">Cold-Air Outbreak Experiment</h3> | ||
<p class="author__bio" itemprop="description">A campaign blog of a small research team</p> | ||
</div> | ||
<div class="author__urls-wrapper"> | ||
<button class="btn btn--inverse">Follow</button> | ||
<ul class="author__urls social-icons"> | ||
<li><a href="https://mdpetters.github.io" rel="nofollow noopener noreferrer"><i class="fas fa-home" aria-hidden="true"></i> Markus Petters</a></li> | ||
<li><a href="https://scholar.google.com/citations?user=tKgkw1AAAAAJ&hl=en" rel="nofollow noopener noreferrer"><i class="fas fa-home" aria-hidden="true"></i> Sunandan Mahant</a></li> | ||
<li><a href="https://www.researchgate.net/profile/Lintong-Cai" rel="nofollow noopener noreferrer"><i class="fas fa-home" aria-hidden="true"></i> Lintong Cai</a></li> | ||
<li><a href="https://www.uwyo.edu/atsc/directory/faculty/snider/index.html" rel="nofollow noopener noreferrer"><i class="fas fa-home" aria-hidden="true"></i> Jeff Snider</a></li> | ||
<li><a href="https://www.uwyo.edu/atsc/directory/faculty/research-scientists/robertson.html" rel="nofollow noopener noreferrer"><i class="fas fa-home" aria-hidden="true"></i> Anna Robertson</a></li> | ||
<li><a href="assets/weissburg_resume.pdf" rel="nofollow noopener noreferrer"><i class="fas fa-home" aria-hidden="true"></i> Emma Weissburg</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
<!-- Content appended here --> | ||
<div class="franklin-content"><h1 id="clouds"><a href="#clouds" class="header-anchor">Clouds</a></h1> | ||
<p>A major focus of CAESAR is to better understand the clouds and precipitation that form above the open ocean during cold air outbreaks. Polar orbiting satellites provide a beautiful insight into the wide range of cloud types that are present. </p> | ||
<p>During one of our research flights we flow straight north from Kiruna toward the island of Svalbard and sampled a transect just south of the island at 76°N. The image below shows an overpass of the NOAA 21 polar orbiting satellite that is equipped with the <a href="https://en.wikipedia.org/wiki/Visible_Infrared_Imaging_Radiometer_Suite">Visible Infrared Imaging Radiometer Suite (VIIRS)</a> suite. A big advantage of polar orbiting satellites is that they provide high spatial resolution (350 m), which in turn allows imaging of cloud cells that are organized on scales of a few km. A big disadvantage is that satellite images over the same area are only available a few times per day.</p> | ||
<p>In the image below, the overpass occurred at 0805 UTC, which was perfectly timed with the arrival of the C-130 to sample clouds.. </p> | ||
<p><img src="/assets/satellite_rf04.png" alt="Domain Satellite" /></p> | ||
<p><strong>Figure 1.</strong> Reflectivity sampled by the NOAA-21 VIIRS channel 1 sensor at 08:05 UTC. The image shows snow cover over the continents, regions of cloud free ocean, regions of closed cellular convection, regions of open cellular convection, regions of solid high cloud cover, and regions cloud cover mixed with marginal sea ice. The red line corresponds to the flight track.</p> | ||
<p>The flight track took the plane from Kiruna to WP1 (Way Point 1) flying at high altitude. At WP1 the C-130 did a spiral descent to take a vertical profile of the atmosphere, followed by a low flight leg near the ocean surface toward WP2. At WP2, the C-130 did a spiraled ascent to then fly to WP3 near cloud top/just above the cloud layer. Finally, the air plane returned to Kiruna, also flying above the clouds. </p> | ||
<p>The figure below shows a zoomed in view of the flight track between WP2 and WP3. </p> | ||
<p><img src="/assets/satellite_bl_vis.png" alt="Zoomed satellite visible" /></p> | ||
<table><tr><th align="right">1: 08:11 UTC</th><th align="right">2: 08:30 UTC</th><th align="right">3: 08:34 UTC</th><th align="right">4: 08:56 UTC</th></tr><tr><td align="right"><img src="/assets/RF04_0811.jpg" alt="" /></td><td align="right"><img src="/assets/RF04_0830.jpg" alt="" /></td><td align="right"><img src="/assets/RF04_0834.jpg" alt="" /></td><td align="right"><img src="/assets/RF04_0856.jpg" alt="" /></td></tr></table> | ||
<p><strong>Figure 2.</strong> Reflectivity sampled by the NOAA-21 VIIRS channel 1 sensor at 08:05 UTC. Symbols show the locations of the plane from where the pictures were taken. Picture 1 was taken just before the spiral descent. Pictures 2-4 were taken along the surface leg between WP2 and WP3.</p> | ||
<p>The pictures show the cellular structure of the clouds. There are regions that are cloud free, regions that have cloud cover but no precipitation, regions that are heavily precipitating. Toward the East, the pictures show the marginal ice under the cloud, which is also visible in the satellite image. </p> | ||
<p>The figures below show an example profile of the vertical spiral descent, focusing in on the transition between the above cloud layer and the boundary layer/</p> | ||
<p><img src="/assets/vert_profile.png" alt="Profile" /></p> | ||
<p><strong>Figure 3.</strong> Left-to-right: (a) Aircraft altitude. Makers show the presence of cloud liquid water. (b) Vertical temperature profile. (c) Cloud water and cloud ice concentration. (d) Aerosol concentrations: CN: particle number concentration > 10 nm, UHSAS: particle number concentration > 60 nm, CCN: particles that serve as cloud condensation nuclei at 0.4% water supersaturation. (e) Hydrometeor number concentration measured by the cloud droplet probe.</p> | ||
<p>The vertical profiles provide rich information about the thermal structure, the cloud structure, the distribution of liquid and ice inside the cloud, the aerosol concentration below and above the cloud, and the cloud microphysical properties (droplet number and droplet size). Notably, the temperature is seen to strongly increase with height at ~800 m altitude, which is the height of the temperature inversion that limits the cloud top height. This is the reason that the cloud layers look like a sheet confined to the lower atmospheric layer.</p> | ||
<p>Data from these profiles will be used to link aerosol properties, cloud properties, and precipitation rates via numerical model simulations. These efforts will help improve our fundamental understanding about how these clouds form and dissipate and help improve weather forecasts made by numerical weather models.</p> | ||
<div class="page-foot"> | ||
<!-- <a href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> {{ fill author }}. {{isnotpage /tag/*}}Last modified: {{ fill fd_mtime }}.{{end}}</a>. --> | ||
<a href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a></a> Markus Petters and Jefferson Snider. | ||
</div> | ||
</div><!-- CONTENT ENDS HERE --> | ||
|
||
</div> <!-- closure of main --> | ||
</div> <!-- closure of class initial--content --> | ||
|
||
<div class="page__footer"> | ||
<footer> | ||
<!-- start custom footer snippets --> | ||
<!-- end custom footer snippets --> | ||
<div class="page__footer-follow"> | ||
<ul class="social-icons"> | ||
<li><strong>Follow:</strong></li> | ||
<li><a href="https://twitter.com/markus_petters" rel="nofollow noopener noreferrer"><i class="fab fa-fw fa-twitter-square" aria-hidden="true"></i> Twitter</a></li> | ||
<li><a href="https://github.com/mdpetters" rel="nofollow noopener noreferrer"><i class="fab fa-fw fa-github" aria-hidden="true"></i> GitHub</a></li> | ||
</ul> | ||
</div> | ||
<div class="page__footer-copyright">© Markus Petters and Jefferson Snider.</div> | ||
</footer> | ||
</div> | ||
|
||
<script src="/libs/minimal-mistakes/main.min.js"></script> | ||
<script defer src="https://use.fontawesome.com/releases/v5.8.2/js/all.js" integrity="sha384-DJ25uNYET2XCl5ZF++U8eNxPWqcKohUUBUpKGlNLMchM7q4Wjg2CUpjHLaL8yYPH" crossorigin="anonymous"></script> | ||
|
||
|
||
|
||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.