libsim  Versione 7.1.8

◆ grid_id_export()

subroutine grid_id_export ( type(grid_id), intent(inout)  this,
type(grid_file_id), intent(in)  file_id 
)

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_idfile 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
743 
744 IF (ASSOCIATED(this%file_id)) THEN
745  gdal_options = this%file_id%gdal_options
746 ELSE
747  gdal_options = gdal_options_local ! empty object
748 ENDIF
749 
750 END FUNCTION grid_id_get_gdal_options
751 #endif
752 
753 
757 SUBROUTINE grid_id_decode_data(this, field)
758 TYPE(grid_id),INTENT(in) :: this

Generated with Doxygen.