This repository includes a Jupyter Notebook which demonstrates how to use the CSDMS Data Component to download the topography dataset and use the Landlab components to delineate the watershed and simulate the overland flow for a study area in the Boulder County.
This Jupyter Notebook is part of the work for a research paper "CSDMS Data Components: data-model integration tools for Earth surface processes modeling".
Gan, T., Tucker, G. E., Overeem, I. (2024). Data Component Use Case for Overland Flow Simulation, HydroShare, https://doi.org/10.4211/hs.f94596fe50e74d93bd372125c5fab424
You can choose the following methods to run this Jupyter Notebook:
Please go to the CSDMS EKT Lab and follow the instruction in the "Lab notes" section to run this notebook.
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 overlandflow_usecase
$ conda env create --file=environment.yml
$ conda activate overlandflow_usecase
$ jupyter notebook