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
- Host: GitHub
- URL: https://github.com/projecttorreypines/solps2imas.jl
- Owner: ProjectTorreyPines
- License: apache-2.0
- Created: 2023-06-20T23:02:55.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-18T17:39:49.000Z (about 1 year ago)
- Last Synced: 2025-04-19T06:31:33.724Z (about 1 year ago)
- Language: Julia
- Homepage: https://projecttorreypines.github.io/SOLPS2IMAS.jl/
- Size: 1.38 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SOLPS2imas.jl



[](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")
```