Skip to content

CliMA/ParameterEstimocean.jl

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ParameterEstimocean.jl

A Julia package that leverages Oceananigans.jl and EnsembleKalmanProcesses.jl to calibrate ocean turbulence parametrizations.

ParameterEstimocean.jl is developed by the Climate Modeling Alliance and heroic external collaborators.

Continuous Integration: Build Status

Code Coverage: codecov

Stable Release Documentation: Build Status

Latest Documentation: Build Status

Zenodo: DOI

Installation

To install, use Julia's built-in package manager (accessed by pressing ] in the Julia REPL command prompt) to add the package and also to instantiate/build all the required dependencies. To install the latest tagged version of the package, use

julia> ]
(v1.6) pkg> add ParameterEstimocean
(v1.6) pkg> instantiate

Alternatively, if you'd like to be in the cutting-edge of the package's latest developments you may install the version on the #main branch (or any other branch or commit), e.g.

julia> ]
(v1.6) pkg> add ParameterEstimocean#main
(v1.6) pkg> instantiate

Citing

The code is citable via zenodo. Please cite as:

Adeline Hillier, Gregory L. Wagner, and Navid C. Constantinou. (2022). CliMA/ParameterEstimocean.jl: ParameterEstimocean.jl v0.14.1 (Version v0.14.1). Zenodo. http://doi.org/10.5281/zenodo.5762810