Skip to content

Commit

Permalink
use link anchors instead of relative links
Browse files Browse the repository at this point in the history
  • Loading branch information
hkershaw-brown committed Mar 20, 2024
1 parent d99b3e4 commit 779b96d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions observations/obs_converters/AIRS/convert_airs_L2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ in log space, between the levels.
The converter program reads each AIRS hdf file granule and outputs a DART obs_seq file
containing up to 56700 observations. Only those with a quality control of 0 (Best)
are kept. The resulting obs_seq files can be merged with the
:doc:`../../../assimilation_code/programs/obs_sequence_tool/obs_sequence_tool` into
:ref:`obs sequence tool` into
larger time periods.

During the excecution of the obs converter, It is possible to restrict the output
Expand Down Expand Up @@ -222,6 +222,6 @@ location, and compute the mean moisture value. This code has not been implemente
yet, and would require a different QTY_xxx to distinguish it from the simple
location/value moisture obs. The observation converter would also have to bring
in moisture observation metadata for this forward operator. See the
GPS non-local operator code (:doc:`../gps/gps`) for an example of how this
GPS non-local operator code (:ref:`gps`) for an example of how this
would need to be implemented.

2 changes: 1 addition & 1 deletion observations/obs_converters/AIRS/convert_amsu_L1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ below. For more information on the metadata see the
Namelist
~~~~~~~~

The ``convert_amsua_L1`` converter requires :doc:`../../forward_operators/obs_def_rttov_mod`
The ``convert_amsua_L1`` converter requires :ref:`obs_def_rttov_mod`
Only two ``&obs_def_rttov_nml`` options are required when converting
the observations: ``use_zeeman`` and ``rttov_sensor_db_file``.

Expand Down
2 changes: 2 additions & 0 deletions observations/obs_converters/gps/gps.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _gps:

GPS Observations
================

Expand Down

0 comments on commit 779b96d

Please sign in to comment.