PR #259 adds 3 lines to the GPEC.in namelist. When a user runs a fresh instance of GPEC (in OMFIT or otherwise), this new default namelist throws the following error when trying to run GPEC without running SLAYER: forrtl: severe (19): invalid reference to variable in NAMELIST input, unit 1, file gpec.in, line 98, position 25 (This corresponds to "singthresh_slayer_inpr=5.0 ! Scalar Prandtl number (viscosity) used by SLAYER for all rational surfaces").
Removing singthresh_slayer_inpr and singthresh_slayer_inpr_prof from the namelist resolves the problem, but there should be a more robust fix.
@d-burg
PR #259 adds 3 lines to the GPEC.in namelist. When a user runs a fresh instance of GPEC (in OMFIT or otherwise), this new default namelist throws the following error when trying to run GPEC without running SLAYER: forrtl: severe (19): invalid reference to variable in NAMELIST input, unit 1, file gpec.in, line 98, position 25 (This corresponds to "singthresh_slayer_inpr=5.0 ! Scalar Prandtl number (viscosity) used by SLAYER for all rational surfaces").
Removing singthresh_slayer_inpr and singthresh_slayer_inpr_prof from the namelist resolves the problem, but there should be a more robust fix.
@d-burg