Lab-0008: Difference between revisions

From CSDMS
No edit summary
No edit summary
Line 2: Line 2:
|Labtitle=Exploring a shallow unconfined aquifer
|Labtitle=Exploring a shallow unconfined aquifer
|LabCOModule=1 of 1
|LabCOModule=1 of 1
|LabDateContributedOrUpdated=2020/04/03
|LabDateContributedOrUpdated=2020/08/27
|LabDescriptionShort=The notebook-based lab uses a simple numerical model to explore how hydraulic conductivity and recharge influence the depth of an unconfined aquifer and the shape of its water table.
|LabDescriptionShort=The notebook-based lab uses a simple numerical model to explore how hydraulic conductivity and recharge influence the depth of an unconfined aquifer and the shape of its water table.
|LabCODuration=1.0 hrs
|LabCODuration=1.0 hrs
|LabModelDocumentation=(self-contained)
|LabModelDocumentation=(self-contained)
|LabAssociatedLesson=Jupyter Notebook
|LabAssociatedLesson=Jupyter Notebook
|LabURLDownloadNotebook=https://raw.githubusercontent.com/gregtucker/learning-with-1d-models/master/shallow_aquifer.ipynb
|LabURLDownloadNotebook=https://downgit.github.io/#/home?url=https://github.com/gregtucker/learning-with-1d-models/blob/master/shallow_aquifer.ipynb
}}
}}
{{LabContributorData
{{LabContributorData

Revision as of 10:37, 27 August 2020

Exploring a shallow unconfined aquifer

Duration
1.0 hrs
Updated
2020/08/27
Download
download
Run online using:
     Jupyter logo.png

Contributor(s)
    Gregory Tucker at CIRES, CSDMS, and Geological Sciences, University of Colorado, Boulder.

Introduction
Screen Shot 2020-04-03 at 3.13.23 PM.png
This lab explores the physics behind unconfined groundwater aquifers. The lab is based on a 1D numerical model of an aquifer formed on top of a horizontal impermeable unit. The calculates the evolution of the aquifer's thickness profile, with an impermeable "wall" on one end, a seepage face on the other, and a constant recharge rate from above. Students can experiment with different values of hydraulic conductivity and different recharge rates. The model embedded in the notebook generates an animation showing the water table over time. One the model has been run, students can use matplotlib commands to plot the discharge and vertically averaged Darcian velocity.

Classroom organization
Lab is designed for undergraduate students majoring in earth sciences (hydrology, environmental sciences, hydrogeology). The notebook is demonstration style and gives participants the possibility to explore interactively.

Learning objectives
Skills
  • basic plotting with python matplot lib
Key concepts
  • groundwater and shallow aquifers
  • hydraulic conductivity
  • recharge
  • Darcy's Law

Lab notes
The notebook can be used as part of a paper assignment or problem set on groundwater.

References