libsim  Versione6.3.0

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

847 call grib_get(gaid,'jScansPositively',jScansPositively)
848 call grib_get(gaid,'jPointsAreConsecutive',jPointsAreConsecutive)
849 
850 call grib_get(gaid,'numberOfPoints',numberOfPoints)
851 call grib_get(gaid,'numberOfValues',numberOfValues)
852 
853 IF (numberofpoints /= SIZE(field)) THEN
854  CALL l4f_log(l4f_error, 'grid_id_decode_data_gribapi numberOfPoints and grid size different')
855  CALL l4f_log(l4f_error, 'grid_id_decode_data_gribapi numberOfPoints: ' &

Generated with Doxygen.