libsim Versione 7.1.11
|
◆ griddim_coord_proj()
Computes and returns coordinates in the projected system given the geographical coordinates.
Definizione alla linea 588 del file grid_class.F90. 589 londelta = londelta - lonrot
590 this%grid%grid%xmin = this%grid%grid%xmin + londelta
591 this%grid%grid%xmax = this%grid%grid%xmax + londelta
592 ENDIF
593 ELSE ! this part to be checked
594 lon = modulo(lonsp + 180.0d0, 360.0d0)
595! IF (PRESENT(lonref)) THEN
596! CALL long_reset_to_cart_closest(lov, lonref)
|