ProjectTorreyPines / IMASggd.jl

Package holding utilities for Generalized Grid Description (GGD) objects in IMAS datastructure. It provides, interpolation routines, grid subset tools, and plotting recipes.
https://projecttorreypines.github.io/IMASggd.jl/stable
Apache License 2.0
2 stars 0 forks source link
imas interpolation julia plotting subset

IMASggd

Format Check Docs Tests codecov

Package holding utilities for Generalized Grid Description (GGD) objects in IMAS datastructure. It provides, interpolation routines, grid subset tools, and plotting recipes. For installation and usage instructions, see the online documentation. For documentation on under development branch, see dev online documentation

Installation

IMASggd is registered with public repository FuseRegistry. For installation:

using Pkg
Pkg.Registry.add(RegistrySpec(url="https://github.com/ProjectTorreyPines/FuseRegistry.jl.git"))
Pkg.Registry.add("General")
Pkg.add("IMASggd")