Skip to content

Commit

Permalink
MOM6: Add diags for east, north velocity components.
Browse files Browse the repository at this point in the history
- NOAA-GFDL/MOM6@bb8a65331 Add diags for east, north velocity components.
- NOAA-GFDL/MOM6@93d9bb80f +(*)Fix USE_QG_LEITH_VISC = True reproducibility
MOM6: Better handling of parentheses
MOM6:) within set_viscous_ML
- NOAA-GFDL/MOM6@efe1b4a9f +Fix multiple bugs when MEKE_GM_SRC_ALT is True
- NOAA-GFDL/MOM6@a3e9e1c9d (*)Revise 13 diagnostics for rotational symmetry
  • Loading branch information
mom6bot authored and marshallward committed May 17, 2024
1 parent 867001f commit 5075d0f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
10 changes: 10 additions & 0 deletions ocean_only/global_ALE/layer/available_diags.000000
Original file line number Diff line number Diff line change
Expand Up @@ -2345,6 +2345,16 @@
! long_name: Sea Surface Speed
! units: m s-1
! cell_methods: xh:mean yh:mean area:mean
"ssu_east" [Unused]
! modules: {ocean_model,ocean_model_d2}
! long_name: Eastward velocity
! units: m s-1
! cell_methods: xh:mean yh:mean area:mean
"ssv_north" [Unused]
! modules: {ocean_model,ocean_model_d2}
! long_name: Northward velocity
! units: m s-1
! cell_methods: xh:mean yh:mean area:mean
"SST" [Used] (CMOR equivalent is "tos")
! modules: {ocean_model,ocean_model_d2}
! long_name: Sea Surface Temperature
Expand Down
10 changes: 10 additions & 0 deletions ocean_only/global_ALE/z/available_diags.000000
Original file line number Diff line number Diff line change
Expand Up @@ -2409,6 +2409,16 @@
! long_name: Sea Surface Speed
! units: m s-1
! cell_methods: xh:mean yh:mean area:mean
"ssu_east" [Unused]
! modules: {ocean_model,ocean_model_d2}
! long_name: Eastward velocity
! units: m s-1
! cell_methods: xh:mean yh:mean area:mean
"ssv_north" [Unused]
! modules: {ocean_model,ocean_model_d2}
! long_name: Northward velocity
! units: m s-1
! cell_methods: xh:mean yh:mean area:mean
"SST" [Used] (CMOR equivalent is "tos")
! modules: {ocean_model,ocean_model_d2}
! long_name: Sea Surface Temperature
Expand Down

0 comments on commit 5075d0f

Please sign in to comment.