https://github.com/projecttorreypines/solps2ctrl.jl
Synthetic diagnostic workflow manager for use with SOLPS models
https://github.com/projecttorreypines/solps2ctrl.jl
Last synced: about 1 year ago
JSON representation
Synthetic diagnostic workflow manager for use with SOLPS models
- Host: GitHub
- URL: https://github.com/projecttorreypines/solps2ctrl.jl
- Owner: ProjectTorreyPines
- License: apache-2.0
- Created: 2023-08-21T19:37:21.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-27T01:27:28.000Z (over 1 year ago)
- Last Synced: 2025-03-29T12:02:18.203Z (about 1 year ago)
- Language: Julia
- Size: 766 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SOLPS2ctrl



[](https://codecov.io/gh/ProjectTorreyPines/SOLPS2ctrl.jl)
This repository is the top level layer for managing workflow for:
* Loading SOLPS outputs into IMAS data dictionary format
* Loading equilibrium (that the SOLPS mesh was based on) into IMAS DD format
* Extrapolating results into core and far SOL region if required
* Running synthetic diagnostics on them
* Performing system identification (to be added)
* Designing and tuning linear causal and model predictive controllers (to be added)
For installation and usage instructions, see the [online documentation](https://projecttorreypines.github.io/SOLPS2ctrl.jl/stable). For documentation on under development branch, see [dev online documentation](https://projecttorreypines.github.io/SOLPS2ctrl.jl/dev).
## Installation
```
using Pkg
Pkg.add("SOLPS2ctrl")
```
## Examples
Refer to the instructions on this [wiki page](https://github.com/ProjectTorreyPines/SOLPS2ctrl.jl/wiki/Demo) to see how to run `examples/demo.ipynb`.