Skip to content

Commit

Permalink
Do not include jacobian
Browse files Browse the repository at this point in the history
J is likely (a bit) wrong, as it misses the By/Bxyz correction for g22
  • Loading branch information
dschwoerer committed Oct 14, 2024
1 parent 35ad10c commit bee5ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zoidberg/poloidal_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ def metric(self):
"g_xz": g[..., 0, 1],
"gzz": ginv[..., 1, 1],
"g_zz": g[..., 1, 1],
"J": JB,
# "J": JB,
}


Expand Down

0 comments on commit bee5ce6

Please sign in to comment.