diff --git a/ice_ocean_SIS2/OM4_025/diag_table.MOM6 b/ice_ocean_SIS2/OM4_025/diag_table.MOM6 index 78c7b4d68d..173fc8ed76 100644 --- a/ice_ocean_SIS2/OM4_025/diag_table.MOM6 +++ b/ice_ocean_SIS2/OM4_025/diag_table.MOM6 @@ -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 @@ -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 diff --git a/tools/analysis/Krasting-SeaIce.csh b/tools/analysis/Krasting-SeaIce.csh index 9f9b9793d4..bc8d3c4faf 100755 --- a/tools/analysis/Krasting-SeaIce.csh +++ b/tools/analysis/Krasting-SeaIce.csh @@ -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