MarineHeatwaves
Documentation for MarineHeatwaves.
Marine heatwaves are extremes in the ocrean that have led to studies among scientists. Due to the importance, several packages have been created in the efforts to study and understand their occurrence.
MarineHeatwaves.jl is one such attempt to create a package in Julia that solves the problem, written in a high performance language and making use of native julia.
The functions and methods are also applicable to atmospheric heatwaves. The principal method used in the package is Hobday et al.(2015, 2018). Other newer methods are also going to be added in a standardised form.
Installing
Well, first we have to make sure we have Julia on our computer.
Launch Julia by typing
juliain your terminal.And then, install
MarineHeatwaves:
]add MarineHeatwavesUsing
When the installation is done, hit
backspaceto exit the package manager.To use
MarineHeatwaves:
using MarineHeatwaves