libsim  Versione 7.2.1

◆ grid_id_get_driver()

character(len=len(driverlist)) function grid_id_class::grid_id_get_driver ( type(grid_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 831 del file grid_id_class.F90.

832  field(:,:) = rmiss
833  RETURN
834  ENDIF
835 
836 else if (editionnumber /= 1) then
837 
838  CALL l4f_log(l4f_error, &
839  "grib_api GribEditionNumber not supported: "//t2c(editionnumber))
840  call raise_error()

Generated with Doxygen.