https://github.com/joshimmel/mono-lake
Determining the fate of water level in Mono Lake, California using differences between Qin and Qout
https://github.com/joshimmel/mono-lake
california discharge matlab mono-lake water-level
Last synced: 6 months ago
JSON representation
Determining the fate of water level in Mono Lake, California using differences between Qin and Qout
- Host: GitHub
- URL: https://github.com/joshimmel/mono-lake
- Owner: joshimmel
- Created: 2020-06-04T23:56:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-05T00:13:43.000Z (over 5 years ago)
- Last Synced: 2025-04-10T20:59:53.854Z (6 months ago)
- Topics: california, discharge, matlab, mono-lake, water-level
- Language: MATLAB
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mono-lake
Determining the fate of water level in Mono Lake, California using differences between Qin and QoutA model (either deterministic or stochastic, depending on users choice) of the recovery of Mono Lake post 1994 for comparison with observed recovery in order to determine whether the expected recovery given in court by Los Angeles was a fair expectation. This model uses varying diversion values based on the elevation of Mono Lake.
This program will read excel data, transform water level into a volume based on a provided equation and determine the change in this volume through time, using read data on inflows and outflows (calculated based on lake elevation and surface area). This script refers to three functions: elev2vol.m to convert a given initial elevation into a volume of the lake, and vol2area.m to convert this volume into a surface area of Mono Lake for use in calculation of Precipitation and Evapotranspiration quantities, and divers.m to determine diversion allowance.
Created by [me](joshua.himmelstein@gmail.com) in March 2016.