adding 3 more unstructured grid type and 1 more unstructured grid subtype. lowercase 'e' is on purpose

This commit is contained in:
Sebastien Villaume 2020-06-02 15:54:49 +01:00
parent c770acfa1f
commit 8abb7fbc96
2 changed files with 4 additions and 0 deletions

View File

@ -3,3 +3,4 @@
'U grid' = { numberOfGridInReference = 2; }
'V grid' = { numberOfGridInReference = 3; }
'W grid' = { numberOfGridInReference = 4; }
'F grid''' = { numberOfGridInReference = 5; }

View File

@ -3,3 +3,6 @@
'ORCA1' = { numberOfGridUsed = 2; }
'ORCA025' = { numberOfGridUsed = 3; }
'ORCA12' = { numberOfGridUsed = 4; }
'eORCA1' = { numberOfGridUsed = 5; }
'eORCA025' = { numberOfGridUsed = 6; }
'eORCA12' = { numberOfGridUsed = 7; }