From c028c2bdab8bc4b8183f9ab256c36bb9ebe5b83d Mon Sep 17 00:00:00 2001 From: MOM6 bot Date: Wed, 25 Mar 2026 18:56:53 -0400 Subject: [PATCH] MOM6+SIS2: Adds t17d and t20d diagnostics - NOAA-GFDL/MOM6@55d064c44 Adds t17d and t20d diagnostics - NOAA-GFDL/MOM6@f52a2b361 Add missing doc comments to undocumented variables in ice_shelf - NOAA-GFDL/MOM6@7298e58c2 Remove 19 flags and 6 indices in segment type - NOAA-GFDL/MOM6@6d2837da4 Restructure segment%field of OBC - NOAA-GFDL/MOM6@85a4cd70c Rescale via time_to_real or real_to_time calls - NOAA-GFDL/MOM6@764e5bb68 Remove 5 unused module uses for time_type_to_real - NOAA-GFDL/MOM6@6018cb3ad +Add time_to_real and scaling in real_to_time - NOAA-GFDL/MOM6@486b4f455 Refactor of limit vel function for nicer layout for GPU compute (#1023) - NOAA-GFDL/MOM6@6aa65c615 Add setuptools<82 to keep pkg_resources available - NOAA-GFDL/MOM6@575d4c71b Remove stray leading $ - NOAA-GFDL/MOM6@ed2055c17 Bugfix for reintegrating diagnostics in non-boussinesq (#1060) MOM6+SIS2: Fix unpack_ocean_ice_boundary_calved_shelf_bergs - NOAA-GFDL/SIS2@28cdb38 Fix unpack_ocean_ice_boundary_calved_shelf_bergs - NOAA-GFDL/SIS2@55ad8a1 Change fast ice to slow ice object when storing calving - NOAA-GFDL/SIS2@a2391b4 Adding pond ice, prep for new sealvl ponds (#226) --- ocean_only/global_ALE/layer/available_diags.000000 | 14 ++++++++++++++ ocean_only/global_ALE/z/available_diags.000000 | 14 ++++++++++++++ src/MOM6 | 2 +- src/SIS2 | 2 +- 4 files changed, 30 insertions(+), 2 deletions(-) diff --git a/ocean_only/global_ALE/layer/available_diags.000000 b/ocean_only/global_ALE/layer/available_diags.000000 index 1eb54b585..4c76f69cc 100644 --- a/ocean_only/global_ALE/layer/available_diags.000000 +++ b/ocean_only/global_ALE/layer/available_diags.000000 @@ -1892,6 +1892,20 @@ ! standard_name: integral_wrt_depth_of_sea_water_potential_temperature_expressed_as_heat_content ! cell_methods: xh:mean yh:mean zl:sum area:mean ! variants: {phcint,phcint_xyave} +"t20d" [Unused] + ! modules: {ocean_model,ocean_model_d2} + ! dimensions: xh, yh + ! long_name: Depth of 20 degree Celsius Isotherm + ! units: m + ! standard_name: depth_of_isosurface_of_sea_water_potential_temperature + ! cell_methods: xh:mean yh:mean area:mean +"t17d" [Unused] + ! modules: {ocean_model,ocean_model_d2} + ! dimensions: xh, yh + ! long_name: Depth of 17 degree Celsius Isotherm + ! units: m + ! standard_name: depth_of_isosurface_of_sea_water_potential_temperature + ! cell_methods: xh:mean yh:mean area:mean "u" [Used] (CMOR equivalent is "uo") ! modules: {ocean_model,ocean_model_z,ocean_model_d2,ocean_model_z_d2} ! dimensions: xq, yh, zl diff --git a/ocean_only/global_ALE/z/available_diags.000000 b/ocean_only/global_ALE/z/available_diags.000000 index 6c30f4c00..e668fb5d5 100644 --- a/ocean_only/global_ALE/z/available_diags.000000 +++ b/ocean_only/global_ALE/z/available_diags.000000 @@ -1918,6 +1918,20 @@ ! standard_name: integral_wrt_depth_of_sea_water_potential_temperature_expressed_as_heat_content ! cell_methods: xh:mean yh:mean zl:sum area:mean ! variants: {phcint,phcint_xyave} +"t20d" [Unused] + ! modules: {ocean_model,ocean_model_d2} + ! dimensions: xh, yh + ! long_name: Depth of 20 degree Celsius Isotherm + ! units: m + ! standard_name: depth_of_isosurface_of_sea_water_potential_temperature + ! cell_methods: xh:mean yh:mean area:mean +"t17d" [Unused] + ! modules: {ocean_model,ocean_model_d2} + ! dimensions: xh, yh + ! long_name: Depth of 17 degree Celsius Isotherm + ! units: m + ! standard_name: depth_of_isosurface_of_sea_water_potential_temperature + ! cell_methods: xh:mean yh:mean area:mean "u" [Used] (CMOR equivalent is "uo") ! modules: {ocean_model,ocean_model_z,ocean_model_d2,ocean_model_z_d2} ! dimensions: xq, yh, zl diff --git a/src/MOM6 b/src/MOM6 index e1932f6e7..55d064c44 160000 --- a/src/MOM6 +++ b/src/MOM6 @@ -1 +1 @@ -Subproject commit e1932f6e7b3adcfb2cbc821650b42d630151bc23 +Subproject commit 55d064c448103a601ad56bef01b4b45daa77a670 diff --git a/src/SIS2 b/src/SIS2 index 35767bb84..28cdb3869 160000 --- a/src/SIS2 +++ b/src/SIS2 @@ -1 +1 @@ -Subproject commit 35767bb8436bba28774f9add64605b967a3289cf +Subproject commit 28cdb3869b2643d8b24ebe7550d777605fbbe088