Home

Awesome

Build Status Project Status: Active – The project has reached a stable, usable state and is being actively developed. GitHub top language DOI
Static Badge Static Badge

DIVA Workshops and training

This repository provides a set of Jupyter notebooks (examples and exercises) for the DIVAnd user workshops and training sessions organised in the frame of H2020 SeaDataCloud project. The notebooks are also used in the FAIR-EASE project.

DIVA and DIVAnd are software tools designed to generate gridded fields from in-situ observations.

Workshops

EventLocationDates
1st workshopLiège 🇧🇪3-6 April 2018
2nd SeaDataCloud training courseOstend 🇧🇪19-26 June 2019
2nd workshopBologna 🇮🇹27-30 January 2020

About DIVAnd

DIVAnd is not a new release of DIVA, it is another software tool with different

algorithms,
functionalities and
language.

Let's compare apples and oranges

For a single 2D analysis (surface salinity in the Black Sea) on Intel Xeon CPU E5-2650.
DIVA was compiled with the Intel Fortran Compiler.

DIVA - FortranDIVAnd - julia
meshtriangularstructured
deg. of freedom236296236317
correlation length0.190.19
CPU time43.8 s8.7 s

On public servers (cloud)

DIVAnd has been made available in Virtual Research Environments (VRE) in the frame of European projects.
The deployment is performed using a Docker container.

For instance DIVAnd can used in projects such as:

Primary functions

Installation

Jupyter

Jupyter has to be installed in order to have a notebook interface.
It can be installed and launched (in Julia) with the following commands

using Pkg
Pkg.add("IJulia")
using IJulia
notebook()

Extensions [optional]

It is also recommended to install the following modules which allow, for example, to have the sections automatically numbered:

Other relevant repositories

EMODnet-Chemistry-GriddedMaps

This repository aims to store the notebooks and the instructions to produce the EMODnet Chemistry products (climatologies).

Binder

Most notebooks need more resources that what is can currently available on Binder. The introduction notebooks (introduction to OI and variationa analysis) however work Binder.