Skip to content

Commit

Permalink
OM4: Adds rho-space transports to diag_table
Browse files Browse the repository at this point in the history
- umo,vmo, uhml,vhml, uhGM,vhGM are in ocean_annual_rho2
- vmo, vhml, vhGM are in ocean_month_rho2
- Closes mom-ocean#154
  • Loading branch information
adcroft committed Sep 22, 2017
1 parent 3327f1b commit f38fcd1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ice_ocean_SIS2/OM4_025/diag_table.MOM6
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
"ocean_month_snap", 1, "months", 1, "days", "time"
"ocean_month", 1, "months", 1, "days", "time"
"ocean_month_z", 1, "months", 1, "days", "time"
"ocean_month_rho2", 1, "months", 1, "days", "time"
"ocean_annual", 12, "months", 1, "days", "time"
"ocean_annual_z", 12, "months", 1, "days", "time"
"ocean_annual_rho2", 12, "months", 1, "days", "time"
"ocean_scalar_month", 1, "months", 1, "days", "time"
"ocean_scalar_annual", 12, "months", 1, "days", "time"
"ocean_static", -1, "months", 1, "days", "time" # ocean_static is a protected name. Do not change this line.
Expand Down Expand Up @@ -190,6 +192,17 @@
"ocean_model", "ndiff_tracer_trans_x_2d_S","ndiff_tracer_trans_x_2d_S", "ocean_annual", "all", "mean", "none",2
"ocean_model", "ndiff_tracer_trans_y_2d_S","ndiff_tracer_trans_y_2d_S", "ocean_annual", "all", "mean", "none",2

# Density space diagnostics (not necessarily using CMIP names but needed to generate CMIP output in post-processing)
"ocean_model_rho2","umo", "umo", "ocean_annual_rho2", "all", "mean", "none",2
"ocean_model_rho2","uhGM", "uhGM", "ocean_annual_rho2", "all", "mean", "none",2
"ocean_model_rho2","uhml", "uhml", "ocean_annual_rho2", "all", "mean", "none",2
"ocean_model_rho2","vmo", "vmo", "ocean_annual_rho2", "all", "mean", "none",2
"ocean_model_rho2","vhGM", "vhGM", "ocean_annual_rho2", "all", "mean", "none",2
"ocean_model_rho2","vhml", "vhml", "ocean_annual_rho2", "all", "mean", "none",2
"ocean_model_rho2","vmo", "vmo", "ocean_month_rho2", "all", "mean", "none",2
"ocean_model_rho2","vhGM", "vhGM", "ocean_month_rho2", "all", "mean", "none",2
"ocean_model_rho2","vhml", "vhml", "ocean_month_rho2", "all", "mean", "none",2

# -----------------------------------------------------------------------------------------
# CMIP6/OMIP Table J1: in support of mass transport through straits
# net transport of mass through straits is either done offline using
Expand Down
11 changes: 11 additions & 0 deletions ice_ocean_SIS2/OM4_025/diag_table.MOM6_spinup
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,17 @@
"ocean_model", "ndiff_tracer_trans_x_2d_S","ndiff_tracer_trans_x_2d_S", "ocean_annual", "all", "mean", "none",2
"ocean_model", "ndiff_tracer_trans_y_2d_S","ndiff_tracer_trans_y_2d_S", "ocean_annual", "all", "mean", "none",2

# Density space diagnostics (not necessarily using CMIP names but needed to generate CMIP output in post-processing)
#"ocean_model_rho2","umo", "umo", "ocean_annual_rho2", "all", "mean", "none",2
#"ocean_model_rho2","uhGM", "uhGM", "ocean_annual_rho2", "all", "mean", "none",2
#"ocean_model_rho2","uhml", "uhml", "ocean_annual_rho2", "all", "mean", "none",2
#"ocean_model_rho2","vmo", "vmo", "ocean_annual_rho2", "all", "mean", "none",2
#"ocean_model_rho2","vhGM", "vhGM", "ocean_annual_rho2", "all", "mean", "none",2
#"ocean_model_rho2","vhml", "vhml", "ocean_annual_rho2", "all", "mean", "none",2
#"ocean_model_rho2","vmo", "vmo", "ocean_month_rho2", "all", "mean", "none",2
#"ocean_model_rho2","vhGM", "vhGM", "ocean_month_rho2", "all", "mean", "none",2
#"ocean_model_rho2","vhml", "vhml", "ocean_month_rho2", "all", "mean", "none",2

# -----------------------------------------------------------------------------------------
# CMIP6/OMIP Table J1: in support of mass transport through straits
# net transport of mass through straits is either done offline using
Expand Down

0 comments on commit f38fcd1

Please sign in to comment.