summer research internship abstract - carleton university

3
Summer Research Internship Abstract Emilie Stewart-Jones October 14, 2016 1 Purpose There has been recent interest in building large permafrost databases that combine data from multiple sites with measurements taken by various people. The difficulties associated with analysing these collections are numerous and include the variability of instrumentation and methods of measurement used, differing collection dates and incon- sistent site descriptions. The purpose of this project was to analyse the permafrost temperature database being put together at NTGS (Northwest Territories Geological Survey). This database has two main components, raw temperature data and site descriptions with variables such as to- pography, vegetation types, soil types and more. Since this database is still in its early stages of development, it could prove useful to attempt analysis so as to pinpoint issues. This could then help in the development of guidelines for data collection, improving the consistency and quality of data. The goal of my analysis was to find trends in ground temperature variations according to different site variables. 2 Processing the data Figure 2: Temperature time series at multiple depths as created by the GTDPAL Jupyter notebook In order to complete the analysis, the data is first put through a program devel- oped in Python by Thao Le-Phong, a com- puter systems engineer undergrad student. This program cleans and orders the data for a given site to create an interactive tem- perature time series and a single database file with a consistent format. The database files created can be viewed and modified in an SQLite browser. Each file contains three tables, a ”stats” table of computed annual statistics for every site, a ”meta” table containing all metadata and a ”raw” table. Single or multiple database files can be analysed using scripts I have written in R, a statistical computing software. Two types of visual outputs are produced: an inter- active map of all sites and plotted data of sites meeting specific requirements. The map produced is a kmz file that can be viewed in Google Earth as seen in figure 3. The plots are created within R but can then be saved as an image as seen in figure 4. 1 Emilie is a 3rd year undergrad student in Earth Sciences and Physical Geography. Having only completed two years of University, she is still exploring her interests, but has developed an early fascination with Earth’s physical processes shaping the cryosphere and the way humans have and will potentially influence them.

Upload: others

Post on 26-May-2022

3 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Summer Research Internship Abstract - Carleton University

Summer Research Internship Abstract

Emilie Stewart-Jones

October 14, 2016

1 Purpose

There has been recent interest in building large permafrost databases that combinedata from multiple sites with measurements taken by various people. The difficultiesassociated with analysing these collections are numerous and include the variability ofinstrumentation and methods of measurement used, differing collection dates and incon-sistent site descriptions.The purpose of this project was to analyse the permafrost temperature database beingput together at NTGS (Northwest Territories Geological Survey). This database has twomain components, raw temperature data and site descriptions with variables such as to-pography, vegetation types, soil types and more. Since this database is still in its earlystages of development, it could prove useful to attempt analysis so as to pinpoint issues.This could then help in the development of guidelines for data collection, improving theconsistency and quality of data. The goal of my analysis was to find trends in groundtemperature variations according to different site variables.

2 Processing the data

Figure 2: Temperature time series at multiple depths ascreated by the GTDPAL Jupyter notebook

In order to complete the analysis, thedata is first put through a program devel-oped in Python by Thao Le-Phong, a com-puter systems engineer undergrad student.This program cleans and orders the datafor a given site to create an interactive tem-perature time series and a single databasefile with a consistent format. The databasefiles created can be viewed and modifiedin an SQLite browser. Each file containsthree tables, a ”stats” table of computedannual statistics for every site, a ”meta”

table containing all metadata and a ”raw” table.Single or multiple database files can be analysed using scripts I have written in R,

a statistical computing software. Two types of visual outputs are produced: an inter-active map of all sites and plotted data of sites meeting specific requirements. Themap produced is a kmz file that can be viewed in Google Earth as seen in figure 3.The plots are created within R but can then be saved as an image as seen in figure 4.

1

Emilie is a 3rd year undergrad student in Earth Sciences and Physical Geography. Having only completed two years of University, she is still exploring her interests, but has developed an early fascination with Earth’s physical processes shaping the cryosphere and the way humans have and will potentially influence them.

Page 2: Summer Research Internship Abstract - Carleton University

NTGS raw temperature data

NTGS metadata

Process raw data

Sqlite database file-Meta table-Stats table-Raw table

Choose - time range, depth range as well as metadata and stats of

interest

Summary table

Choose metadata of interest

Process

Process

Interactive temperature time series

Time Series saved as image

Process

Interactive map Plotted data saved as image

Figure 1: Database processing steps and options

Figure 3: Screenshot of a kmz file created from NTGS data

3 Findings

It is difficult to evaluate and studycoarse-scale variation with this databasedue to the close proximity of most sites.However, it was still possible to look attemperature variations on a fine scale.These variation are evaluated by compar-ing temperature data from adjacent sites.Many site variables were tested for trends.These include slope aspect, anthropogenicdisturbances and soil and vegetation types.However, these tests were restricted by in-consistencies and incomplete datasets. Vegetation height was easiest for plotting as mostsites contained this information. As seen in figure 4, mean annual ground temperatures(MAGT) seem to be higher in sites with taller vegetations. One of the most interestingfindings from my analysis, is the very high temperatures seen in first year sites. It isevident that the disturbance caused by the creation of a site temporarily disturbs thetemperature regime of the frozen ground.

4 Outcome

Though I did find interesting results throughout my analysis, I believe that one ofthe most significant outcomes were the skills I developed. Combining forces and creatinglarge permafrost databases can be very useful for current and future permafrost research.Being one of the only people in Canada to work on a project like this has allowed me

2

Page 3: Summer Research Internship Abstract - Carleton University

2010 2011 2012 2013 2014

−5

0

5

10

16−40 41−100 >300 16−40 41−100 >300 16−40 41−100 >300 16−40 41−100 >300 16−40 41−100 >300

Height (cm)

MA

GT

(C

)

Figure 4: Plot of MAGT temperatures calculated from raw NTGS ground temperature data for 39 different sites situatedsouth-west of Fort McPherson. The triangular shape indicates the first year of installation and the circular indicates allother years.

become knowledgeable in a domain that is gaining interest around the world. This projectis far from over and I look forward to continuing my work.

3