GRIB-953: grib_to_netcdf missingValue

This commit is contained in:
Shahram Najm 2016-03-29 09:44:26 +01:00
parent d3ef683b12
commit 2105a05399
1 changed files with 1 additions and 1 deletions

View File

@ -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 */