|
◆ grid_id_decode_data()
subroutine grid_id_class::grid_id_decode_data |
( |
type(grid_id), intent(in) |
this, |
|
|
real, dimension(:,:), intent(out) |
field |
|
) |
| |
Decode and return the data array from a grid_id object.
The output array field must have a size matching the size of the encoded data.
Definizione alla linea 971 del file grid_id_class.F90.
972 IF (jscanspositively == 0) THEN 983 if (any(field == rmiss)) then 985 call grib_set(gaid, 'missingValue',rmiss) 986 if (editionnumber == 1) then 989 CALL grib_set(gaid, 'packingType', 'grid_simple') 990 call grib_set(gaid, "bitmapPresent",1)
|