Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
boriskaus committed Feb 28, 2024
1 parent c45dffa commit 9aa18fb
Show file tree
Hide file tree
Showing 14 changed files with 6 additions and 1,339 deletions.
4 changes: 0 additions & 4 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
GeophysicalModelGenerator = "3700c31b-fa53-48a6-808a-ef22d5a84742"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Documenter = "1"
Test = "1"
GeophysicalModelGenerator = "0.4 - 0.6"
Plots = "1"
8 changes: 4 additions & 4 deletions docs/src/Subduction3D.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ AddBox!(model, xlim=(-1000,-810), ylim=(0,1000), zlim=(-80,0), phase=Lithospheri

There is a simple way to have a quick look at this setup by using the `Plots.jl` package:

````@example Subduction3D
```julia
using Plots
plot_cross_section(model, y=100, field=:phase)
````
```

Which will give the following plot:
![2D cross section](assets/SubductionSetup_3D.png)
Expand Down Expand Up @@ -100,9 +100,9 @@ LaMEM Model setup
## 4. Run the model
Add this stage, we are ready to run the simulation. On my machine it takes around 4 seconds per timestep on 8 cores:

````@example Subduction3D
```julia
run_lamem(model, 8)
````
```

The results looks like this with paraview:
![3D subduction paraview](assets/Subduction_3D_pv.png)
Expand Down
7 changes: 0 additions & 7 deletions docs/src/assets/LaMEM_ModelFunctions.md

This file was deleted.

27 changes: 0 additions & 27 deletions docs/src/assets/installation.md

This file was deleted.

67 changes: 0 additions & 67 deletions docs/src/assets/installation_HPC.md

This file was deleted.

213 changes: 0 additions & 213 deletions docs/src/assets/juliasetup_LaPalma.md

This file was deleted.

Loading

0 comments on commit 9aa18fb

Please sign in to comment.