Skip to content

Commit 97765e2

Browse files
authored
Add missing core CMIP ocean diagnostics (#641)
1 parent 68c02ae commit 97765e2

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

ocean/diagnostic_profiles/diag_table_wombatlite

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,9 @@ ACCESS-ESM_1p6
250250
"ocean-3d-salt_vdiffuse_impl-1mon-mean-y%4yr", 1, "months", 1, "days", "time", 1, "years"
251251
"ocean_model", "salt_vdiffuse_impl", "salt_vdiffuse_impl", "ocean-3d-salt_vdiffuse_impl-1mon-mean-y%4yr", "all", "average", "none", 2
252252

253+
"ocean-3d-rho_dzt-1mon-mean-y%4yr", 1, "months", 1, "days", "time", 1, "years"
254+
"ocean_model", "rho_dzt", "rho_dzt", "ocean-3d-rho_dzt-1mon-mean-y%4yr", "all", "average", "none", 2
255+
253256

254257
# monthly 3d BGC fields
255258

@@ -758,8 +761,14 @@ ACCESS-ESM_1p6
758761

759762
# daily 2d ocean fields
760763

764+
"ocean-2d-sea_level-1day-mean-y%4yr", 1, "days", 1, "days", "time", 1, "years"
765+
"ocean_model", "sea_level", "sea_level", "ocean-2d-sea_level-1day-mean-y%4yr", "all", "average", "none", 2
766+
761767
"ocean-2d-surface_temp-1day-mean-y%4yr", 1, "days", 1, "days", "time", 1, "years"
762768
"ocean_model", "surface_temp", "surface_temp", "ocean-2d-surface_temp-1day-mean-y%4yr", "all", "average", "none", 2
763769

770+
"ocean-2d-surface_salt-1day-mean-y%4yr", 1, "days", 1, "days", "time", 1, "years"
771+
"ocean_model", "surface_salt", "surface_salt", "ocean-2d-surface_salt-1day-mean-y%4yr", "all", "average", "none", 2
772+
764773
"ocean-2d-squared_surface_temp-1day-mean-y%4yr", 1, "days", 1, "days", "time", 1, "years"
765774
"ocean_model", "squared_surface_temp", "squared_surface_temp", "ocean-2d-squared_surface_temp-1day-mean-y%4yr", "all", "average", "none", 2

ocean/diagnostic_profiles/source_yaml_files/diag_table_wombatlite_source.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ diag_table:
227227
dzt:
228228
temp_vdiffuse_impl:
229229
salt_vdiffuse_impl:
230-
230+
rho_dzt:
231231

232232
'monthly 3d BGC fields':
233233
defaults: # these can be overridden for individual fields below
@@ -479,5 +479,7 @@ diag_table:
479479
output_freq: 1 # integer: output sampling frequency in output_freq_units (0: every timestep; -1: only at end of run)
480480
output_freq_units: days # time units for output: years, months, days, hours, minutes, or seconds
481481
fields:
482+
sea_level:
482483
surface_temp:
484+
surface_salt:
483485
squared_surface_temp:

0 commit comments

Comments
 (0)