mirror of https://github.com/ecmwf/eccodes.git
GRIB-953: grib_to_netcdf missingValue
This commit is contained in:
parent
d3ef683b12
commit
2105a05399
|
@ -32,7 +32,7 @@ static char argvString[2048];
|
|||
/*=====================================================================*/
|
||||
|
||||
static grib_context* ctx = NULL;
|
||||
static double missing_value = 9999; /* TODO: Get from GRIBs */
|
||||
static double missing_value = 9.9692099683868690e+36; /* See GRIB-953 */
|
||||
|
||||
/*===============================================================================*/
|
||||
/* request from mars client */
|
||||
|
|
Loading…
Reference in New Issue