Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Feb 22, 2025
1 parent f8c40ee commit 82b6a96
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 12 deletions.
16 changes: 16 additions & 0 deletions docs/developers_guide/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ Ocean tasks
WoaTransects
WoceTransects

Ocean subtasks
--------------

.. currentmodule:: mpas_analysis.ocean.compute_anomaly_subtask

.. autosummary::
Expand All @@ -116,6 +119,19 @@ Ocean tasks
PlotHovmollerSubtask


Ocean utilities
---------------

.. currentmodule:: mpas_analysis.ocean.utility

.. autosummary::
:toctree: generated/

add_standard_regions_and_subset
get_standard_region_names
compute_zmid


Sea ice tasks
-------------

Expand Down
8 changes: 4 additions & 4 deletions docs/users_guide/config/regions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ within MPAS-Analysis using region mask files::

# list of region names (needs to be in the same order as region indices in
# time-series stats)
regions = ['arctic', 'equatorial', 'so', 'nino3', 'nino4', 'nino3.4', 'global']
# list of plot titles (needs to be in the same order as region indices in
# time-series stats)
plotTitles = ['Arctic', 'Equatorial (15S-15N)', 'Southern Ocean', 'Nino 3',
regionShortNames = ['arctic', 'equatorial', 'so', 'nino3', 'nino4', 'nino3.4',
'global']
# list of full names (e.g. for plot titles) same order as regionShortNames
regionNames = ['Arctic', 'Equatorial (15S-15N)', 'Southern Ocean', 'Nino 3',
'Nino 4', 'Nino 3.4', 'Global Ocean']


Expand Down
4 changes: 2 additions & 2 deletions docs/users_guide/tasks/timeSeriesOHCAnomaly.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ The following configuration options are available for this task::
## options related to plotting time series of ocean heat content (OHC)
## anomalies from year 1

# list of regions to plot from the region list in [regions] below
regions = ['global']
# list of region shrot names to plot from the region list in [regions] above
regionShortNames = ['global']

# approximate depths (m) separating plots of the upper, middle and lower ocean
depths = [700, 2000]
Expand Down
4 changes: 2 additions & 2 deletions docs/users_guide/tasks/timeSeriesSST.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ The following configuration options are available for this task::
[timeSeriesSST]
## options related to plotting time series of sea surface temperature (SST)

# list of regions to plot from the region list in [regions] below
regions = ['global']
# list of region shrot names to plot from the region list in [regions] above
regionShortNames = ['global']

# Number of points over which to compute moving average (e.g., for monthly
# output, movingAveragePoints=12 corresponds to a 12-month moving average
Expand Down
4 changes: 2 additions & 2 deletions docs/users_guide/tasks/timeSeriesSalinityAnomaly.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ The following configuration options are available for this task::
[hovmollerSalinityAnomaly]
## options related to plotting time series of salinity vs. depth

# list of regions to plot from the region list in [regions] below
regions = ['global']
# list of region shrot names to plot from the region list in [regions] above
regionShortNames = ['global']

# Number of points over which to compute moving average(e.g., for monthly
# output, movingAveragePoints=12 corresponds to a 12-month moving average
Expand Down
4 changes: 2 additions & 2 deletions docs/users_guide/tasks/timeSeriesTemperatureAnomaly.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ The following configuration options are available for this task::
[hovmollerTemperatureAnomaly]
## options related to plotting time series of potential temperature vs. depth

# list of regions to plot from the region list in [regions] below
regions = ['global']
# list of region shrot names to plot from the region list in [regions] above
regionShortNames = ['global']

# Number of points over which to compute moving average(e.g., for monthly
# output, movingAveragePoints=12 corresponds to a 12-month moving average
Expand Down

0 comments on commit 82b6a96

Please sign in to comment.