Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-salles committed Jun 21, 2024
1 parent f1d3505 commit 931e7d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/getting_started/installConda.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ After getting Anaconda installed, the user will have already access to some esse
Installing Miniconda
----------------------------


.. warning::

If you have installed Anaconda already no need to install Miniconda and you can skip this section.


The previous section outlined how to download the `Anaconda <https://docs.continuum.io/anaconda/>`__ distribution. However this approach means you will install well over one hundred packages and involves downloading the installer which is a few hundred megabytes in size.

If you want to have more control on which packages, or have a limited internet
Expand Down
2 changes: 0 additions & 2 deletions docs/user_guide/inputfile.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ Initial mesh definition and simulation declaration
i. to start a simulation using a previous erosion/deposition map use the ``nperodep`` key and specify a file containing for each vertex of the mesh the cumulative erosion deposition values in metres.
j. to start a simulation using an initial stratigraphic layer use the ``npstrata`` key and specify a file containing for each vertex of the mesh the stratigraphic layer thickness, the percentage of fine lithology inside each layer and the porosities of the coarse and fine sediments (the multi-lithology option is only available for model without horizontal displacement and when the ``backward`` key is set to `False`).



.. warning::

It is worth noting that all the input files require to run a goSPL simulation must be defined as numpy zip array (**.npz**). This allows to directly and efficiently load the dataset during initialisation. This is specially efficient when running large models.
Expand Down

0 comments on commit 931e7d0

Please sign in to comment.