Skip to content

Commit

Permalink
paper [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ctroupin committed Jan 17, 2025
1 parent 0b20d2f commit ad14ad5
Show file tree
Hide file tree
Showing 8 changed files with 200 additions and 1,333 deletions.
1,221 changes: 150 additions & 1,071 deletions notebooks/1-Intro/02-Julia-introduction.ipynb

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions notebooks/1-Intro/03-netCDF.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
"source": [
"using NCDatasets\n",
"using Downloads\n",
"using JupyterFormatter\n",
"enable_autoformat()\n",
"include(\"../config.jl\")"
]
},
Expand Down
2 changes: 0 additions & 2 deletions notebooks/3-Analysis/nn-Sigmalayers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
"using Random\n",
"using Interpolations\n",
"using Roots\n",
"using JupyterFormatter\n",
"enable_autoformat()\n",
"include(\"../config.jl\")"
]
},
Expand Down
2 changes: 0 additions & 2 deletions notebooks/5-AdvancedTopics/20-Turtles-Density-map.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
"using DelimitedFiles\n",
"using LinearAlgebra\n",
"using Random\n",
"using JupyterFormatter\n",
"enable_autoformat()\n",
"include(\"../config.jl\")"
]
},
Expand Down
4 changes: 1 addition & 3 deletions notebooks/5-AdvancedTopics/Lshape.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
"using LinearAlgebra\n",
"using DIVAnd\n",
"using Makie, CairoMakie\n",
"using Statistics\n",
"using JupyterFormatter\n",
"# enable_autoformat()"
"using Statistics\n"
]
},
{
Expand Down
293 changes: 42 additions & 251 deletions notebooks/6-UnderConstruction/interp_section.ipynb

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions notebooks/6-UnderConstruction/open-boundary-conditions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@
"outputs": [],
"source": [
"using DIVAnd\n",
"using JupyterFormatter\n",
"enable_autoformat()\n",
"DIVAnddir = pathof(DIVAnd);\n",
"exampledir = joinpath(dirname(DIVAnddir), \"../examples/\")\n",
"isdir(exampledir)"
Expand Down
7 changes: 7 additions & 0 deletions paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ Since the notebooks require input data files (mainly bathymetry and observations

Following our experience with users, for the creation of plots, the Makie module [@danisch:2021] (along with `GeoMakie` for the maps) was selected to replce `PyPlot` (along with `Cartopy` [@Cartopy:2010] for the maps), which is based on the Python Matplotlib module [@hunter:2007]. Indeed, the import of PyPlot in the notebooks often generated errors on the user's machine, with sensitivity to the operating system and the pre-existing Python installation(s).

## Users

Scientists, data analysis and experts, hence the content has to be taylored.
Among the applications: EMODnet products (link to Chemistry + link Tom's paper 2025)
+ applications
https://doi.org/10.5194/essd-15-225-2023

# Figures

Figures can be included like this: ![Example figure.](figure.png)
Expand Down

0 comments on commit ad14ad5

Please sign in to comment.