@@ -31,7 +31,8 @@ Installing **dnora**
31
31
$ conda config --add channels conda-forge
32
32
$ conda env create -f environment.yml
33
33
$ conda activate dnora
34
-
34
+ $ pip install -e .
35
+
35
36
To update the enviroment using a new environment.yml, run:
36
37
37
38
.. code-block :: bash
@@ -55,11 +56,11 @@ Dependencies
55
56
To run the models within dnora, the paths, where the models are installed, need to be defined in .bashrc, e.g., ::
56
57
57
58
export PATH=${PATH}:/home/user/Programs/swan
58
-
59
+
59
60
export PATH=${PATH}:/home/user/Programs/swash
60
-
61
+
61
62
export PATH=${PATH}:/home/user/Programs/HOS-ocean/bin
62
-
63
+
63
64
export PATH=${PATH}:/home/user/Programs/REEF3D_xx/DIVEMesh/bin
64
65
export PATH=${PATH}:/home/user/Programs/REEF3D_xx/REEF3D/bin
65
66
@@ -152,10 +153,10 @@ The main idea is that the Grid-object is created, and a fixed set of methods are
152
153
153
154
Examples::
154
155
155
- topo_reader=grd.read.EMODNET2018(tile='D5',folder='/home/user/bathy/')
156
- topo_reader=grd.read.EMODNET2020(tile='D5',folder='/home/user/bathy/')
157
- topo_reader=grd.read.GEBCO2021(tile='n66.357421875_s57.041015625_w0.703125_e10.37109375',folder='/home/user/bathy/')
158
- topo_reader=grd.read.KartverketNo50m(tile='B1008',folder='/home/user/bathy/')
156
+ topo_reader=grd.read.EMODNET2018(tile='D5',folder='/home/user/bathy/')
157
+ topo_reader=grd.read.EMODNET2020(tile='D5',folder='/home/user/bathy/')
158
+ topo_reader=grd.read.GEBCO2021(tile='n66.357421875_s57.041015625_w0.703125_e10.37109375',folder='/home/user/bathy/')
159
+ topo_reader=grd.read.KartverketNo50m(tile='B1008',folder='/home/user/bathy/')
159
160
160
161
grid.import_topo(topo_reader=topo_reader)
161
162
0 commit comments