libsim Versione 7.2.4

◆ grid_id_get_driver()

character(len=len(driverlist)) function grid_id_get_driver ( type(grid_id), intent(in) this)
private

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 821 del file grid_id_class.F90.

822
823call grib_get(gaid,'GRIBEditionNumber',EditionNumber)
824
825if (editionnumber == 2) then
826
827 CALL grib_get(gaid,'alternativeRowScanning',alternativerowscanning,ierr)
828 IF (ierr == grib_success .AND. alternativerowscanning /= 0) THEN
829 CALL l4f_log(l4f_error, "grib_api alternativeRowScanning not supported: " &
830 //t2c(alternativerowscanning))

Generated with Doxygen.