Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 24 additions & 18 deletions docs/paper/jats/paper.jats
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,6 @@ a Creative Commons Attribution 4.0 International License (CC BY
Facilities Planning</ext-link> (MFP) tool, giving users the option to
define expedition waypoints via an intuitive web-based mapping
interface.</p>
</sec>
<sec id="functionality">
<title>Functionality</title>
<p><monospace>VirtualShip</monospace> simulates the deployment of
virtual instruments commonly used in oceanographic fieldwork, with
emphasis on realism in how users plan and execute expeditions. For
Expand All @@ -200,6 +197,9 @@ a Creative Commons Attribution 4.0 International License (CC BY
et al., 2014</xref>) probes. More detail on each instrument is
available in the
<ext-link ext-link-type="uri" xlink:href="https://virtualship.readthedocs.io/en/latest/user-guide/assignments/Research_proposal_intro.html#Measurement-Options">documentation</ext-link>.</p>
</sec>
<sec id="software-design">
<title>Software design</title>
<p>The software can simulate complex multidisciplinary expeditions.
One example is a virtual expedition across the Agulhas Current and the
South Eastern Atlantic that deploys a suite of instruments to sample
Expand Down Expand Up @@ -257,19 +257,6 @@ a Creative Commons Attribution 4.0 International License (CC BY
<p>A full example workflow is outlined in the
<ext-link ext-link-type="uri" xlink:href="https://virtualship.readthedocs.io/en/latest/user-guide/quickstart.html">Quickstart
Guide</ext-link> documentation.</p>
<fig>
<caption><p>Example VirtualShip expedition simulated in July/August
2023. Expedition waypoints displayed via the MFP tool (a), Underway
ADCP measurements (b), Surface drifter releases (c; 90-day lifetime
per drifter), and CTD vertical profiles for temperature (d) and
oxygen (e). Black triangles in b), d) and e) mark waypoint locations
across the expedition route, corresponding to the purple markers in
a).<styled-content id="figU003Afig1"></styled-content></p></caption>
<graphic mimetype="image" mime-subtype="png" xlink:href="figure1.png" />
</fig>
</sec>
<sec id="implementation">
<title>Implementation</title>
<p>Under the hood, <monospace>VirtualShip</monospace> is modular and
extensible. The workflows are designed around
<monospace>Instrument</monospace> base classes and instrument-specific
Expand Down Expand Up @@ -299,9 +286,19 @@ a Creative Commons Attribution 4.0 International License (CC BY
<ext-link ext-link-type="uri" xlink:href="https://virtualship.readthedocs.io/en/latest/user-guide/documentation/pre_download_data.html">option</ext-link>
for the user to specify local <monospace>NetCDF</monospace> files for
data ingestion, if preferred.</p>
<fig>
<caption><p>Example VirtualShip expedition simulated in July/August
2023. Expedition waypoints displayed via the MFP tool (a), Underway
ADCP measurements (b), Surface drifter releases (c; 90-day lifetime
per drifter), and CTD vertical profiles for temperature (d) and
oxygen (e). Black triangles in b), d) and e) mark waypoint locations
across the expedition route, corresponding to the purple markers in
a).<styled-content id="figU003Afig1"></styled-content></p></caption>
<graphic mimetype="image" mime-subtype="png" xlink:href="figure1.png" />
</fig>
</sec>
<sec id="applications-and-future-outlook">
<title>Applications and future outlook</title>
<sec id="research-impact-statement">
<title>Research impact statement</title>
Comment thread
erikvansebille marked this conversation as resolved.
Outdated
<p><monospace>VirtualShip</monospace> has already been extensvely
applied in Master’s teaching settings at Utrecht University as part of
the
Expand Down Expand Up @@ -351,6 +348,15 @@ a Creative Commons Attribution 4.0 International License (CC BY
capabilities, extensibility and compatability with modern cloud-based
data pipelines.</p>
</sec>
<sec id="ai-usage-disclosure">
<title>AI usage disclosure</title>
<p>Generative AI technologies (Gemini v2.0/2.5/3.0, ChatGPT
v4o/5.0/5.1/5.2 and GitHub Copilot) were used for code generation,
refactoring and test scaffolding. AI-assisted autocompletion tools
(via GitHub Copilot) were used in the writing of this manuscript.
Authors carefully reviewed and edited all AI-assisted content and made
the core desigin decisions.</p>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
the core desigin decisions.</p>
the core desigin decisions without use of AI.</p>

</sec>
<sec id="acknowledgements">
<title>Acknowledgements</title>
<p>The VirtualShip project is funded through the Utrecht
Expand Down
16 changes: 9 additions & 7 deletions docs/paper/paper.md
Comment thread
erikvansebille marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ Marine science relies on fieldwork for data collection, yet sea-going opportunit

`VirtualShip` goes beyond simply extracting grid-cell values from model output. Instead, it uses programmable behaviours and sophisticated interpolation techniques (with `Parcels` underpinnings) to access data in exact locations and timings, as if they were being collected by real-world instruments. `VirtualShip` shares some functionality with existing tools, such as `OceanSpy` [@Almansi2019] and `VirtualFleet` [@Maze2023], but extends capabilities to mesh many different instrument deployments into a unified expedition simulation framework. Moreover, `VirtualShip` exploits readily available, streamable data via the Copernicus Marine Data Store, removing the need for users to download and manage large datasets locally and/or arrange for access to remote servers. `VirtualShip` can also integrate coordinate files exported from the [Marine Facilities Planning](https://www.marinefacilitiesplanning.com/cruiselocationplanning#) (MFP) tool, giving users the option to define expedition waypoints via an intuitive web-based mapping interface.

# Functionality

`VirtualShip` simulates the deployment of virtual instruments commonly used in oceanographic fieldwork, with emphasis on realism in how users plan and execute expeditions. For example, users must consider ship speed and instrument deployment/recovery times to ensure their expedition is feasible within given time constraints. Possible instrument selections include surface `Drifter` [@Lumpkin2017], `CTD` (Conductivity-Temperature-Depth; @Johnson2007), `Argo float` [@Jayne2017], `XBT` (Expendable Bathythermograph; @Goni2019), underway `ADCP` (Acoustic Doppler Current Profiler; @Kostaschuk2005), and underway `temperature/salinity` [@Gordon2014] probes. More detail on each instrument is available in the [documentation](https://virtualship.readthedocs.io/en/latest/user-guide/assignments/Research_proposal_intro.html#Measurement-Options).

# Software design

The software can simulate complex multidisciplinary expeditions. One example is a virtual expedition across the Agulhas Current and the South Eastern Atlantic that deploys a suite of instruments to sample physical and biogeochemical properties (\autoref{fig:fig1}). Key circulation features appear early in the expedition track, with enhanced ADCP speeds marking the strong Agulhas Current (\autoref{fig:fig1}b) and drifters that turn back toward the Indian Ocean indicating the Agulhas Retroflection (\autoref{fig:fig1}c). The CTD profiles capture the vertical structure of temperature and oxygen along the route, including the warmer surface waters of the Agulhas region (\autoref{fig:fig1}d, early waypoints) and the Oxygen Minimum Zone in the South Eastern Atlantic (\autoref{fig:fig1}e, final waypoints).

The software is designed to be highly intuitive to the user. It is wrapped into three high-level command line interface commands using [Click](https://click.palletsprojects.com/en/stable/):
Expand All @@ -61,22 +61,24 @@ The software is designed to be highly intuitive to the user. It is wrapped into

A full example workflow is outlined in the [Quickstart Guide](https://virtualship.readthedocs.io/en/latest/user-guide/quickstart.html) documentation.

![Example VirtualShip expedition simulated in July/August 2023. Expedition waypoints displayed via the MFP tool (a), Underway ADCP measurements (b), Surface drifter releases (c; 90-day lifetime per drifter), and CTD vertical profiles for temperature (d) and oxygen (e). Black triangles in b), d) and e) mark waypoint locations across the expedition route, corresponding to the purple markers in a).\label{fig:fig1}](figure1.png)

# Implementation

Under the hood, `VirtualShip` is modular and extensible. The workflows are designed around `Instrument` base classes and instrument-specific subclasses and methods. This means the platform can be easily extended to add new instrument types. Instrument behaviours are coded as `Parcels` kernels, which allows for extensive customisability. For example, a `Drifter` advects passively with ocean currents, a `CTD` performs vertical profiling in the water column and an `ArgoFloat` cycles between ascent, descent and drift phases, all whilst sampling physical and/or biogeochemical fields at their respective locations and times.

Moreover, the data ingestion system relies on Analysis-Ready and Cloud-Optimized data (ARCO; @Stern2022, @Abernathey2021) streamed directly from the Copernicus Marine Data Store, via the [`copernicusmarine`](https://github.com/mercator-ocean/copernicus-marine-toolbox) Python toolbox. This means users can simulate expeditions anywhere in the global ocean without downloading large datasets by default. Leveraging the suite of [physics and biogeochemical products](https://virtualship.readthedocs.io/en/latest/user-guide/documentation/copernicus_products.html) available on the Copernicus plaform, expeditions are possible from 1993 to present and forecasted two weeks into the future. There is also an [option](https://virtualship.readthedocs.io/en/latest/user-guide/documentation/pre_download_data.html) for the user to specify local `NetCDF` files for data ingestion, if preferred.

# Applications and future outlook
![Example VirtualShip expedition simulated in July/August 2023. Expedition waypoints displayed via the MFP tool (a), Underway ADCP measurements (b), Surface drifter releases (c; 90-day lifetime per drifter), and CTD vertical profiles for temperature (d) and oxygen (e). Black triangles in b), d) and e) mark waypoint locations across the expedition route, corresponding to the purple markers in a).\label{fig:fig1}](figure1.png)

# Research impact statement

`VirtualShip` has already been extensvely applied in Master's teaching settings at Utrecht University as part of the [VirtualShip Classroom](https://www.uu.nl/en/research/sustainability/sustainable-ocean/education/virtual-ship) initiative. Educational assignments and tutorials have been developed alongside to integrate the tool into coursework, including projects where students design their own research question(s) and execute their fieldwork and analysis using `VirtualShip`. Its application has been shown to be successful, with students reporting increased self-efficacy and knowledge in executing oceanographic fieldwork [@Daniels2025].

The package opens space for many other research applications. It can support real-life expedition planning by letting users test sampling routes before going to sea. It also provides tooling to explore real-time adaptive strategies in which sampling plans shift as forecasts or observations update. The same workflow can also be used to investigate sampling efficiency, for example, examining how waypoint number or spacing shapes the ability to capture features of interest. Moreover, the software is well-suited for developing Observation System Simulation Experiments (OSSEs; e.g. @Errico2013) to test and optimise observational strategies in a cost- and time-efficient manner. This framework further enables instrument design experiments that are relevant to autonomous observing systems. There is potential for users to prototype and test control strategies for gliders, REMUS vehicles, and Saildrones, as well as explore concepts for new instruments at early stages of development. Future tutorials could demonstrate how to define custom instruments within the VirtualShip framework.

Both the customisability of the `VirtualShip` platform and the exciting potential for new ARCO-based data hosting services in domains beyond oceanography (e.g., [atmospheric science](https://climate.copernicus.eu/work-progress-our-data-stores-turn-arco)) means there is potential to extend VirtualShip (or "VirtualShip-like" tools) to other domains in the future. Furthermore, as the `Parcels` underpinnings themselves continue to evolve, with a future (at time of writing) [v4.0 release](https://docs.oceanparcels.org/en/v4-dev/v4/) focusing on alignment with [Pangeo](https://pangeo.io/) standards and `Xarray` data structures [@Hoyer2017], `VirtualShip` will also benefit from these improvements, further enhancing its capabilities, extensibility and compatability with modern cloud-based data pipelines.

# AI usage disclosure

Generative AI technologies (Gemini v2.0/2.5/3.0, ChatGPT v4o/5.0/5.1/5.2 and GitHub Copilot) were used for code generation, refactoring and test scaffolding. AI-assisted autocompletion tools (via GitHub Copilot) were used in the writing of this manuscript. Authors carefully reviewed and edited all AI-assisted content and made the core desigin decisions.

# Acknowledgements

The VirtualShip project is funded through the Utrecht University-NIOZ (Royal Netherlands Institute for Sea Research) collaboration.
Expand Down
Binary file modified docs/paper/paper.pdf
Binary file not shown.