Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MOM6: Add diags for east, north velocity components. #453

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading