Skip to content

Commit

Permalink
MOM6: Merge pull request #839 from MJHarrison-GFDL/rotation_angle_dia…
Browse files Browse the repository at this point in the history
…gnostic

- Last commit updates available_diags

- NOAA-GFDL/MOM6@210c2fb Merge pull request #839 from MJHarrison-GFDL/rotation_angle_diagnostic
- NOAA-GFDL/MOM6@e3923d3 correct units for sin/cos grid rotation
- NOAA-GFDL/MOM6@8c1ed28 Merge pull request #838 from raymenzel/dev/gfdl
- NOAA-GFDL/MOM6@24f3c3f Added grid rotation angle to the list of available static diagnostics
- NOAA-GFDL/MOM6@e3ea419 Fixed logic, made ifs one-liners.
- NOAA-GFDL/MOM6@9252394 Reordered loops to address a bug when compiled with -O3 using the intel compiler version 16.0.3.210
- NOAA-GFDL/MOM6@ab6a73b Merge remote-tracking branch 'NOAA-GFDL/MOM6/dev/gfdl' into dev/gfdl
  • Loading branch information
adcroft committed Aug 22, 2018
1 parent e795958 commit f6ae30c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ocean_only/global_ALE/layer/available_diags.000000
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@
"ocean_model", "dxCvo" [Unused]
! long_name: Open zonal grid spacing at v points (meter)
! units: m
"ocean_model", "sin_rot" [Unused]
! long_name: sine of the clockwise angle of the ocean grid north to true north
! units: none
"ocean_model", "cos_rot" [Unused]
! long_name: cosine of the clockwise angle of the ocean grid north to true north
! units: none
"ocean_model", "area_t_percent" [Unused]
! long_name: Percentage of cell area covered by ocean
! units: %
Expand Down
6 changes: 6 additions & 0 deletions ocean_only/global_ALE/z/available_diags.000000
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@
"ocean_model", "dxCvo" [Unused]
! long_name: Open zonal grid spacing at v points (meter)
! units: m
"ocean_model", "sin_rot" [Unused]
! long_name: sine of the clockwise angle of the ocean grid north to true north
! units: none
"ocean_model", "cos_rot" [Unused]
! long_name: cosine of the clockwise angle of the ocean grid north to true north
! units: none
"ocean_model", "area_t_percent" [Unused]
! long_name: Percentage of cell area covered by ocean
! units: %
Expand Down
2 changes: 1 addition & 1 deletion src/MOM6

0 comments on commit f6ae30c

Please sign in to comment.