Skip to content

Commit

Permalink
fix test retreat
Browse files Browse the repository at this point in the history
  • Loading branch information
lhy11009 committed Mar 10, 2024
1 parent a3624b5 commit 4d49bef
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tests/gwb-dat/slab_temperature_trench_retreat.wb
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
"coordinates": [
[
0.0,
-1000.0
-1000e3
],
[
0.0,
1000.0
1000e3
],
[
7500000.0,
1000.0
1000e3
],
[
7500000.0,
-1000.0
-1000e3
]
],
"temperature models": [
Expand Down Expand Up @@ -75,11 +75,11 @@
"coordinates": [
[
7500000.0,
-1000.0
-1000e3
],
[
7500000.0,
1000.0
1000e3
]
],
"dip point": [
Expand Down Expand Up @@ -138,16 +138,16 @@
"thermal conductivity": 3.3,
"adiabatic heating": true,
"plate velocity": 0.05,
"subducting velocity": 0.05,
"subducting velocity": 0.1,
"ridge coordinates": [
[
[
0,
-1000.0
-1000.0e3
],
[
0,
1000.0
1000.0e3
]
]
],
Expand Down

0 comments on commit 4d49bef

Please sign in to comment.