Skip to content

Version 1.3.0: Improved Python Support

Compare
Choose a tag to compare
@lstagner lstagner released this 07 Aug 20:41
· 22 commits to release-1.0 since this release

We are pleased to announce the v1.3.0 release of FIDASIM.

This release includes a number of improvements to the Python routines and small bug fixes.

Notable Changes

  • Fixed a rare bug eigensystem.f90. Bug did not affect results. Thanks to Markus Weiland for finding it. (7503818)
  • Fixed some bugs in FIDA weight calculation that only occured with certain compilers (cddd388, 5d24517)
  • Added more python routines such as nubeam_geometry, read_geqdsk, extract_transp_plasma, read_nubeam. With these routines Python is near feature parity with the IDL routines.(7e38d00)
  • Add check to ensure that the number of thermal ions is greater than the number of fast ions (79a9842)
  • Added the variable NLJCCW to the inputs of nubeam_geometry to handle devices that define current to be clockwise. (c4b26d6)