Skip to content

Commit e70e703

Browse files
committed
use cmor names for newly added fields. add BS_coeff_h
1 parent 01afabe commit e70e703

2 files changed

Lines changed: 14 additions & 13 deletions

File tree

param_templates/diag_table.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ FieldLists:
7474
"KPP_NLT_saln_budget"]
7575

7676
- &cmip7_native ["FrictWorkIntz", "hfibthermds", "mlotstsq", "pbo", "S_adx_2d", "S_ady_2d", "sob",
77-
"sossq", "tob", "tossq", "zos", "zossq"]
77+
"sossq", "tob", "tossq", "zos", "zossq", "BS_coeff_h"]
7878

79-
- &cmip7_z ["Khh", "Ahh", "KHTH_t", "KHTR_h", "diabatic_heat_tendency", "T_advection_xy",
80-
"Th_tendency", "diabatic_salt_tendency", "S_advection_xy", "Sh_tendency", "rsdoabsorb"]
79+
- &cmip7_z ["diabatic_heat_tendency", "T_advection_xy", "Th_tendency", "diabatic_salt_tendency",
80+
"S_advection_xy", "Sh_tendency", "rsdoabsorb"]
8181

8282
- &cmip7_sfc ["tossq", "rsdo", "T_adx_2d", "T_ady_2d"]
8383

@@ -186,6 +186,7 @@ Files:
186186
lists:
187187
[ *prognostic_z,
188188
*transports,
189+
*visc_flds,
189190
*cmip7_z,
190191
]
191192
lists2:

param_templates/json/diag_table.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -236,13 +236,10 @@
236236
"tob",
237237
"tossq",
238238
"zos",
239-
"zossq"
239+
"zossq",
240+
"BS_coeff_h"
240241
],
241242
[
242-
"Khh",
243-
"Ahh",
244-
"KHTH_t",
245-
"KHTR_h",
246243
"diabatic_heat_tendency",
247244
"T_advection_xy",
248245
"Th_tendency",
@@ -457,7 +454,8 @@
457454
"tob",
458455
"tossq",
459456
"zos",
460-
"zossq"
457+
"zossq",
458+
"BS_coeff_h"
461459
],
462460
[
463461
"skeb_amp"
@@ -559,10 +557,12 @@
559557
"uhml"
560558
],
561559
[
562-
"Khh",
563-
"Ahh",
564-
"KHTH_t",
565-
"KHTR_h",
560+
"diftrelo",
561+
"diftrblo",
562+
"difmxybo",
563+
"difmxylo"
564+
],
565+
[
566566
"diabatic_heat_tendency",
567567
"T_advection_xy",
568568
"Th_tendency",

0 commit comments

Comments
 (0)