-
Notifications
You must be signed in to change notification settings - Fork 14
Update docs with information on instrument sensors #341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
edbda0b
add info on sensor configuration
j-atkins cd5b523
add list of available sensors to documentation
j-atkins 4668e54
remove redundant TODO
j-atkins ae2d528
improve phrasing
j-atkins 17d5b40
add details on sensor configurations to quickstart guide
j-atkins baa982a
update sail_the_ship with sensor configuration instructions
j-atkins a8a4978
enahnce phrasing
j-atkins 6b3628e
add testing that docs match the code for sensor options, ensure instr…
j-atkins e23087b
add check that all instruments in code are addressed in sensor table
j-atkins e9cae63
"physics" consistency
j-atkins 0b0567f
make descriptions and categories consistent with copernicus_products doc
j-atkins 2008fb6
make reference to the copernicus products docs
j-atkins 0685c90
"CMEMS" -> "Copernicus Marine Service
j-atkins f78b966
reorder docs pages
j-atkins 5ff4eb1
"Copernicus Marine" + "Service"
j-atkins 0fe1340
further tidy up docs
j-atkins 1819d91
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| # Full list of available instrument sensors | ||
|
|
||
| The following table provides a comprehensive list of available sensors for each instrument. These sensors can be specified via the `virtualship plan` tool (see the [Quickstart guide](../quickstart.md)) or in the `sensors` section of the respective instrument configuration in the `expedition.yaml` file (see the [working with expedition.yaml tutorial](../tutorials/working_with_expedition_yaml.md)). | ||
|
|
||
| The source data associated with these instrument sensor variables are described in the [Copernicus Marine products](copernicus_products.md) page. | ||
|
|
||
| ```{note} | ||
| Trying to add a sensor to an instrument that does not support it will result in errors in VirtualShip. Always refer to this table to check which sensors are available for each instrument. | ||
| ``` | ||
|
|
||
| <!-- NOTE: is important that the entries in the 'Instrument' column below match the enum values in the code (instruments/types.py), and that these parts are **bold**, for the tests to work (test_utils.py::test_allowed_sensors_matches_docs) --> | ||
|
|
||
| | Instrument | Sensor Name | Description | Units | Category | | ||
| | :------------------------------------- | :----------------- | :---------------------------------------------------------------------------------------- | :----------------------------------- | :------------- | | ||
| | **ADCP** | VELOCITY | Current velocities (Eastward Sea Water Velocity (U) and Northward Sea Water Velocity (V)) | m/s | Physical | | ||
| | **UNDERWATER_ST** (Ship Underwater ST) | TEMPERATURE | Sea Water Potential Temperature | °C | Physical | | ||
| | | SALINITY | Sea Water Salinity | psu | Physical | | ||
| | **CTD** | TEMPERATURE | Sea Water Potential Temperature | °C | Physical | | ||
| | | SALINITY | Sea Water Salinity | psu | Physical | | ||
| | | OXYGEN | Mole Concentration of Dissolved Molecular Oxygen in Sea Water | mmol m<sup>-3</sup> | Biogeochemical | | ||
| | | CHLOROPHYLL | Mass Concentration of Chlorophyll a in Sea Water | mmol m<sup>-3</sup> | Biogeochemical | | ||
| | | NITRATE | Mole Concentration of Nitrate in Sea Water | mmol m<sup>-3</sup> | Biogeochemical | | ||
| | | PHOSPHATE | Mole Concentration of Phosphate in Sea Water | mmol m<sup>-3</sup> | Biogeochemical | | ||
| | | PH | Sea Water pH | - | Biogeochemical | | ||
| | | PHYTOPLANKTON | Mole Concentration of Phytoplankton | mmol m<sup>-3</sup> | Biogeochemical | | ||
| | | PRIMARY_PRODUCTION | Net Primary Production of Biomass | mmol m<sup>-3</sup> day<sup>-1</sup> | Biogeochemical | | ||
| | **ARGO_FLOAT** | TEMPERATURE | Sea Water Potential Temperature | °C | Physical | | ||
| | | SALINITY | Sea Water Salinity | psu | Physical | | ||
| | **DRIFTER** | TEMPERATURE | Sea Water Potential Temperature | °C | Physical | | ||
| | **XBT** | TEMPERATURE | Sea Water Potential Temperature | °C | Physical | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use the same text as the field description as in the Copernicus marine data for each sensor?