diff --git a/virtual_ship/instruments/ship_underwater_st.py b/virtual_ship/instruments/ship_underwater_st.py index 4c8eade5..53545e45 100644 --- a/virtual_ship/instruments/ship_underwater_st.py +++ b/virtual_ship/instruments/ship_underwater_st.py @@ -30,7 +30,7 @@ def simulate_ship_underwater_st( sample_points: list[Spacetime], ) -> None: """ - Use parcels to simulate the measurement of salinity and temperature aboard a ship in a fieldset. + Use parcels to simulate underway data, measuring salinity and temperature at the given depth in a fieldset. :param fieldset: The fieldset to simulate the sampling in. :param out_file_name: The file to write the results to.