Skip to content

Commit f222ea4

Browse files
committed
Short commit, but just for adding a more in deep
explanation
1 parent bd22e79 commit f222ea4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tutorials/Tutorial_NumericalModel_3D.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ Temp = fill(1350.0, nx,ny,nz);
3434
# We use a lithospheric structure, which can be specified with the `LithosphericPhases` structure, where you can indicate `Layers` (the thickness of each lithospheric layer, starting from the top), and `Phases` the phases of the corresponding layers.
3535
# Note that if the lowermost layer has the same phase as the mantle, you can define `Tlab` as the lithosphere-asthenosphere boundary which will automatically adjust the phase depending on temperature
3636
# Note 2 : Origin must be set at [xmin,ymin,zmax] of the box. Or it can be also not set directly for such examples. The function AddBox! internally
37-
# check for these coordinate. If Origin is not coincident with [xmin,ymin,zmax] it may not found particles and crashes.
37+
# check for these coordinate. If Origin is not coincident with [xmin,ymin,zmax] it may not found particles and crashes or produce NaN. [This comment is valid only for the context of generating the slab
38+
# with McKenzie temperature, in which you need to know where is the direction of dipping]
3839

3940

4041
lith = LithosphericPhases(Layers=[15 45 10], Phases=[0 1 2], Tlab=1250)

0 commit comments

Comments
 (0)