-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add environment configuration file * create notebooks folder and add welcome notebook * add binder link in README file to link welcome notebook * remove demos folder * update docs to add example notebook binder links * update binder links from fork repo to pymt repo * fix typo in example.rst file
- Loading branch information
1 parent
37b75a4
commit ba6862b
Showing
17 changed files
with
98 additions
and
22 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
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,13 @@ | ||
name: test-environment | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.7 | ||
- pymt=1.0.3 | ||
- pymt_gipl | ||
- pymt_ecsimplesnow | ||
- seaborn | ||
- matplotlib | ||
- pandas | ||
- numpy | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,47 @@ | ||
{ | ||
"cells": [ | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": {}, | ||
"source": [ | ||
"# Welcome to Pymt demo Notebooks\n", | ||
"\n", | ||
"This page provides links to notebooks that provide an introduction to Pymt and its use for different models. \n", | ||
"\n", | ||
" * [Coastline Evolution Model](cem.ipynb)\n", | ||
" * [Coastline Evolution Model + Waves](cem_and_waves.ipynb)\n", | ||
" * [ECSimpleSnow component](ECSnow_PyMT.ipynb)\n", | ||
" * [Geophysical Institute Permafrost Laboratory (GIPL) Model](Example_01_Basic_Use_GIPL.ipynb)\n", | ||
" * [GIPL + ECSimpleSnow](Example_02_GIPL_ECSimpleSnow.ipynb)\n", | ||
" * [Frost Number Model](frost_number.ipynb)\n", | ||
" * [HydroTrend Model](hydrotrend.ipynb)\n", | ||
" * [Kudryavtsev Model](ku.ipynb)\n", | ||
" * [Sedflux3D Model](sedflux3d.ipynb)\n", | ||
" * [Flexural Subsidence Model](subside.ipynb)\n", | ||
"\n", | ||
" \n" | ||
] | ||
} | ||
], | ||
"metadata": { | ||
"kernelspec": { | ||
"display_name": "Python 3", | ||
"language": "python", | ||
"name": "python3" | ||
}, | ||
"language_info": { | ||
"codemirror_mode": { | ||
"name": "ipython", | ||
"version": 3 | ||
}, | ||
"file_extension": ".py", | ||
"mimetype": "text/x-python", | ||
"name": "python", | ||
"nbconvert_exporter": "python", | ||
"pygments_lexer": "ipython3", | ||
"version": "3.7.3" | ||
} | ||
}, | ||
"nbformat": 4, | ||
"nbformat_minor": 2 | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.