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
Talking with Joey and adding PAM to FUSE, PAM would like the flux surfaces on the r,theta grid.
From PAM['LIB']['plasmainfo'] : gEQDSK['fluxSurfaces'].resample(npts=tgrid, technique='uniform')
Also note that we can generate the grid from contours but they need to be uniformily sampled (technique='uniform')
Let's make IMAS.fluxsurfaces(dd) create a second profiles_2d[2] with grid1=r, grid2=theta ? @orso82
The text was updated successfully, but these errors were encountered:
If it makes sense, I would suggest mapping once to MHX coefficients and then using that for any reinterpolation. Reinterpolating contours seems ugly/lossy.
Talking with Joey and adding PAM to FUSE, PAM would like the flux surfaces on the r,theta grid.
From PAM['LIB']['plasmainfo'] :
gEQDSK['fluxSurfaces'].resample(npts=tgrid, technique='uniform')
Also note that we can generate the grid from contours but they need to be uniformily sampled (technique='uniform')
Let's make IMAS.fluxsurfaces(dd) create a second profiles_2d[2] with grid1=r, grid2=theta ? @orso82
The text was updated successfully, but these errors were encountered: