libsim Versione 7.1.11

◆ grid_id_export()

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

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.

742TYPE(gdal_file_id_options) :: gdal_options_local
743
744IF (ASSOCIATED(this%file_id)) THEN
745 gdal_options = this%file_id%gdal_options
746ELSE
747 gdal_options = gdal_options_local ! empty object
748ENDIF
749
750END FUNCTION grid_id_get_gdal_options
751#endif
752
753
757SUBROUTINE grid_id_decode_data(this, field)
758TYPE(grid_id),INTENT(in) :: this

Generated with Doxygen.