Skip to content

Releases: ProjectTorreyPines/SOLPS2IMAS.jl

Releasing v1.0.3 IMASDD -> IMASdd

02 Aug 20:37
Compare
Choose a tag to compare
Releasing v1.0.3 IMASDD -> IMASdd

Releasing 1.0.2

23 Jul 23:23
Compare
Choose a tag to compare
  • Since IMASDD bumped to major new version 1.0.0, this release updates compat entry for IMASDD and GGDUtils
  • Minor updates:
    • Fixed bug in how magnetic field data from b2fgmtry were added to the IDS
    • Turned on the load_bb option by default

Releasing 1.0.1 with compat and registry install

17 Jul 01:04
81ba286
Compare
Choose a tag to compare

SOLPS2IMAS is now 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("SOLPS2IMAS")

Releasing v1.0.0

08 May 19:08
Compare
Choose a tag to compare

Releasing v1.0.0

  • Depends on IMASDD. Previous releases will be deprecated
  • Added EIRENE mesh reading with grid_subset expansion and changes in ggd quantities pointers
  • Optimized speed
  • Grid specification description is optional with default stored in code
  • b2output file is optional in which case only grid from b2fgmtry will be read

Releasing v0.2.0

19 Jan 02:08
e1bba04
Compare
Choose a tag to compare

Major changes

  • Dimension number in grid_ggd has been corrected to reflect IMAS convention (page 27 of GGDguide.pdf)
  • Fixed bug regarding ggd value writing.
  • subset tools have been moved to GGDUtils v.0.2.1 and now GGDUtils is a dependency.
  • Source code broken and reorganized into multiple files.

Releasing v0.1.0

05 Oct 01:49
Compare
Choose a tag to compare

Initial release.

  • Loads SOLPS output files into IMAS data structure.
  • Create all defined grid_subsets in teh grid_ggd
  • Very few quantities are loaded right now as defined in src/solps_var_to_imas.yml
  • Even smaller set has been tested properly.