Skipped calculation of surfarea and dvdrhon in grid_file theta approach

Issue #183 new
David Dickinson created an issue

We calculate surfarea and dvdrhon at https://bitbucket.org/gyrokinetics/gs2/src/5856fed635bb3d858f34e5a44fe467948e2974c4/src/theta_grid.f90#lines-2461

but we return early from this method if no_geo_info is not set to .true. (which is the default option) https://bitbucket.org/gyrokinetics/gs2/src/5856fed635bb3d858f34e5a44fe467948e2974c4/src/theta_grid.f90#lines-2445

These values aren’t really used in GS2 but they might be used elsewhere (e.g. trinity).

Comments (0)

  1. Log in to comment