libsim Versione 7.1.11
|
◆ griddim_gen_coord()
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.
Definizione alla linea 898 del file grid_class.F90. 899! 60-degree parallel nearest to the pole on the projection plane.
900! IF (IAND(this%projection_center_flag, 128) == 0) THEN
901! this%grid%proj%polar%lad = 60.D0
902! ELSE
903! this%grid%proj%polar%lad = -60.D0
904! ENDIF
905! WMO says: Grid lengths are in units of metres, at the secant cone
|