New feature: velocity-space coordinate (vl,vp)
Previous GKV code employs (vl,mu) velocity-space coordinates, namely, the parallel velocity and magnetic moment. The gkvp_f0.63 added a new choice of velocity-space coordinate (vl,vp), replacing the perpendicular velocity-space coordinate from the magnetic moment to the perpendicular velocity.
This choice is beneficial when the magnetic field strength significantly varies, like the dipole geometry.
Switching the velocity-space coordinates is done in run/gkvp_namelist:
vp_coord = 0, # For (vl,mu) coordinates
or
vp_coord = 1, # For (vl,vp) coordinates
In the equation, the parallel advection term is modified:
Note that the recent rotating flux-tube implementation, the rotating operator is unchanged,
because the operators of
What's Changed
Full Changelog: f0.62...f0.63