Skip to content

Jupyter Notebook to demonstrate how to use the CSDMS data components for permafrost processes for a study area in Alaska

License

Notifications You must be signed in to change notification settings

gantian127/permafrost_usecase

Repository files navigation

Data Component Use Case for Permafrost Thaw and Hillslope Diffusion

MIT license

This repository includes a Jupyter Notebook which demonstrates how to use several CSDMS Data Components to download topography, snow and temperature data to calculate the permafrost active layer thickness and simulate the hillslope diffusion process for a study area in Alaska.

This Jupyter Notebook is part of the work for a research paper "CSDMS Data Components: data-model integration tools for Earth surface processes modeling".

Notebook Citation

Gan, T., Tucker, G. E., Overeem, I., Pierce, E. (2023). Data Component Use Case for Permafrost Thaw and Hillslope Diffusion, HydroShare, https://doi.org/10.4211/hs.c4ebe3515a894446bf26aba0aedd7fdd

Run the Notebook

You can choose the following methods to run this Jupyter Notebook:

Method 1: HydroShare

Please go to the HydroShare Resource and follow the instruction in the "Abstract" section to run this notebook.

Method 2: Local PC

Please first download all the files from this repository and have conda installed on the local PC. Then, use the following commands to create a virtual environment and launch the Jupyter Notebook. The code below works best on Mac OS or Linux and may cause some errors on Windows.

$ cd permafrost_usecase
$ conda env create --file=environment.yml
$ conda activate permafrost_usecase
$ jupyter notebook

About

Jupyter Notebook to demonstrate how to use the CSDMS data components for permafrost processes for a study area in Alaska

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published