libsim  Versione7.1.6
subroutine griddim_import_grid_id ( type(griddim_def), intent(inout)  this,
type(grid_id), intent(in)  ingrid_id 
)
private

Import a griddim object from a grid_id object associated to a supported gridded dataset driver (typically a grib message from grib_api or a raster band from gdal).

The griddim object is populated with all the grid information (size, projection, etc.) carried by the grid_id object provided.

Parametri
[in,out]thisgriddim object
[in]ingrid_idgrid_id object with information about the grid

Definizione alla linea 967 del file grid_class.F90.


Generated with Doxygen.