Skip to content

Subglacial outburst flood modelling, from Advanced Glaciology 2021

License

Notifications You must be signed in to change notification settings

SFUGG/outburst_flood_model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Subglacial outburst flood modelling

Tim Hill [email protected] December 2021, updated June 2024

Installation

The code was tested using python 3.11.9 on Ubuntu with packages listed in requirements.txt. If you can use pip, installing the requirements should be as easy as

pip install matplotlib numpy scipy

To run this code, clone the git repo to your desired location and run the scripts in the python/ directory.

Report

A report describing the model and numerical experiments, including Latex source and compiled PDF, is in the report/ directory.

Model

The model code is in the python/ directory. The numerical models (incompressible and compressible) are in models.py. The scripts to run experiments are as follows:

  • test_imposed_discharge.py: simplest experiment with prescribed lake discharge into the head of the conduit. Compares compressible and incompressible conduit models.
  • test_pressure_coupled.py : test compressible and incompressible conduit models with lake discharge computed as a function of lake water level.
  • sensitivity_beta.py : sensitivity to the compressibility value beta
  • sensitivity_hypsometry.py : sensitivity to lake surface area--height relationship

About

Subglacial outburst flood modelling, from Advanced Glaciology 2021

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published