Skip to content

Commit

Permalink
Update world builder tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
MFraters committed Jun 2, 2023
1 parent 044f768 commit 8e3ec34
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions tests/world_builder_select_composition.wb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version":"0.4",
"version":"0.5",
"cross section":[[0,0],[100,0]],
"features":
[
{"model":"oceanic plate", "name":"oceanic plate", "coordinates":[[-1e3,-1e3],[1150e3,-1e3],[1150e3,1e3],[-1e3,1e3]],
"temperature models":[{"model":"plate model", "max depth":95e3, "bottom temperature":1600, "spreading velocity":0.005, "ridge coordinates":[[100e3,-1e3],[100e3,1e3]]}],
"temperature models":[{"model":"plate model", "max depth":95e3, "bottom temperature":1600, "spreading velocity":0.005, "ridge coordinates":[[[100e3,-1e3],[100e3,1e3]]]}],
"composition models":[{"model":"uniform", "compositions":[0], "max depth":10e3},
{"model":"uniform", "compositions":[1], "min depth":10e3, "max depth":95e3}]},

Expand Down
4 changes: 2 additions & 2 deletions tests/world_builder_simple.wb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version":"0.4",
"version":"0.5",
"cross section":[[0,0],[100,0]],
"features":
[
{"model":"oceanic plate", "name":"oceanic plate", "coordinates":[[-1e3,-1e3],[1150e3,-1e3],[1150e3,1e3],[-1e3,1e3]],
"temperature models":[{"model":"plate model", "max depth":95e3, "bottom temperature":1600, "spreading velocity":0.005, "ridge coordinates":[[100e3,-1e3],[100e3,1e3]]}],
"temperature models":[{"model":"plate model", "max depth":95e3, "bottom temperature":1600, "spreading velocity":0.005, "ridge coordinates":[[[100e3,-1e3],[100e3,1e3]]]}],
"composition models":[{"model":"uniform", "compositions":[0], "max depth":10e3},
{"model":"uniform", "compositions":[1], "min depth":10e3, "max depth":95e3}]},

Expand Down
4 changes: 2 additions & 2 deletions tests/world_builder_simple_2d_cartesian_sticky_air.wb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version":"0.4",
"version":"0.5",
"cross section":[[0,0],[100,0]],
"features":
[
Expand All @@ -8,7 +8,7 @@
"composition models":[{"model":"uniform", "compositions":[6], "min depth":-100e3}]},

{"model":"oceanic plate", "name":"oceanic plate", "coordinates":[[-1e3,-1e3],[1150e3,-1e3],[1150e3,1e3],[-1e3,1e3]],
"temperature models":[{"model":"plate model", "max depth":95e3, "bottom temperature":1600, "spreading velocity":0.005, "ridge coordinates":[[100e3,-1e3],[100e3,1e3]]}],
"temperature models":[{"model":"plate model", "max depth":95e3, "bottom temperature":1600, "spreading velocity":0.005, "ridge coordinates":[[[100e3,-1e3],[100e3,1e3]]]}],
"composition models":[{"model":"uniform", "compositions":[0], "max depth":10e3},
{"model":"uniform", "compositions":[1], "min depth":10e3, "max depth":95e3}]},

Expand Down

0 comments on commit 8e3ec34

Please sign in to comment.