libsim  Versione6.3.0

◆ griddim_coord_unproj()

elemental subroutine grid_class::griddim_coord_unproj ( type(griddim_def), intent(in)  this,
double precision, intent(in)  x,
double precision, intent(in)  y,
double precision, intent(out)  lon,
double precision, intent(out)  lat 
)
private

Computes and returns geographical coordinates given the coordinates in the projected system.

Parametri
[in]thisdefinition of projection
[in]xprojected coordinates
[in]yprojected coordinates
[out]longeographical coordinates
[out]latgeographical coordinates

Definizione alla linea 622 del file grid_class.F90.

622 
623 SUBROUTINE griddim_steps(this, nx, ny, dx, dy)
624 TYPE(griddim_def), INTENT(in) :: this
625 INTEGER,INTENT(in) :: nx
626 INTEGER,INTENT(in) :: ny
627 DOUBLE PRECISION,INTENT(out) :: dx
628 DOUBLE PRECISION,INTENT(out) :: dy
629 

Generated with Doxygen.