Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.19 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.19 KB

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")