Lab-0030: Difference between revisions

From CSDMS
No edit summary
No edit summary
Line 49: Line 49:


If you don't already have a JupyterHub account, follow the instructions to sign up at https://csdms.colorado.edu/wiki/JupyterHub. If you're an educator, you can get JupyterHub accounts for students--please contact us through the CSDMS Help Desk: https://csdms.github.io/help-desk.
If you don't already have a JupyterHub account, follow the instructions to sign up at https://csdms.colorado.edu/wiki/JupyterHub. If you're an educator, you can get JupyterHub accounts for students--please contact us through the CSDMS Help Desk: https://csdms.github.io/help-desk.
|LabNotesRequirements=If run locally, please use the environment yaml file to create a virtual environment and run the notebook (https://github.com/gantian127/overlandflow_usecase/blob/master/environment.yml).
|LabNotesRequirements=If run locally, please follow the instruction at https://github.com/gantian127/overlandflow_usecase.
|LabAcknowledgements=This work was supported by the National Science Foundation under collaborative grants 1831623, 2026951, 2140831, 2104102, and 2148762.
|LabAcknowledgements=This work was supported by the National Science Foundation under collaborative grants 1831623, 2026951, 2140831, 2104102, and 2148762.
}}
}}

Revision as of 13:52, 25 May 2023

Data Component Use Case for Overland Flow Simulation

Model
Landlab
Duration
1.5 hrs
Updated
2023-05-03
Download
download
Run online using:
     Jupyter logo.png

Contributor(s)
    Tian Gan at INSTAAR - University of Colorado Boulder.
    Greg Tucker at Geological Sciences - University of Colorado Boulder.
    Irina Overeem at Geological Sciences - University of Colorado Boulder.

Introduction
Overland flow.png
Overland flow, particularly the infiltration-excess mechanism, is affected by the nature of water input through precipitation. This lab demonstrates how to use the CSDMS Data Components (https://csdms.colorado.edu/wiki/DataComponents) to download the topography dataset and use the Landlab components (https://landlab.readthedocs.io/) to delineate the watershed and simulate the overland flow for a study area in the Boulder County.

Classroom organization
In this lab, you will learn how to use Topography and ERA5 Data Components to download terrain and precipitation datasets. You will also learn how to use the Landlab components (FlowAccumulator, ChannelProfiler, OverlandFlow) and the Landlab utility (get_watershed_mask) for watershed delineation and overland flow simulation.

Learning objectives
Skills
  • Learn to use Data Components to download research datasets.
  • Learn to couple Data and Model Components for overland flow simulation.
Key concepts
  • Landlab
  • Data-Model Integration
  • CSDMS Data Component

Lab notes
This lab can be run on the lab (for educators) and jupyter (for general use) instances of the OpenEarthscape JupyterHub: just click one of the links under the Run online using heading at the top of this page, then run the notebook in the "CSDMS" kernel.


If you don't already have a JupyterHub account, follow the instructions to sign up at https://csdms.colorado.edu/wiki/JupyterHub. If you're an educator, you can get JupyterHub accounts for students--please contact us through the CSDMS Help Desk: https://csdms.github.io/help-desk.

Requirements
If run locally, please follow the instruction at https://github.com/gantian127/overlandflow_usecase.

Acknowledgements
This work was supported by the National Science Foundation under collaborative grants 1831623, 2026951, 2140831, 2104102, and 2148762.

References
  • Barnhart, K. R., Hutton, E. W. H., Tucker, G. E., M. Gasparini, N., Istanbulluoglu, E., E. J. Hobley, D., J. Lyons, N., Mouchene, M., Siddhartha Nudurupati, S., M. Adams, J., & Bandaragoda, C. (2020). Short communication: Landlab v2.0: A software package for Earth surface dynamics. Earth Surface Dynamics, 8(2), 379–397. https://doi.org/10.5194/esurf-8-379-2020
  • de Almeida, G. A., Bates, P., Freer, J. E., & Souvignet, M. (2012). Improving the stability of a simple formulation of the shallow water equations for 2‐D flood modeling. Water Resources Research, 48(5). https://doi.org/10.1029/2011WR011570
  • Adams, J. M., Gasparini, N. M., Hobley, D. E. J., Tucker, G. E., Hutton, E. W. H., Nudurupati, S. S., and Istanbulluoglu, E.: The Landlab v1.0 OverlandFlow component: a Python tool for computing shallow-water flow across watersheds, Geosci. Model Dev., 10, 1645–1663, https://doi.org/10.5194/gmd-10-1645-2017, 2017.