CyprienBosserelle / xbeach_gpu

Lightweight version of XBeach that uses CUDA C to run on the GPU. The code is used to simulate coastal waves, currents, sediment transport and beach morphology changes during extreme events. Visit:
http://cyprienbosserelle.github.io/xbeach_gpu/
GNU General Public License v3.0
13 stars 1 forks source link

grdalfa in manual should be grdalpha #59

Closed davidbenncsiro closed 1 year ago

davidbenncsiro commented 1 year ago

The General Parameters table had grdalfa not grdalpha.

davidbenncsiro commented 1 year ago

See also #56 for a corresponding fix to the conversion script.

davidbenncsiro commented 1 year ago

Also, @CyprienBosserelle, I just noticed that the manual says of grdalpha:

grid rotation of the y axis from the North same as XBeach alfa

where as XBeach says:

Angle of x-axis from east

Also, XBeach is degrees. Is it the same for XBeach-GPU or radians?