Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhi/fmdap
Pre- and post-processing for MIKE FM Data Assimilation
https://github.com/dhi/fmdap
data-assimilation dhi mike21 ocean-modelling research
Last synced: about 2 months ago
JSON representation
Pre- and post-processing for MIKE FM Data Assimilation
- Host: GitHub
- URL: https://github.com/dhi/fmdap
- Owner: DHI
- License: mit
- Created: 2021-05-21T05:23:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T06:20:30.000Z (about 2 years ago)
- Last Synced: 2024-09-12T23:18:37.023Z (4 months ago)
- Topics: data-assimilation, dhi, mike21, ocean-modelling, research
- Language: Python
- Homepage: https://dhi.github.io/fmdap/
- Size: 14.7 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# fmdap: MIKE FM Data Assimilation Processing tool
This python package contains pre- and post-processing tools for MIKE 21/3 Data Assimilation workflows.
## Installation
`> pip install https://github.com/DHI/fmdap/archive/main.zip`
## Requirements
* Python x64 >=3.6
* [mikeio](https://github.com/DHI/mikeio) python package for reading and writing MIKE dfs files## Examples
Check out the examples in the [notebooks folder](https://nbviewer.jupyter.org/github/DHI/fmdap/tree/main/notebooks/).
### Diagnostic outputs
* [Diagnostic_output_overview.ipynb](https://nbviewer.jupyter.org/github/DHI/fmdap/blob/main/notebooks/Diagnostic_output_overview.ipynb)
* [Diagnostic_output_plots.ipynb](https://nbviewer.jupyter.org/github/DHI/fmdap/blob/main/notebooks/Diagnostic_output_plots.ipynb)
* [Diagnostic_output_skill.ipynb](https://nbviewer.jupyter.org/github/DHI/fmdap/blob/main/notebooks/Diagnostic_output_skill.ipynb)### Read settings from PFS file
* [Pfs_file.ipynb](https://nbviewer.jupyter.org/github/DHI/fmdap/blob/main/notebooks/Pfs_file.ipynb)
### Estimate temporal and spatial correlation lenght scales
* [Analyze_forcing_data.ipynb](https://nbviewer.jupyter.org/github/DHI/fmdap/blob/main/notebooks/Analyze_forcing_data.ipynb)