libsim  Versione6.3.0

◆ gridinfo_decode_data()

real function, dimension(this%griddim%dim%nx, this%griddim%dim%ny) gridinfo_decode_data ( type(gridinfo_def), intent(in)  this)

Decode and return the data array from a grid_id object associated to a gridinfo object.

This method returns a 2-d array of proper size extracted from the grid_id object associated to a gridinfo object. This can work if the gridinfo object has been correctly initialised and associated to a grid from an on-disk dataset (e.g. grib_api or gdal file). The result is an array of size thisgriddimdimnx X thisgriddimdimny so it must have been properly allocated by the caller.

Parametri
[in]thisgridinfo object

Definizione alla linea 1091 del file gridinfo_class.F90.

1091 
1092 CALL dballe_to_g2(lt1, l1, ltype1, scalef1, scalev1)
1093 CALL dballe_to_g2(lt2, l2, ltype2, scalef2, scalev2)
1094 
1095 CONTAINS

Generated with Doxygen.