Skip to content

Commit c5e48e7

Browse files
conda environment
1 parent 39f90a8 commit c5e48e7

File tree

3 files changed

+38
-2
lines changed

3 files changed

+38
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
## Statement of need
1818

19-
> Since the ’90s, many software have been designed to estimate long-term catchment dynamic, drainage evolution as well as sedimentary basins formation in response to various mechanisms such as tectonic or climatic forcing. These models rely on a set of mathematical and physical expressions that simulates sediment erosion, transport and deposition and can reproduce the first order complexity of Earth’s surface geomorphological evolution.
19+
> Since the ’90s, much software has been designed to estimate long-term catchment dynamics, drainage evolution as well as sedimentary basin formation in response to various mechanisms such as tectonic or climatic forcing. These models rely on a set of mathematical and physical expressions that simulates sediment erosion, transport and deposition and can reproduce the first order complexity of Earth’s surface geomorphological evolution.
2020
2121
> Yet, we were still missing a tool to evaluate global scale evolution of Earth surface and its interaction with the atmosphere, the hydrosphere, the tectonic and mantle dynamics. gospl is the first model designed to address this gap. It can be used to better characterise many aspects of the Earth system ranging from the role of atmospheric circulation on physical denudation, from the influence of erosion and deposition of sediments on mantle convection, from the location and abundance of natural resources to the evolution of life.
2222
@@ -35,7 +35,7 @@ All contributions should go through our GitHub repository. Bug reports, ideas or
3535

3636
If you decide to contribute to the codebase, ensure that you are using an up-to-date master branch. The latest development version will always be there, including the documentation (powered by sphinx).
3737

38-
Details are available in the documentation.
38+
Details are available in the [documentation](https://gospl.readthedocs.io).
3939

4040
## License
4141

docs/getting_started/installConda.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ Navigate to the directory containing the `conda-env.yml <https://raw.githubuserc
8989

9090
This will create an environment with the dependencies and packages required to run :mod:`gospl`.
9191

92+
.. note::
93+
94+
There is no Anaconda ``petsc4py`` win64 package. A ``WSL`` conda install will work once you have make installed.
95+
96+
To put yourself inside this environment
97+
9298
To put your self inside this environment run::
9399

94100
source activate gospl-package

environment.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: gospl
2+
channels:
3+
- conda-forge
4+
- defaults
5+
dependencies:
6+
- python=3.11
7+
- meson-python>=0.15.0
8+
- setuptools>=61.0
9+
- pkg-config
10+
- build
11+
- numpy
12+
- petsc4py
13+
- pip
14+
- scipy
15+
- numpy-indexed
16+
- pandas
17+
- h5py
18+
- meshio
19+
- vtk
20+
- pre-commit
21+
- ruamel.yaml
22+
- mpi4py
23+
- cython
24+
- compilers
25+
- meshplex
26+
- xarray
27+
- pyproj
28+
- gflex
29+
- pip:
30+
- git+https://github.com/Geodels/gospl.git

0 commit comments

Comments
 (0)