Skip to content

datlas-ocean/VarDyn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VarDyn

Installation

  1. Clone the repository

    git clone https://github.com/datlas-ocean/VarDyn.git
    cd VarDyn
  2. Create a new environment

    conda create -n env_vardyn python=3.10
    conda activate env_vardyn
  3. Install pyinterp with conda-forge

    pyinterp provides tools for interpolating geo-referenced data used in this repository.
    ⚠️ Installation can be very long due to several dependencies. Use of mamba is strongly recommended, see Mamba instructions. ⚠️

    conda install -c conda-forge pyinterp
  4. (OPTIONAL) Install jax for GPU or TPU

    Users with access to GPUs or TPUs should first install jax separately 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.

  5. Install other dependencies with pip

    pip install --upgrade pip setuptools wheel
    pip install -e .

About

Variational reconstruction of ocean dynamical variables.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors