CliMA / LESbrary.jl

📚Generating Oceananigans large eddy simulation (LES) data for calibrating parameterizations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LESbrary.jl

DOI

This package is a framework for building a library of large eddy simulations (LES) of ocean surface boundary layer turbulence — the LESbrary — with Oceananigans.jl. The LESbrary will archive turbulence data for both idealized and realistic oceanic scenarios.

LESbrary.jl is developed by the Climate Modeling Alliance and collaborators.

Adding LESbrary.jl to a julia environment

To add LESbrary.jl to your julia environment, type

julia> using Pkg

julia> Pkg.add(url="https://github.com/CliMA/LESbrary.jl.git")

at the REPL. This will allow you to write using LESbrary in your scripts (and thereby run the scripts in /examples).

Accessing data generated by LESbrary.jl

Output from LESbrary.jl simulations --- currently somewhat haphazardly organized --- is accessible at https://engaging-web.mit.edu/~alir/lesbrary/

About

📚Generating Oceananigans large eddy simulation (LES) data for calibrating parameterizations

License:MIT License


Languages

Language:Julia 89.9%Language:Python 10.1%