Thanks Rich for your thorough reply.
I've had a look through the inlist you sent me, and I've run it through GYRE with the corresponding model. The curious cases you have found unfortunately demonstrate what happens when you run GYRE outside its limits of validity! For the region of frequency space you are examining, the radial orders of the *adiabatic* modes are in the thousands. For such high-order modes, it is very difficult to obtain accurate numerical approximations to the corresponding *non-adiabatic* modes, due to the finite precision of computer floating-point arithmetic. As a result the non-adiabatic modes returned by GYRE, for the cases you consider, are in effect numerical noise. Increasing the grid resolution won't change this behavior; you've run into a limitation tied to the computer hardware.
I admit that this was a pure exploratory experiment, to exploit the challenges that come up. Indeed, the limited floating point arithmetic is the limitation here. That is the reason we did not trust in what we saw in the output.
This should serve as a cautionary tale: you can't treat GYRE like a black box! As a specific piece of advise for deciding whether you can believe GYRE's results, you should get into the habit of looking at the chi (convergence) parameters printed to the screen during a GYRE run. These should be in the typical range 1E-15 -> 1E-8. Much larger, or much smaller, suggests that GYRE either isn't converging, or is converging to a bogus solution.
Admittedly, the chi variable comes very handy in these cases, where we need to decide whether or not to rely on the GYRE output. The slim point here is that we need to run our GYRE computations on a computing cluster, and we typically do not sit in front of the screen looking at the GYRE STDOUT (which we should). We mainly look into the summary and eigenfunction files. Perhaps, this motivates putting chi as an additional output in the summary/eigenfunction files, so the user would not miss this valuable piece of info from the STDOUT.
Thanks again for enlightening us.
Ehsan.