Closed noritada closed 5 months ago
This PR adds support for regular Gaussian grids.
To compute Gaussian latitudes, we use the Newton-Raphson method. If any one of the Nj Gaussian latitudes fails to converge and yield a solution within the predefined number of iterations, latlons() returns an error.
latlons()
Closes #85.
This PR adds support for regular Gaussian grids.
To compute Gaussian latitudes, we use the Newton-Raphson method. If any one of the Nj Gaussian latitudes fails to converge and yield a solution within the predefined number of iterations,
latlons()
returns an error.Closes #85.