pyro-kinetics / pyrokinetics

Python library to run and analyse gyrokinetics simulations
https://pyrokinetics.readthedocs.io/en/latest/#
GNU Lesser General Public License v3.0
25 stars 6 forks source link

Second beta namelist parameter in gs2 input file on convert #322

Closed jfparisi closed 7 months ago

jfparisi commented 7 months ago

Converting a CGYRO to GS2 input file gives two beta namelist parameters, one of which (in &parameters) doesn't do anything (at least from my tests). It might be worth removing &parameters namelist in GS2 input file?

bpatel2107 commented 7 months ago

I believe this is due to a change in beta's location in GS2. This was updated correctly when making new GS2 files but the beta in &parameters was left in the template file we store. We should just correct that.

bpatel2107 commented 7 months ago

Fixed in #323