libsim  Versione7.2.3

◆ grid_id_get_gdal_options()

type(gdal_file_id_options) function grid_id_class::grid_id_get_gdal_options ( type(grid_id), intent(in)  this)

Returns an object with driver-specific options associated to the grid_id provided, available only for gdal.

Parametri
[in]thisobject to query

Definizione alla linea 937 del file grid_id_class.F90.

937  IF (ierr == grib_success .AND. alternativerowscanning /= 0)THEN
938  CALL l4f_log(l4f_error, "grib_api alternativeRowScanning not supported: " &
939  //trim(to_char(alternativerowscanning)))
940  CALL raise_error()
941  RETURN
942  ENDIF
943 
944 else if( editionnumber /= 1) then
945 
946  call l4f_log(l4f_error, &
947  "grib_api GribEditionNumber not supported: "//t2c(editionnumber))

Generated with Doxygen.