Skip to content

Releases: transp/pspline

PSPLINE version 2.0.0-rc.5

27 Nov 16:12
06860a5
Compare
Choose a tag to compare
Pre-release
  • Fixed Makefile error for generating shared libraries
  • Added a basic sample config file
  • Added options to the PPPL config file

PSPLINE version 2.0.0-rc.4

20 Nov 13:11
91178a2
Compare
Choose a tag to compare
Pre-release

Added CI with GitHub Actions

PSPLINE version 2.0.0-rc.3

14 Nov 21:17
b7cba0e
Compare
Choose a tag to compare
Pre-release

Replaced EZCDF interface for NetCDF C with the official NetCDF Fortran 90 interface.

PSPLINE version 2.0.0-rc.2

07 Nov 20:38
Compare
Choose a tag to compare
Pre-release

Renamed precision_mod to psp_precision_mod

PSPLINE version 2.0.0-rc.1

31 Oct 16:21
Compare
Choose a tag to compare
Pre-release

First release candidate for PSPLINE 2.0 where version one is from the TRANSP repo. Major changes:

  • Separate r4 and r8 versions of the routines are no longer supported, user can control precision when building the library; therefore the r8_ prefix on double precision PSPLINE routines has been removed
  • Major reformatting of the code into Fortran 90 and rewriting to be mostly up to the 2008 standard
  • Uses EZCDF for reading/writing NETCDF files; however, use of EZCDF is targeted for deprecation
  • Default is to not use EZCDF and not support reading/writing NETCDF files
  • czspline has been completely rewritten to use of the Fortran iso_c_binding intrinsic functions