Skip to content
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
8 changes: 8 additions & 0 deletions ice_ocean_SIS2/OM4_025/diag_table.MOM6
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@
# Monthly surface forcing (salt)
"ocean_model", "salt_flux", "salt_flux", "ocean_month", "all", "mean", "none",2

# Monthly layer averages
"ocean_model", "temp_layer_ave", "temp_layer_ave", "ocean_month", "all", "mean", "none",2
"ocean_model", "salt_layer_ave", "salt_layer_ave", "ocean_month", "all", "mean", "none",2

# Monthly scalars
"ocean_model", "SST_global", "SST_global", "ocean_scalar_month", "all", "mean", "none",2
"ocean_model", "SSS_global", "SSS_global", "ocean_scalar_month", "all", "mean", "none",2
Expand Down Expand Up @@ -133,6 +137,10 @@
"ocean_model", "MEKE_Le", "MEKE_Le", "ocean_annual", "all", "mean", "none",2
"ocean_model", "MEKE_KH", "MEKE_KH", "ocean_annual", "all", "mean", "none",2

# Annual layer averages
"ocean_model", "temp_layer_ave", "temp_layer_ave", "ocean_annual", "all", "mean", "none",2
"ocean_model", "salt_layer_ave", "salt_layer_ave", "ocean_annual", "all", "mean", "none",2

# Annual scalars
"ocean_model", "SST_global", "SST_global", "ocean_scalar_annual", "all", "mean", "none",2
"ocean_model", "SSS_global", "SSS_global", "ocean_scalar_annual", "all", "mean", "none",2
Expand Down
2 changes: 1 addition & 1 deletion tools/analysis/Krasting-SeaIce.csh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#PBS -r y
#PBS -j oe
#PBS -o
#PBS -q batch
#PBS -q bigmem
#----------------------------------
# Script: Krasting-SeaIce.csh
# Authors: John Krasting
Expand Down