In some input files, the PF coil position variables are given as rref(1) = 1.0, zref(1) = 2.0, rjconpf(1) = 3.0 etc. This doesn't work with write_new_in_dat.py due to the variables not being defined as arrays in the fortran module pf_coil_variables.f90. This issue was previous identified but the MR not merged in so fixing it now.
In some input files, the PF coil position variables are given as
rref(1) = 1.0, zref(1) = 2.0, rjconpf(1) = 3.0etc. This doesn't work withwrite_new_in_dat.pydue to the variables not being defined as arrays in the fortran modulepf_coil_variables.f90. This issue was previous identified but the MR not merged in so fixing it now.