Skip to content

sydney-baratta/SnowEx-Microstructure-for-Radar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

MicroSnowEx

Description

SnowEx is a program designed to relate in-situ snow measurements to satellite so that we can assess snow physical properties and variability over a larger spatial and temporal resolution. Currently we are pretty limited in what we can quantify using optical and radar satellite imagery. Mainly, we are able to just see if snow is present (given the different reflectance and pixel brightness), but techniques for measuring snow mass remain limited, especially in the mountains. Given how variable snow is in the Western US, this necessitates the usage of snow assessment over the season and over a longer temporal record. The long-term objective with using snow microstructure (Micro-CT), and the primary objective of the 2020 SnowEx campaign, is 1) to test and validate snow water equivalant (SWE) retrieval from active and passive microwave sensors, and 2) to quantify variability within pixels of thermal infrared signatures to assess the value of kilometer-scale satellite infrared observations for snow energy balance modeling.

This module is designed to provide participants with resources using the NSIDC data respository, along with data comparisons and analysis for 3-5 sites in Grand Mesa, CO in during the 2020 SnowEx campaign. These sites have overlapping microstructure, snow-pit, snow penetrometer (SMP), laser, and SWESARR brightness temperature, which make it an ideal first step to understanding the impact of microstructure on active and passive microwave airborne measurements. This group will work with the SWESARR project to help provide them with microstructural information needed for radar retrieval. This project builds on the 2021 SnowEx Hackweek project, "Microstructure".

Description of Data

(mainly pulled from NSIDC overviews)

Microsctucture: Snow microstructure is processed using microcomputed tomography (micro-CT). Containers of snow were collected at 6 snow pits in approximately 17 cm intervals. There were approximately 5-8 discrete containers per pit and each container had an ~2 cm overlap with the sample below. A 6-cm section of snow was dissected from each container of snow, which were analyzed in ~2 cm sub-sections. Each sub-section was scanned in three intervals using a micro-CT instrument. The three interval scans comprise multiple slices, and were combined into the reconstructed final scan used for calculating the snow microstructural data.

This is the "golden standard" method and a key component of this module (etc etc)

Snow-pit: Snow-pits were dug and collected in Grand Mesa during the 2020 field season (between 27 January and 12 February 2020). The main parameters for this data set are snow temperature, snow depth, snow density, snow stratigraphy, snow grain size and type, liquid water content, and snow water equivalent. In addition to data files, this data set also contains site photos from each snow pit.

NOTE: each data parameter is saved as a separate .csv file. Make sure to download each .csv per site before running code.

SMP: This data set contains raw penetration force profiles from the SnowEx 2020 Intensive Observation Period in Grand Mesa, Colorado. Measurements were taken using the SnowMicroPen (SMP), a digital snow penetrometer. The data files contain force measurements (in Newtons) at various snow depths. Data are available from 28 January 2020 through 12 February 2020.

NOTE: SMP profiles were taken in a cross pattern around the central location, therefore there are numerous files per each site. It is recommended when downloading each file to use CTRL+F and search by site number to ensure no files are missed.

Laser: This data set contains vertical profiles of snow reflectance, specific surface area (SSA), and spherical equivalent snow grain diameter. Data were collected during the SnowEx 2020 Grand Mesa, Colorado Intensive Observation Period between 27 January and 12 February 2020. Reflectance was measured at snow pits using one of two integrating sphere laser devices, IRIS (InfraRed IntegraXng Sphere) or IceCube. SSA and spherical equivalent diameter were then derived from reflectance.

SWESARR brightness temperature: This data set contains airborne microwave brightness temperature observations from the Goddard Space Flight Center SWESARR (Snow Water Equivalent Synthetic Aperture Radar and Radiometer) instrument during the winter (10-12 February 2020) NASA SnowEx 2020 campaign at Grand Mesa, CO. Observations were made at three frequencies (10.65, 18.7, and 36.5 GHz; referred to as X, K, and Ka bands, respectively), at horizontal polarization with a nominal 45-degree look angle.

Tasks

1. Load and parse all microstructural data from 3 locations on the Western end of the South line, where there is SWESARR radar data and microCT (Syndey has written MATLAB code for this)

2. Convert Sydney's Matlab code to python.

3. Calculate SSA from SMP data using snowmicropyn,

4. Compare SSA from SMP to SSA from IceCube/IRIS. Explore parameter optimization in the SMP retrieval of SSA to match IceCube/IRIS

5. Compare SSA from SMP and IceCube/IRIS to microCT. Characterize accuracy of retrieval for SMP and IceCube/IRIS

6. Spatial analysis of SMP data around pit - characterize variability of bulk SSA, and SSA within layers. Quantify variability of SSA.

7. Estimate density from SMP using snowmicropyn. Quantify variability in density around each pit using SMP density estimates.

8. Plot bulk average SSA spatially, for each SMP profile. Add snow depth measurements around pit.

9. Use airborne lidar data to quanitfy variability in snow depth and SWE around each pit.

10. Summarize SWE, depth, SSA around each pit with statistics (mean, median, variance, IQR), including plots spanning ~50m around each pit

11. Explore new approach to snow microstructure for radar, "polydispersity", from Picard paper.

12. Convert MATLAB code from work above into python (ongoing throughout project)

Resources for Data Download

Numerical Data

NSIDC Main Data Page

Microwave Radar

Previous related project

2021 SnowEx Hackweek Microstructure project (https://github.com/snowex-hackweek/microstructure)

Software

Python package for reading SMP data (https://pypi.org/project/snowmicropyn/)

Relevant papers (incomplete currently...)

Picard, G., Löwe, H., Domine, F., Arnaud, L., Larue, F., Favier, V., et al. (2022). The microwave snow grain size: A new concept to predict satellite observations over snow-covered regions. AGU Advances, 3, e2021AV000630. https://doi.org/10.1029/2021AV000630

Using Matlab Functions

Within the Github, there are XX functions and XX corresponding codes that call in the functions and plot the data, as a first step to analsysis. The functions' jobs are to structure the data using information found in the filenames (i.e., site number, date of data collection, and file location where all of the data is saved to). For more help with using Matlab, Mathworks has a super helpful community and are open to any questions if you cannot already find the answer to your question(s):

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages