libsim Versione 7.2.0
|
◆ griddim_coord_unproj()
Computes and returns geographical coordinates given the coordinates in the projected system.
Definizione alla linea 596 del file grid_class.F90. 597! CALL set_val(this%grid%proj, longitude_south_pole=lonref)
598! ENDIF
599 ENDIF
600 CASE default ! use real grid limits
601 IF (c_e(this%grid%grid%xmin) .AND. c_e(this%grid%grid%xmax)) THEN
602 lon = 0.5d0*(this%grid%grid%xmin + this%grid%grid%xmax)
603 ENDIF
604 IF (PRESENT(lonref)) THEN
|