mirror of https://github.com/ecmwf/eccodes.git
ECC-1707: GRIB2: Add support for two FESOM grids
This commit is contained in:
parent
4812e5bd74
commit
df60ca871f
|
@ -4,3 +4,5 @@
|
|||
'V' = { numberOfGridInReference = 3; }
|
||||
'W' = { numberOfGridInReference = 4; }
|
||||
'F' = { numberOfGridInReference = 5; }
|
||||
'E' = { numberOfGridInReference = 6; }
|
||||
'N' = { numberOfGridInReference = 7; }
|
||||
|
|
|
@ -6,3 +6,5 @@
|
|||
'eORCA1' = { numberOfGridUsed = 5; }
|
||||
'eORCA025' = { numberOfGridUsed = 6; }
|
||||
'eORCA12' = { numberOfGridUsed = 7; }
|
||||
'CORE2' = { numberOfGridUsed = 8; }
|
||||
'NG5' = { numberOfGridUsed = 9; }
|
||||
|
|
Loading…
Reference in New Issue