libsim Versione 7.2.4
|
◆ grid_file_id_get_driver()
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 804 del file grid_id_class.F90. 805#endif
806
807END SUBROUTINE grid_id_encode_data
808
809
810#ifdef HAVE_LIBGRIBAPI
811SUBROUTINE grid_id_decode_data_gribapi(gaid, field)
812INTEGER,INTENT(in) :: gaid ! grib_api id
813REAL,INTENT(out) :: field(:,:) ! array of decoded values
|