adomo-mocis-wape-daml-tutorial
Practical sessions of data assimilation with a shallow water model.
https://github.com/cerea-daml/adomo-mocis-wape-daml-tutorial
Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 1 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.3%) to scientific vocabulary
Repository
Practical sessions of data assimilation with a shallow water model.
Basic Info
- Host: GitHub
- Owner: cerea-daml
- License: mit
- Language: Jupyter Notebook
- Default Branch: master
- Size: 43.9 KB
Statistics
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
- Releases: 2
Metadata Files
README.md
Data assimilation applied to a shallow water model: practical sessions
Tobias Finn, CEREA, tobias.finn@enpc.fr
During these sessions, you will apply two classical data assimilation methods to a shallow water model. The objective for you is to better understand these methods, figure out their practical implementations and identify their key parameters.
These practical sessions, originally designed by Vivien Mallet and Alban Farchi , are part of the data assimilation course by Marc Bocquet.
Installation
You have two options to execute the tutorial.ipynb: you could either use Google Colab or you could install it locally.
Google Colab
To use the notebook with the shared resources from Google Colab, you need a Google account.
For that notebook, you have only reading rights. To execute the notebook, you need to save the notebook in your own Google Drive: File -> Save a copy in Drive, a new tab will open with the copied notebook.
After accessing your own copy, you have to connect to the runtime. On the top right, there is a button connect, when you click on it, you instantiate your own runtime. Afterwards, you're ready to go with the notebook. All needed git clone and python import are performed for you in the notebook.
Local installation
Install conda, for example through miniconda or through mamba.
Clone the repertory:
$ git clone git@github.com:cerea-daml/adomo-mocis-wape-daml-tutorial.git
Go to the repertory. Once there, create a dedicated anaconda environment for the sessions:
$ conda env create -f environment.yaml
Activate the newly created environment:
$ conda activate tutorial
[Optional] Update the environment:
$ conda update --all
[Optional] Test the environment (this may take up to one minute):
$ python test_import.py
Open the notebook (e.g. with Jupyter) and follow the instructions:
$ jupyter-notebook tutorial.ipynb
Owner
- Name: CEREA DA-ML team
- Login: cerea-daml
- Kind: organization
- Location: Paris, France
- Website: https://www.cerea-lab.fr
- Repositories: 2
- Profile: https://github.com/cerea-daml
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Tobias" given-names: "Finn" orcid: "https://orcid.org/0000-0001-9585-8349" - family-names: "Farchi" given-names: "Alban" orcid: "https://orcid.org/0000-0002-4162-8289" - family-names: "Bocquet" given-names: "Marc" title: "Practical sessions of data assimilation with a shallow water model." version: 1.1.0 doi: 10.5281/zenodo.10478753 date-released: 2025-02-04 url: "https://github.com/cerea-daml/adomo-mocis-wape-daml-tutorial"
GitHub Events
Total
- Release event: 1
- Watch event: 1
- Push event: 2
- Pull request event: 1
- Fork event: 2
- Create event: 1
Last Year
- Release event: 1
- Watch event: 1
- Push event: 2
- Pull request event: 1
- Fork event: 2
- Create event: 1
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 0
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: 1 minute
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: 1 minute
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- tobifinn (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- ipywidgets
- jupyterlab
- matplotlib
- numba
- numpy
- seaborn
- tqdm