ECC-1707: GRIB2: Add support for two FESOM grids

This commit is contained in:
Shahram Najm 2023-10-19 13:03:57 +01:00
parent 4812e5bd74
commit df60ca871f
2 changed files with 4 additions and 0 deletions

View File

@ -4,3 +4,5 @@
'V' = { numberOfGridInReference = 3; }
'W' = { numberOfGridInReference = 4; }
'F' = { numberOfGridInReference = 5; }
'E' = { numberOfGridInReference = 6; }
'N' = { numberOfGridInReference = 7; }

View File

@ -6,3 +6,5 @@
'eORCA1' = { numberOfGridUsed = 5; }
'eORCA025' = { numberOfGridUsed = 6; }
'eORCA12' = { numberOfGridUsed = 7; }
'CORE2' = { numberOfGridUsed = 8; }
'NG5' = { numberOfGridUsed = 9; }