libsim Versione 7.1.11
|
◆ griddim_steps()
Compute and return grid steps.
Definizione alla linea 910 del file grid_class.F90. 911#ifdef DEBUG
912 CALL l4f_category_log(this%category,l4f_debug, &
913 "griddim_import_gribapi, lad "//trim(to_char(this%grid%proj%polar%lad)))
914#endif
915
916! compute projected extremes from lon and lat of first point
917 CALL grib_get(gaid,'longitudeOfFirstGridPointInDegrees',lofirst)
918 CALL grib_get(gaid,'latitudeOfFirstGridPointInDegrees',lafirst)
|