8 integer(itm_i4),
parameter :: max_points_profile = 2001
10 integer(itm_i4) :: npts
12 real(r8),
allocatable,
dimension(:) :: dp, fdf, j_tor, q_in
13 target :: dp, fdf, j_tor, q_in
15 real(r8),
allocatable :: dpres(:), p_int(:), dgam(:), gam_int(:)
16 target :: dpres, p_int, dgam, gam_int
18 real(r8),
allocatable :: psi_in(:)
20 real(r8),
allocatable :: psivec(:)
32 integer(itm_i4) :: n, alloc_error
36 if (alloc_error /= 0)
then
37 print *,
"Allocation Error"
48 integer(itm_i4) :: dealloc_error
52 if (dealloc_error /= 0)
then
53 print *,
"Couldn't deallocate space for spline"
subroutine allocate_spline_coefficients(spline, n)
subroutine spline(N, X, Y, ALFA, BETA, TYP, A, B, C, D)
subroutine deallocate_spline_coefficients(spline)