Skip to content

Commit 7523065

Browse files
committed
Add litho test for temperature and composition layers in the continental and oceanic plates.
1 parent 3e49e24 commit 7523065

File tree

3 files changed

+113
-0
lines changed

3 files changed

+113
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# output variables
2+
grid_type = chunk
3+
dim = 3
4+
compositions = 9
5+
6+
# domain of the grid
7+
x_min = 272
8+
x_max = 300
9+
y_max = 10 #-61
10+
y_min = -10 #17
11+
z_min = 6121000
12+
z_max = 6371000
13+
14+
# grid properties
15+
n_cell_x = 10 #400 #350 #150 #50 #150
16+
n_cell_y = 5 #400 #200 #180 #60 #180
17+
n_cell_z = 35 #100 #30 #15 #45

0 commit comments

Comments
 (0)