oflatlongrid_setparameters Subroutine

public subroutine oflatlongrid_setparameters(radiusx, radiusy, radiusz, latspace, lonspace)

Sets the parameters of the LatLonGrid.

This applies to the current active LatLonGrid.

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in) :: radiusx

Radius of the grid in the X direction.

real(kind=real64), intent(in) :: radiusy

Radius of the grid in the Y direction.

real(kind=real64), intent(in) :: radiusz

Radius of the grid in the Z direction.

real(kind=real64), intent(in) :: latspace

Spacing between latitude grid lines in radians.

real(kind=real64), intent(in) :: lonspace

Spacing between longitude grid lines in radians.