libsim  Versione6.3.0

◆ griddim_central_lon()

double precision function, public grid_class::griddim_central_lon ( type(griddim_def), intent(inout)  this)

Euristically determine the approximate central longitude of the grid in degrees.

The method depends on the projection used.

Parametri
[in,out]thisgrid descriptor

Definizione alla linea 828 del file grid_class.F90.

828  this%grid%grid%xmin = lolast
829  ENDIF
830  IF (jscanspositively == 0) THEN
831  this%grid%grid%ymax = lafirst
832  this%grid%grid%ymin = lalast
833  ELSE

Generated with Doxygen.