Releases: ProjectTorreyPines/SOLPS2ctrl.jl
Releases · ProjectTorreyPines/SOLPS2ctrl.jl
Releasing v1.0.3 IMASDD -> IMAS
Switched to using IMAS. Older versions might not work because of IMASDD->IMASdd name change.
Releasing 1.0.2
- Since IMASDD bumped to major new version 1.0.0, this release updates compat entry for IMASDD, GGDUtils, and SOLPS2IMAS
- Other changes:
- Change preparation to skip extrapolation of profiles that do not exist and report skipped profiles.
Relasing 1.0.1
- SD4SOLPS is not registered at 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("SD4SOLPS")
- Loading of summary data from gEQDSK file is supported
- compat entries added to Project.toml
Releasing v1.0.0
- Now depends on IMASDD. All previous versions depend on OMAS and will be deprecated.
- Apache 2.0 licence with notice file
- Added documentation
- Added tests
Releasing v0.2.0
Feature changes
- SOLPS mesh can be extended out to fill the whole area upto the device walls.
- Some cells still lie outside limiter surface.
- geqdsk_to_imas records X-points to DD after EFIT finds them
- Added makefile for easy installation of working environment
- Added demonstration example.
Internal changes
- Uses GGDUtils (v.0.2.1) for subset tools as they have been moved out of SOLPS2IMAS in v.0.2.0
Releasing v0.1.0
Mostly an experimental setup right now, code might not work for all kinds of properties. Has been tested mainly for electron density and electron temperature.