libsim  Versione6.3.0
subroutine griddim_export_grid_id ( type(griddim_def), intent(in)  this,
type(grid_id), intent(inout)  outgrid_id 
)

Export a griddim object to a grid_id object associated to a supported gridded dataset driver (typically a grib message from grib_api).

All the grid information (size, projection, etc.) contained in the griddim object is exported to the grid_id object.

Parametri
[in]thisgriddim object
[in,out]outgrid_idgrid_id object which will contain information about the grid

Definizione alla linea 999 del file grid_class.F90.


Generated with Doxygen.