Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/upc-ghs/jupyter-workflows
Example jupyter workflows illustrating the integration of different programs with Python
https://github.com/upc-ghs/jupyter-workflows
jupyter notebooks python workflows
Last synced: about 2 months ago
JSON representation
Example jupyter workflows illustrating the integration of different programs with Python
- Host: GitHub
- URL: https://github.com/upc-ghs/jupyter-workflows
- Owner: upc-ghs
- Created: 2024-06-19T14:14:49.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-06T11:31:10.000Z (2 months ago)
- Last Synced: 2024-11-06T12:32:03.618Z (2 months ago)
- Topics: jupyter, notebooks, python, workflows
- Language: Jupyter Notebook
- Homepage:
- Size: 1.06 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jupyter-workflows
Repository containing example ```jupyter``` workflows illustrating the integration of different processes and programs with ```python```.
### List of workflows
- ```ex_sgsim_uncond_modflow```: Generates an unconditional Gaussian simulation with ```geostatspy``` to create a synthetic two-dimensional aquifer with heterogeneous hydraulic conductivity. Groundwater flow is simulated with MODFLOW 6 and ```flopy```, and the streamlines are calculated with MODPATH 7. This workflow allows to evaluate the impact of different geostatistics on the flow streamlines.
- ```ex_sgsim_uncond_modflow_rw```: Generates an unconditional Gaussian simulation with ```geostatspy``` to create a synthetic two-dimensional aquifer with heterogeneous hydraulic conductivity. Groundwater flow is steady, simulated with MODFLOW 6 and ```flopy```, and the streamlines are calculated with MODPATH 7. This workflow simulates the transport of an initial injection of a pollutant, solving solute transport with MODPATH-RW and ```flopyrw```. The workflow enables the interpretation of the influence of the geostatistics on the fate of a contaminant plume.
## Resources
* [flopy](https://github.com/modflowpy/flopy)
* [flopyrw](https://github.com/upc-ghs/flopyrw)
* [MODPATH-RW](https://github.com/upc-ghs/modpath-rw)
* [modflow 6](https://github.com/MODFLOW-USGS/modflow6)
* [modflow executables](https://github.com/MODFLOW-USGS/executables)
* [modpath-v7](https://github.com/MODFLOW-USGS/modpath-v7)
* [modpath-omp](https://github.com/upc-ghs/modpath-omp)
* [GeostatsPy](https://github.com/GeostatsGuy/GeostatsPy)
* [GSLIB executables](https://github.com/upc-ghs/gslib-executables)