Skip to content

Commit

Permalink
Update docs for WOA23
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Nov 2, 2024
1 parent 8430a06 commit 396a63a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions docs/users_guide/tasks/climatologyMapWoa.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ climatologyMapWoa
=================

An analysis task for comparing potential temperature and salinity
at various depths against WOA18 climatology.
at various depths against WOA23 climatology.

Component and Tags::

Expand Down Expand Up @@ -40,7 +40,7 @@ The following configuration options are available for this task::
[climatologyMapWoaTemperature]
## options related to plotting climatology maps of potential temperature
## at various levels, including the sea floor against control model results
## and WOA18 climatological data
## and WOA23 climatological data

# colormap for model/observations
colormapNameResult = RdYlBu_r
Expand All @@ -66,8 +66,8 @@ The following configuration options are available for this task::

[climatologyMapWoaSalinity]
## options related to plotting climatology maps of salinity
## at various levels, including the sea floor against control model results
## and WOA18 climatological data
## at various levels, including the sea floor against control model results
## and WOA23 climatological data

# colormap for model/observations
colormapNameResult = haline
Expand Down Expand Up @@ -98,14 +98,14 @@ For more details, see:

The option ``depths`` is a list of (approximate) depths at which to sample
the temperature and salinity fields. A value of ``'top'`` indicates the sea
surface. Note that, for the annual climatology, WOA18 data is available down
to 5500 m, whereas, for the seasonal or monthly climatologies, WOA18 data
surface. Note that, for the annual climatology, WOA23 data is available down
to 5500 m, whereas, for the seasonal or monthly climatologies, WOA23 data
is only available down to 1500 m.

Observations
------------

:ref:`woa18_t_s`
:ref:`woa23_t_s`

Example Result
--------------
Expand Down
8 changes: 4 additions & 4 deletions docs/users_guide/tasks/regionalTSDiagrams.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ The following configuration options are available for this task:
# volMax = 1e12
# Obserational data sets to compare against
obs = ['SOSE', 'WOA18']
obs = ['SOSE', 'WOA23']
[TSDiagramsForOceanBasins]
## options related to plotting T/S diagrams of major ocean basins
Expand Down Expand Up @@ -119,7 +119,7 @@ The following configuration options are available for this task:
zmax = 0
# Obserational data sets to compare against
obs = ['WOA18']
obs = ['WOA23']
Similar config sections are included for other region groups.

Expand Down Expand Up @@ -193,11 +193,11 @@ default is to read them from geojson file.
Observations
------------
The ``obs`` option contains a list of the names of observational data sets.
Currently, "SOSE" and "WOA18" are the only data sets available, but we
Currently, "SOSE" and "WOA23" are the only data sets available, but we
anticipate adding several additional data sets in the near future.

:ref:`sose`
:ref:`woa18_t_s`
:ref:`woa23_t_s`

Other Config Options
--------------------
Expand Down
6 changes: 3 additions & 3 deletions docs/users_guide/tasks/timeSeriesOceanRegions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The following configuration options are available for this task:
# zmax = -400
# Observational data sets to compare against
obs = ['SOSE', 'WOA18']
obs = ['SOSE', 'WOA23']
Region Groups
-------------
Expand Down Expand Up @@ -121,12 +121,12 @@ Observations
------------

``obs`` is a list of the observational data sets to plot as reference lines
(constant in time). Possible values are ``'SOSE'`` and ``'WOA18'``. An empty
(constant in time). Possible values are ``'SOSE'`` and ``'WOA23'``. An empty
list can be provided if no observations should be plotted.

:ref:`sose`

:ref:`woa18_t_s`
:ref:`woa23_t_s`

Example Result
--------------
Expand Down

0 comments on commit 396a63a

Please sign in to comment.