libsim  Versione 7.2.1

◆ griddim_gen_coord()

subroutine, public grid_class::griddim_gen_coord ( type(griddim_def), intent(in)  this,
double precision, dimension(:,:), intent(out)  x,
double precision, dimension(:,:), intent(out)  y 
)

Generates coordinates of every point of a generic grid from the grid description.

The number of grid points along both direction is guessed from the shape of x and y arrays, which must be conformal.

Parametri
[in]thisgeneric grid descriptor
[out]xx coordinate of every point, linearly computed between grid extremes
[out]yy coordinate of every point, linearly computed between grid extremes, it should have the same shape as x(:,:)

Definizione alla linea 902 del file grid_class.F90.

903 ! this%grid%proj%polar%lad = -60.D0
904 ! ENDIF
905 ! WMO says: Grid lengths are in units of metres, at the secant cone
906 ! intersection parallel nearest to the pole on the projection plane.
907  this%grid%proj%polar%lad = this%grid%proj%polar%latin1
908  ELSE IF (editionnumber == 2) THEN
909  CALL grib_get(gaid,'LaDInDegrees',this%grid%proj%polar%lad)

Generated with Doxygen.