ECC-928: Create a new MARS type Gridded Analysis Input

This commit is contained in:
Shahram Najm 2019-05-20 17:09:30 +01:00
parent 4a9685fe57
commit 77eee7f61e
2 changed files with 12 additions and 10 deletions

View File

@ -67,3 +67,4 @@
87 ssd Simulated satellite data
88 gsd Gridded satellite data
89 ga GFAS analysis
90 gai Gridded analysis input

View File

@ -259,6 +259,7 @@ static int extra_set(grib_accessor* a,long val)
case 6: /* 4d variational analysis (4v) */
case 7: /* 3d variational gradients (3g) */
case 8: /* 4d variational gradients (4g) */
case 90: /* Gridded analysis input (gai) */
typeOfProcessedData=0;
typeOfGeneratingProcess=0;
break;