diff --git a/docs/developers_guide/ocean/api.rst b/docs/developers_guide/ocean/api.rst index baf545f4d5..257fab314f 100644 --- a/docs/developers_guide/ocean/api.rst +++ b/docs/developers_guide/ocean/api.rst @@ -199,6 +199,8 @@ test cases and steps files_for_e3sm.remap_sea_surface_salinity_restoring.RemapSeaSurfaceSalinityRestoring.run files_for_e3sm.remap_iceberg_climatology.RemapIcebergClimatology files_for_e3sm.remap_iceberg_climatology.RemapIcebergClimatology.run + files_for_e3sm.write_coeffs_reconstruct.WriteCoeffsReconstruct + files_for_e3sm.write_coeffs_reconstruct.WriteCoeffsReconstruct.run init.Init init.Init.configure diff --git a/docs/developers_guide/ocean/test_groups/global_ocean.rst b/docs/developers_guide/ocean/test_groups/global_ocean.rst index 8168e0cf67..25f52368c9 100644 --- a/docs/developers_guide/ocean/test_groups/global_ocean.rst +++ b/docs/developers_guide/ocean/test_groups/global_ocean.rst @@ -1380,6 +1380,12 @@ The test case is made up of 10 steps: the MPAS mesh. This dataset is used in E3SM for compsets with data iceberg freshwater fluxes (``DIB``). +:py:class:`compass.ocean.tests.global_ocean.files_for_e3sm.write_coeffs_reconstruct.WriteCoeffsReconstruct` + is used to do a one-time-step forward run to write out coefficients + ``coeff_reconstruct`` for reconstructing vector fields at cell centers from + normal values at edges. These can be used in combination with the + + files_for_e3sm for an existing mesh ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~