Skip to content

Commit 40d91f5

Browse files
mdpipernbgitpuller
and
nbgitpuller
authored
Check permamodel lesson (#65)
* Minor update to course description * Make a start page for the permamodel lesson * Update link to permamodel lesson start page * Add missing config files for Ku example Co-authored-by: nbgitpuller <[email protected]>
1 parent 7928528 commit 40d91f5

File tree

13 files changed

+10076
-4
lines changed

13 files changed

+10076
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CSDMS Ivy is a collection of instructional materials on
77
* modern, collaborative, scientific software development, and
88
* use of community cyberinfrastructure tools
99

10-
for scientists specializing in earth surface process modeling.
10+
for researchers in earth and planetary surface processes.
1111

1212
CSDMS Ivy is
1313
written and maintained by the
@@ -94,7 +94,7 @@ CSDMS Ivy is supported with funding from the National Science Foundation.
9494
[bmi]: ./lessons/bmi/index.ipynb
9595
[landlab]: ./lessons/landlab/index.ipynb
9696
[pymt]: ./lessons/pymt/index.ipynb
97-
[permamodel]: ./lessons/permamodel
97+
[permamodel]: ./lessons/permamodel/index.ipynb
9898
[best-practices]: ./lessons/best-practices/index.md
9999
[hpc]: ./lessons/hpc/index.md
100100
[jhub-link]: https://lab.openearthscape.org/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fcsdms%2Fivy&urlpath=lab%2Ftree%2Fivy%2Fstart.ipynb%3Fautodecode&branch=main

lessons/permamodel/index.ipynb

+72
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"<a href=\"https://csdms.colorado.edu\"><img style=\"float: center; width: 75%\" src=\"https://raw.githubusercontent.com/csdms/ivy/main/media/logo.png\"></a>"
8+
]
9+
},
10+
{
11+
"cell_type": "markdown",
12+
"metadata": {},
13+
"source": [
14+
"# Permamodel Toolkit\n",
15+
"\n",
16+
"The [Permamodel Toolkit](https://github.com/permamodel) is a collection of open source models and tools for studying the physics of permafrost-related processes.\n",
17+
"Permamodel makes it easier for researchers to explore predictions of how melting permafrost might affect carbon release, wetlands, and river deltas as they evolve, and other interacting effects.\n",
18+
"\n",
19+
"Permamodel models run within the [Python Modeling Toolkit](https://pymt.readthedocs.io) (pymt)."
20+
]
21+
},
22+
{
23+
"cell_type": "markdown",
24+
"metadata": {},
25+
"source": [
26+
"## Using Permamodel\n",
27+
"\n",
28+
"* [The Ku Model](ku-eml-paleomip.ipynb)\n",
29+
" * Initializing Ku with data\n",
30+
" * Running Ku\n",
31+
" * Plotting output\n",
32+
"\n",
33+
"* [Coupling with Landlab](PFdepth-dependent-diffusion.ipynb)\n",
34+
" * Loading a DEM\n",
35+
" * Using Landlab with Ku outputs\n",
36+
" * Visualizing results"
37+
]
38+
},
39+
{
40+
"cell_type": "markdown",
41+
"metadata": {},
42+
"source": [
43+
"## Reference\n",
44+
"\n",
45+
"* Overeem, I., Jafarov, E., Wang, K., Schaefer, K., Stewart, S., Clow, G., Piper, M., and Elshorbany, Y. (2018), A modeling toolbox for permafrost landscapes, *Eos*, **99**, https://doi.org/10.1029/2018EO105155. Published on 28 September 2018.\n",
46+
"* Wang, K., Jafarov, E., and Overeem, I. (2020), Sensitivity evaluation of the Kudryavtsev permafrost model, *Science of The Total Environment*, **720**, p. 137538, https://doi.org/10.1016/j.scitotenv.2020.137538.\n",
47+
"* [Permamodel @ GitHub](https://github.com/permamodel)\n"
48+
]
49+
}
50+
],
51+
"metadata": {
52+
"kernelspec": {
53+
"display_name": "Python 3",
54+
"language": "python",
55+
"name": "python3"
56+
},
57+
"language_info": {
58+
"codemirror_mode": {
59+
"name": "ipython",
60+
"version": 3
61+
},
62+
"file_extension": ".py",
63+
"mimetype": "text/x-python",
64+
"name": "python",
65+
"nbconvert_exporter": "python",
66+
"pygments_lexer": "ipython3",
67+
"version": "3.9.4"
68+
}
69+
},
70+
"nbformat": 4,
71+
"nbformat_minor": 4
72+
}

0 commit comments

Comments
 (0)