Skip to content

Commit

Permalink
Adds sftof to OM4 diag_table
Browse files Browse the repository at this point in the history
- Updates MOM6 to provide sftof.
- Added sftof diagnostic to static sectino of OM4 diag_table
- Closes mom-ocean#156.

- NOAA-GFDL/MOM6@3d60b91 Merge pull request mom-ocean#596 from adcroft/sftof_static_diag
- NOAA-GFDL/MOM6@913e71a Adds static diagnostic sftof
  • Loading branch information
adcroft committed Sep 19, 2017
1 parent aed7f0f commit 4af5297
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 1 deletion.
1 change: 1 addition & 0 deletions ice_ocean_SIS2/OM4_025/diag_table.MOM6
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"ocean_model", "deptho", "deptho", "ocean_static", "all", "none", "none", 2
#"ocean_model", "basin", "basin", "ocean_static", "all", "none", "none", 2 # in /archive/gold/datasets/OM4_025/
"ocean_model", "hfgeou", "hfgeou", "ocean_static", "all", "none", "none", 2 # for static geothermal heat
"ocean_model", "sftof", "sftof", "ocean_static", "all", "none", "none", 2

# Extra static geometry data beyond CMIP6/OMIP Table 2.1
"ocean_model", "Coriolis", "Coriolis", "ocean_static", "all", "none", "none", 2
Expand Down
1 change: 1 addition & 0 deletions ice_ocean_SIS2/OM4_025/diag_table.MOM6_spinup
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"ocean_model", "deptho", "deptho", "ocean_static", "all", "none", "none", 2
#"ocean_model", "basin", "basin", "ocean_static", "all", "none", "none", 2 # in /archive/gold/datasets/OM4_025/
"ocean_model", "hfgeou", "hfgeou", "ocean_static", "all", "none", "none", 2 # for static geothermal heat
"ocean_model", "sftof", "sftof", "ocean_static", "all", "none", "none", 2

# Extra static geometry data beyond CMIP6/OMIP Table 2.1
"ocean_model", "Coriolis", "Coriolis", "ocean_static", "all", "none", "none", 2
Expand Down
7 changes: 7 additions & 0 deletions ocean_only/global_ALE/layer/available_diags.000000
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@
"ocean_model", "dyCv" [Unused]
! long_name: Delta(y) at v points (meter)
! units: m
"ocean_model", "area_t_percent" [Unused]
! long_name: Percentage of cell area covered by ocean
! units: %
"ocean_model", "sftof" [Unused]
! long_name: Sea Area Fraction
! units: %
! standard_name: SeaAreaFraction
"ocean_model", "MEKE" [Used]
! long_name: Mesoscale Eddy Kinetic Energy
! units: meter2 second-2
Expand Down
7 changes: 7 additions & 0 deletions ocean_only/global_ALE/z/available_diags.000000
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@
"ocean_model", "dyCv" [Unused]
! long_name: Delta(y) at v points (meter)
! units: m
"ocean_model", "area_t_percent" [Unused]
! long_name: Percentage of cell area covered by ocean
! units: %
"ocean_model", "sftof" [Unused]
! long_name: Sea Area Fraction
! units: %
! standard_name: SeaAreaFraction
"ocean_model", "MEKE" [Used]
! long_name: Mesoscale Eddy Kinetic Energy
! units: meter2 second-2
Expand Down
2 changes: 1 addition & 1 deletion src/MOM6
Submodule MOM6 updated 1 files
+15 −1 src/core/MOM.F90

0 comments on commit 4af5297

Please sign in to comment.