libsim Versione 7.2.6
|
◆ griddim_coord_proj()
Computes and returns coordinates in the projected system given the geographical coordinates.
Definizione alla linea 582 del file grid_class.F90. 583! now reset rotated coordinates around zero
584 IF (c_e(this%grid%grid%xmin) .AND. c_e(this%grid%grid%xmax)) THEN
585 lonrot = 0.5d0*(this%grid%grid%xmin + this%grid%grid%xmax)
586 ENDIF
587 londelta = lonrot
588 CALL long_reset_to_cart_closest(londelta, 0.0d0)
589 londelta = londelta - lonrot
590 this%grid%grid%xmin = this%grid%grid%xmin + londelta
|