Skip to content

Commit 9b24838

Browse files
authored
Merge pull request #1714 from knutfrode/dev
[run-ex] Changed OpenBergOld to OpenBerg in documentation
2 parents 6c46a55 + 207f451 commit 9b24838

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/source/choosing_a_model.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The table below shows an overview of the advection processes within the main mod
4545
- yes
4646
- empirical-statistical depth, exponential decrease with depth, depending on turbulence/wind
4747

48-
* - :mod:`OpenBergOld <opendrift.models.openberg_old>`
48+
* - :mod:`OpenBerg <opendrift.models.openberg>`
4949
- yes
5050
- yes
5151
- implicit in wind

docs/source/gui.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ script may be launched by a double-click.
1616

1717
Choosing a model and parameters
1818
-----------------------------------
19-
The :mod:`Leeway model (Search and Rescue) <opendrift.models.leeway>`, :mod:`OpenOil (oil drift) <opendrift.models.openoil>`, :mod:`ShipDrift model <opendrift.models.ShipDrift>` and :mod:`OpenBergOld model <opendrift.models.openberg_old>` are available in the GUI.
19+
The :mod:`Leeway model (Search and Rescue) <opendrift.models.leeway>`, :mod:`OpenOil (oil drift) <opendrift.models.openoil>`, :mod:`ShipDrift model <opendrift.models.ShipDrift>` and :mod:`OpenBerg model <opendrift.models.openberg>` are available in the GUI.
2020

2121
The first step is to select the model of interest from the upper menu.
2222
If Leeway or OpenOil are chosen, the second dropdown-menu will allow you to select either
@@ -26,7 +26,7 @@ If Leeway or OpenOil are chosen, the second dropdown-menu will allow you to sele
2626

2727
If the ShipDrift model is selected, the dimensions of the ship can be selected (beam, length, draft and height).
2828

29-
The ice berg drift simulation has parameters `wind_drift_factor`, `water_line_length` and `keel_depth`. The `wind_drift_factor` is unlikely that you need to change, while the other parameters describe the geometry of the ice berg. These are described in more detail in the :mod:`OpenBergOld reference <opendrift.models.openberg_old>` at :ref:`openberg_parameters`.
29+
In the ice berg drift model OpenBerg, icebergs are described by their dimensions: `sail`, `draft`, `length`, and `width`. The `wind_drift_factor` is unlikely that you need to change, while the other parameters describe the geometry of the ice berg. These are described in more detail in the :mod:`OpenBerg reference <opendrift.models.openberg>`.
3030

3131
The following steps are the same for all models:
3232

opendrift/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
'larvalfish.LarvalFish',
2626
'plastdrift.PlastDrift',
2727
'shipdrift.ShipDrift',
28-
'openberg_old.OpenBergOld']
28+
'openberg.OpenBerg']
2929

3030
def get_model_names():
3131
return [m.split('.')[-1] for m in _available_models]

0 commit comments

Comments
 (0)