Skip to content

Commit ba2c56e

Browse files
authored
Change paper to published version.
Change paper to published version.
2 parents aad5481 + 2eb495a commit ba2c56e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Currently FESOM, ICON, NEMO and longitude-latitude meshes are supported.
1111

1212
For optimal performance usage of Nvidia GPU is highly recommended.
1313

14-
For details of the implementation please read out paper on [arXiv](https://arxiv.org/abs/2404.07398)
14+
For details of the implementation please read out paper on [GMD](https://gmd.copernicus.org/articles/18/6541/2025/)
1515

1616
For full mathematical formulation of the implicit filter please refer to [this paper](http://dx.doi.org/10.1029/2023MS003946)
1717
## Installation
@@ -24,7 +24,7 @@ For full mathematical formulation of the implicit filter please refer to [this p
2424
python -m pip install git+https://github.com/FESOM/implicit_filter.git
2525
```
2626

27-
If one wants to use GPU it's necessary to install [cupy](https://cupy.dev/). It can be installed with the pachage by adding optional dependency. Check your Nvidia driver version using `nvidia-smi` and install CuPy version matching your drivers. You can install it separately
27+
If one wants to use GPU it's necessary to install [cupy](https://cupy.dev/). It can be installed with the package by adding optional dependency. Check your Nvidia driver version using `nvidia-smi` and install CuPy version matching your drivers. You can install it separately
2828
```shell
2929
pip install cupy-cuda11x # CUDA 11
3030
pip install cupy-cuda12x # CUDA 12 or newer

0 commit comments

Comments
 (0)