mirror of https://github.com/ecmwf/eccodes.git
GRIB-873: Allow setting mars type to 'ssd'
This commit is contained in:
parent
72839ad9e9
commit
bfe7e43b0a
|
@ -372,6 +372,7 @@ static int extra_set(grib_accessor* a,long val)
|
|||
case 81: /* Forecast maximum (fcmax) */
|
||||
case 82: /* Forecast minimum (fcmin) */
|
||||
case 83: /* Forecast standard deviation (fcstdev) */
|
||||
case 87: /* Simulated satellite data */
|
||||
case 88: /* Gridded satellite data */
|
||||
case 89: /* GFAS analysis */
|
||||
typeOfProcessedData=255;
|
||||
|
|
Loading…
Reference in New Issue