-
Clone the repository
git clone https://github.com/datlas-ocean/VarDyn.git cd VarDyn -
Create a new environment
conda create -n env_vardyn python=3.10
conda activate env_vardyn
-
Install
pyinterpwith conda-forge
pyinterpprovides tools for interpolating geo-referenced data used in this repository.
⚠️ Installation can be very long due to several dependencies. Use ofmambais strongly recommended, see Mamba instructions.⚠️ conda install -c conda-forge pyinterp
-
(OPTIONAL) Install
jaxfor GPU or TPU
Users with access to GPUs or TPUs should first installjaxseparately in order to fully benefit from its high-performance computing capacities. See JAX instructions. By default, a CPU-only version of JAX will be installed if no other version is already present in the Python environment. -
Install other dependencies with pip
pip install --upgrade pip setuptools wheel pip install -e .
datlas-ocean/VarDyn
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|