An open API service indexing awesome lists of open source software.

https://github.com/projecttorreypines/solps2imas.jl

Utility for loading data from existing SOLPS runs, including custom data in b2time.nc, from native SOLPS output format into IMAS
https://github.com/projecttorreypines/solps2imas.jl

Last synced: about 1 year ago
JSON representation

Utility for loading data from existing SOLPS runs, including custom data in b2time.nc, from native SOLPS output format into IMAS

Awesome Lists containing this project

README

          

# SOLPS2imas.jl

![Format Check](https://github.com/ProjectTorreyPines/SOLPS2imas.jl/actions/workflows/format_check.yml/badge.svg)
![Docs](https://github.com/ProjectTorreyPines/SOLPS2imas.jl/actions/workflows/make_docs.yml/badge.svg)
![Tests](https://github.com/ProjectTorreyPines/SOLPS2imas.jl/actions/workflows/test.yml/badge.svg)
[![codecov](https://codecov.io/gh/ProjectTorreyPines/SOLPS2imas.jl/graph/badge.svg?token=ZJBRLAXIS1)](https://codecov.io/gh/ProjectTorreyPines/SOLPS2imas.jl)

Utility for loading data from existing SOLPS runs, including custom data in b2time.nc,
from native SOLPS output format into IMAS. For installation and usage instructions, see the [online documentation](https://projecttorreypines.github.io/SOLPS2imas.jl/stable). For documentation on under development branch, see [dev online documentation](https://projecttorreypines.github.io/SOLPS2imas.jl/dev).

## Installation

```
using Pkg
Pkg.add("SOLPS2imas")
```