mirror of https://github.com/ecmwf/eccodes.git
ECC-1194: MARS: Remove unused types
This commit is contained in:
parent
5fa4836d95
commit
a05cb7807d
|
@ -62,8 +62,6 @@
|
|||
81 fcmax Forecast maximum
|
||||
82 fcmin Forecast minimum
|
||||
83 fcstdev Forecast standard deviation
|
||||
84 emtm Ensemble mean of temporal mean
|
||||
85 estdtm Ensemble standard deviation of temporal mean
|
||||
86 hcmean Hindcast climate mean
|
||||
87 ssd Simulated satellite data
|
||||
88 gsd Gridded satellite data
|
||||
|
|
|
@ -397,11 +397,6 @@ static int extra_set(grib_accessor* a, long val)
|
|||
typeOfProcessedData = 255;
|
||||
typeOfGeneratingProcess = 255;
|
||||
break;
|
||||
case 84: /* Ensemble mean of temporal mean (emtm) */
|
||||
case 85: /* Ensemble standard deviation of temporal mean (estdtm) */
|
||||
typeOfProcessedData = 255;
|
||||
typeOfGeneratingProcess = 4;
|
||||
break;
|
||||
default:
|
||||
grib_context_log(a->context, GRIB_LOG_WARNING, "g2_mars_labeling: unknown mars.type %d", (int)val);
|
||||
/*return GRIB_ENCODING_ERROR;*/
|
||||
|
|
Loading…
Reference in New Issue