-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The mesh resolution has been ported from legacy COMPASS.
- Loading branch information
Showing
11 changed files
with
754 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
49 changes: 49 additions & 0 deletions
49
compass/ocean/tests/global_ocean/mesh/arrm10to60/Americas_land_mask.geojson
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"type": "FeatureCollection", | ||
"features": [ | ||
{ | ||
"type": "Feature", | ||
"properties": { | ||
"name": "Americas land mask", | ||
"component": "ocean", | ||
"object": "region", | ||
"author": "Mark Petersen" | ||
}, | ||
"geometry": { | ||
"type": "Polygon", | ||
"coordinates": [ | ||
[ | ||
[ | ||
-38.67187499999999, | ||
-55.578344672182055 | ||
], | ||
[ | ||
-24.960937499999996, | ||
-55.578344672182055 | ||
], | ||
[ | ||
-34.453125, | ||
53.12040528310657 | ||
], | ||
[ | ||
-59.765625, | ||
53.12040528310657 | ||
], | ||
[ | ||
-131.8359375, | ||
49.15296965617042 | ||
], | ||
[ | ||
-132.1875, | ||
-56.55948248376223 | ||
], | ||
[ | ||
-38.67187499999999, | ||
-55.578344672182055 | ||
] | ||
] | ||
] | ||
} | ||
} | ||
] | ||
} |
141 changes: 141 additions & 0 deletions
141
compass/ocean/tests/global_ocean/mesh/arrm10to60/Atlantic_region.geojson
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,141 @@ | ||
{ | ||
"type": "FeatureCollection", | ||
"features": [ | ||
{ | ||
"type": "Feature", | ||
"properties": { | ||
"name": "Atlantic region", | ||
"component": "ocean", | ||
"object": "region", | ||
"author": "Mark Petersen" | ||
}, | ||
"geometry": { | ||
"type": "Polygon", | ||
"coordinates": [ | ||
[ | ||
[ | ||
-68.203125, | ||
-78.1344931829381 | ||
], | ||
[ | ||
26.015625, | ||
-77.8418477505252 | ||
], | ||
[ | ||
23.5546875, | ||
-26.431228064506424 | ||
], | ||
[ | ||
21.4453125, | ||
26.745610382199022 | ||
], | ||
[ | ||
34.80468749999999, | ||
30.14512718337613 | ||
], | ||
[ | ||
40.078125, | ||
33.7243396617476 | ||
], | ||
[ | ||
37.6171875, | ||
39.36827914916014 | ||
], | ||
[ | ||
28.4765625, | ||
40.17887331434696 | ||
], | ||
[ | ||
25.3125, | ||
43.58039085560784 | ||
], | ||
[ | ||
28.828124999999996, | ||
54.77534585936447 | ||
], | ||
[ | ||
41.8359375, | ||
64.01449619484472 | ||
], | ||
[ | ||
65.7421875, | ||
76.434603583513 | ||
], | ||
[ | ||
67.8515625, | ||
84.95930495623836 | ||
], | ||
[ | ||
-70.3125, | ||
84.89714695160268 | ||
], | ||
[ | ||
-126.21093749999999, | ||
75.05035357407698 | ||
], | ||
[ | ||
-112.5, | ||
60.58696734225869 | ||
], | ||
[ | ||
-104.4140625, | ||
51.39920565355378 | ||
], | ||
[ | ||
-101.953125, | ||
29.38217507514529 | ||
], | ||
[ | ||
-97.734375, | ||
18.145851771694467 | ||
], | ||
[ | ||
-93.515625, | ||
16.97274101999902 | ||
], | ||
[ | ||
-88.24218749999999, | ||
14.604847155053898 | ||
], | ||
[ | ||
-85.25390625, | ||
11.695272733029402 | ||
], | ||
[ | ||
-82.6171875, | ||
9.44906182688142 | ||
], | ||
[ | ||
-80.5078125, | ||
8.407168163601076 | ||
], | ||
[ | ||
-79.1015625, | ||
8.928487062665504 | ||
], | ||
[ | ||
-76.9921875, | ||
7.536764322084078 | ||
], | ||
[ | ||
-62.22656249999999, | ||
-2.108898659243126 | ||
], | ||
[ | ||
-70.6640625, | ||
-52.696361078274464 | ||
], | ||
[ | ||
-64.3359375, | ||
-67.60922060496382 | ||
], | ||
[ | ||
-68.203125, | ||
-78.1344931829381 | ||
] | ||
] | ||
] | ||
} | ||
} | ||
] | ||
} |
69 changes: 69 additions & 0 deletions
69
compass/ocean/tests/global_ocean/mesh/arrm10to60/Europe_Africa_land_mask.geojson
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
{ | ||
"type": "FeatureCollection", | ||
"features": [ | ||
{ | ||
"type": "Feature", | ||
"properties": { | ||
"name": "Europe Africa land mask", | ||
"component": "ocean", | ||
"object": "region", | ||
"author": "Mark Petersen" | ||
}, | ||
"geometry": { | ||
"type": "Polygon", | ||
"coordinates": [ | ||
[ | ||
[ | ||
15.1171875, | ||
58.07787626787517 | ||
], | ||
[ | ||
8.4375, | ||
49.61070993807422 | ||
], | ||
[ | ||
0.703125, | ||
43.068887774169625 | ||
], | ||
[ | ||
-5.2734375, | ||
39.095962936305476 | ||
], | ||
[ | ||
-3.1640625, | ||
20.96143961409684 | ||
], | ||
[ | ||
2.109375, | ||
-33.43144133557529 | ||
], | ||
[ | ||
55.54687499999999, | ||
-31.653381399663985 | ||
], | ||
[ | ||
53.0859375, | ||
60.58696734225869 | ||
], | ||
[ | ||
33.046875, | ||
63.704722429433225 | ||
], | ||
[ | ||
24.2578125, | ||
68.00757101804004 | ||
], | ||
[ | ||
17.2265625, | ||
65.07213008560697 | ||
], | ||
[ | ||
15.1171875, | ||
58.07787626787517 | ||
] | ||
] | ||
] | ||
} | ||
} | ||
] | ||
} |
Oops, something went wrong.