From 779b96df8494cb2e71c3d7a904e329ee6e59e206 Mon Sep 17 00:00:00 2001 From: Helen Kershaw Date: Wed, 20 Mar 2024 11:12:08 -0400 Subject: [PATCH] use link anchors instead of relative links --- observations/obs_converters/AIRS/convert_airs_L2.rst | 4 ++-- observations/obs_converters/AIRS/convert_amsu_L1.rst | 2 +- observations/obs_converters/gps/gps.rst | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/observations/obs_converters/AIRS/convert_airs_L2.rst b/observations/obs_converters/AIRS/convert_airs_L2.rst index e8e80d3a09..e39da0f450 100644 --- a/observations/obs_converters/AIRS/convert_airs_L2.rst +++ b/observations/obs_converters/AIRS/convert_airs_L2.rst @@ -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 @@ -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. diff --git a/observations/obs_converters/AIRS/convert_amsu_L1.rst b/observations/obs_converters/AIRS/convert_amsu_L1.rst index 18cf51bbed..71b4cdcd07 100644 --- a/observations/obs_converters/AIRS/convert_amsu_L1.rst +++ b/observations/obs_converters/AIRS/convert_amsu_L1.rst @@ -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``. diff --git a/observations/obs_converters/gps/gps.rst b/observations/obs_converters/gps/gps.rst index 2f018a51e2..772ce806b6 100644 --- a/observations/obs_converters/gps/gps.rst +++ b/observations/obs_converters/gps/gps.rst @@ -1,3 +1,5 @@ +.. _gps: + GPS Observations ================