dnarayanan / powderday

powderday dust radiative transfer
BSD 3-Clause "New" or "Revised" License
22 stars 17 forks source link

AMR read_grid_5d doesn't work #164

Closed dnarayanan closed 2 years ago

dnarayanan commented 2 years ago

in the dnarayanan fork of hyperion, read_grid_5d doesn't work for AMR. this is currently commented out in src/grid/grid_io_amr.f90 because of some issue in the where statements.

as a result, then hyperion won't compile because grid_physics requires read_grid_5d (in order to read the frequency-dependent ISRF) for AMR codes. this is likely a simple fix that tom may have insight to

dnarayanan commented 2 years ago

fixed by this commit to @dnarayanan's fork of hyperion

https://github.com/dnarayanan/hyperion/commit/f578fdd087c4b8d5ee43fb3a8c5b260a7df809c6