You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cond(F-bar) scan that locates kinetic singular surfaces already sweeps 2000
points and is written to SingularSurfaces/Kinetic/scan_cond, but only peaks above
the 1e8 singular threshold were surfaced. On a DIII-D-like case the strongest
peaks sit at 3e5-5e6 -- real shifted/split resonance structure (Park & Logan
Eq. 70) that stayed silent, and which tracks the NTV torque-density peaks at low
collisionality/rotation. Report the strongest few.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01LzbLFQKyuRE5DYZmLokKmk
@warn"set_psilim_via_dmlim = true is ignored for multi-n runs (nn_low=$(intr.nlow), nn_high=$(intr.nhigh)); falling back to qhigh / psihigh truncation."
131
133
elseif ctrl.set_psilim_via_dmlim
@@ -266,7 +268,7 @@ function compute_sing_asymptotics(
266
268
267
269
# This is the parameter α but for all modes - α = 0 for non-resonant modes
268
270
power[ipert_res] .=-alpha
269
-
power[ipert_res.+intr.numpert_total] .= alpha
271
+
power[ipert_res.+intr.numpert_total] .= alpha
270
272
271
273
# Zeroth-order non-resonant solutions
272
274
for ipert in1:intr.numpert_total
@@ -303,7 +305,7 @@ function compute_sing_asymptotics(
0 commit comments