adomo-mocis-wape-daml-mooc
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 3 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 (4.6%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: cerea-daml
- License: mit
- Language: Jupyter Notebook
- Default Branch: main
- Size: 6.3 MB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created about 3 years ago
· Last pushed about 2 years ago
Metadata Files
Readme
License
Citation
README.md
adomo-mocis-wape-daml-mooc
Marc Bocquet¹ marc.bocquet@enpc.fr and Alban Farchi¹ alban.farchi@enpc.fr
(1) CEREA, École des Ponts and EdF R&D, IPSL, Île-de-France, France
This jupyter notebook has been created by Marc Bocquet and Alban Farchi for the ENPC/ADOMO, MOCIS/NUM2.2 and WAPE/NUM2.2 course.
This corresponds to one lecture block (3.5 hours).
This is an introduction to the use of deep learning techniques into geophysical data assimilation.
Installation
Install conda, for example through miniconda or through mamba.
Clone the repertory:
$ git clone git@github.com:cerea-daml/adomo-mocis-wape-daml-mooc.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 mooc
Open the notebooks (e.g. with Jupyter) and run the cells:
$ jupyter-notebook daml-part1.ipynb
$ jupyter-notebook daml-part2.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." type: software authors: - affiliation: "École des Ponts ParisTech" family-names: Bocquet given-names: Marc orcid: 0000-0003-2675-0347 - family-names: Farchi given-names: Alban orcid: 0000-0002-4162-8289 title: 'adomo-mocis-wape-daml-mooc' version: 1.0.0 doi: 10.5281/zenodo.10491402 date-released: '2024-01-11' license: mit url: "https://github.com/cerea-daml/adomo-mocis-wape-daml-mooc"