2022-03-02 10:30:28 +01:00
|
|
|
# M2 Internship
|
|
|
|
|
|
|
|
"Simulation of the breaking wave flow which generated the 50T concrete block
|
|
|
|
displacement at the Artha breakwater on February 28, 2017"
|
|
|
|
|
|
|
|
[Report](https://kalliope.edgarpierre.fr/latex/m2cce/internship/report.pdf)
|
2022-02-01 09:45:31 +01:00
|
|
|
|
2022-07-06 08:02:15 +02:00
|
|
|
## Structure
|
|
|
|
|
|
|
|
Le projet est séparé en dossiers pour chaque partie. Les dossiers sont les suivants:
|
|
|
|
|
|
|
|
`data`
|
|
|
|
: Données d'entrée et traitement (données bouée, bathymétrie)
|
|
|
|
|
|
|
|
`jngcgc`
|
|
|
|
: Article pour la Journée Nationale Génie Côtier Génie Civil
|
|
|
|
|
|
|
|
`nature`
|
|
|
|
: Article pour Nature Communications
|
|
|
|
|
|
|
|
`olaflow`
|
|
|
|
: Modèle 2Dv VOF VARANS Olaflow
|
|
|
|
|
|
|
|
`report`
|
|
|
|
: Résultats intermédiaires et bibliographie
|
|
|
|
|
|
|
|
`swash`
|
|
|
|
: Modèle 1D NLSW Swash
|
|
|
|
|
2022-07-06 08:20:21 +02:00
|
|
|
## Fonctionnement
|
2022-03-29 13:07:12 +02:00
|
|
|
|
2022-07-06 08:20:21 +02:00
|
|
|
Dans chaque dossier se trouve un fichier `README.md` détaillant son fonctionnement.
|
2022-03-29 13:07:12 +02:00
|
|
|
|
2022-07-06 08:20:21 +02:00
|
|
|
Les scripts Python sont regroupés dans un dossier `processing`, et généralement exécutables en fonctionnement module :
|
|
|
|
`python -m processing.script`.
|