Export a grid_id object this to the file indicated by a grid_file_id object.
Both grid_id and grid_file_id objects must be related to the same driver (e.g. grib_api or gdal).
- Parametri
-
[in] | file_id | file object to which grid has to be exported |
Definizione alla linea 741 del file grid_id_class.F90.
742 TYPE(gdal_file_id_options) :: gdal_options_local
744 IF (
ASSOCIATED(this%file_id))
THEN
745 gdal_options = this%file_id%gdal_options
747 gdal_options = gdal_options_local
750 END FUNCTION grid_id_get_gdal_options
757 SUBROUTINE grid_id_decode_data(this, field)
758 TYPE(grid_id),
INTENT(in) :: this