libsim  Versione 7.2.4

◆ grid_file_id_get_driver()

character(len=len(driverlist)) function grid_id_class::grid_file_id_get_driver ( type(grid_file_id), intent(in)  this)

Return a character representation of the driver associated with the object this.

The result is a string with constant length and blank-padded at the end, representing the name of the driver; 'none' is retured if the object is empty.

Definizione alla linea 814 del file grid_id_class.F90.

815 INTEGER :: EditionNumber
816 INTEGER :: alternativeRowScanning, &
817  iScansNegatively, jScansPositively, jPointsAreConsecutive
818 INTEGER :: numberOfValues,numberOfPoints
819 REAL :: vector(SIZE(field))
820 INTEGER :: x1, x2, xs, y1, y2, ys, ord(2), ierr
821 
822 
823 call grib_get(gaid,'GRIBEditionNumber',editionnumber)

Generated with Doxygen.