Skip to content

Commit 7ad5daa

Browse files
committed
use CMOR names for remaining fields
1 parent e70e703 commit 7ad5daa

2 files changed

Lines changed: 23 additions & 23 deletions

File tree

param_templates/diag_table.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ FieldLists:
2424

2525
- &surface_flds_daily ["zos", "zossq"]
2626

27-
- &surface_flds_monthly ["sst_global", "sss_global", "SSH", "mass_wt"]
27+
- &surface_flds_monthly ["tosga", "sosga", "SSH", "mass_wt"]
2828

2929
- &kpp_diags ["KPP_OBLdepth:oml", "KPP_OBLdepth:oml_min:min", "KPP_OBLdepth:oml_max:max"]
3030

@@ -53,7 +53,7 @@ FieldLists:
5353
- &static_flds ["geolon", "geolat", "geolon_c", "geolat_c", "geolon_u", "geolat_u",
5454
"geolon_v", "geolat_v", "deptho", "wet", "wet_c", "wet_u",
5555
"wet_v", "Coriolis", "areacello", "areacello_cu", "areacello_cv",
56-
"areacello_bu", "sin_rot", "cos_rot", "C_P", "Rho_0", "skeb_taper_v",
56+
"areacello_bu", "sin_rot", "cos_rot", "cpocean", "rhozero", "skeb_taper_v",
5757
"skeb_taper_u"]
5858

5959
- &transports ["volcello", "vmo", "vhGM", "vhml", "umo", "uhGM", "uhml"]
@@ -73,11 +73,11 @@ FieldLists:
7373
- &kpp_test ["KPP_QminusSW", "KPP_netSalt", "KPP_NLT_dTdt", "KPP_NLT_dSdt", "KPP_NLT_temp_budget",
7474
"KPP_NLT_saln_budget"]
7575

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

79-
- &cmip7_z ["diabatic_heat_tendency", "T_advection_xy", "Th_tendency", "diabatic_salt_tendency",
80-
"S_advection_xy", "Sh_tendency", "rsdoabsorb"]
79+
- &cmip7_z ["opottempdiff", "T_advection_xy", "opottemptend", "osaltdiff",
80+
"S_advection_xy", "osalttend", "rsdoabsorb"]
8181

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

param_templates/json/diag_table.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979
"zossq"
8080
],
8181
[
82-
"sst_global",
83-
"sss_global",
82+
"tosga",
83+
"sosga",
8484
"SSH",
8585
"mass_wt"
8686
],
@@ -171,8 +171,8 @@
171171
"areacello_bu",
172172
"sin_rot",
173173
"cos_rot",
174-
"C_P",
175-
"Rho_0",
174+
"cpocean",
175+
"rhozero",
176176
"skeb_taper_v",
177177
"skeb_taper_u"
178178
],
@@ -225,7 +225,7 @@
225225
"KPP_NLT_saln_budget"
226226
],
227227
[
228-
"FrictWorkIntz",
228+
"dispkexyfo",
229229
"hfibthermds",
230230
"mlotstsq",
231231
"pbo",
@@ -240,12 +240,12 @@
240240
"BS_coeff_h"
241241
],
242242
[
243-
"diabatic_heat_tendency",
243+
"opottempdiff",
244244
"T_advection_xy",
245-
"Th_tendency",
246-
"diabatic_salt_tendency",
245+
"opottemptend",
246+
"osaltdiff",
247247
"S_advection_xy",
248-
"Sh_tendency",
248+
"osalttend",
249249
"rsdoabsorb"
250250
],
251251
[
@@ -437,13 +437,13 @@
437437
"mlotst:mlotst_max:max"
438438
],
439439
[
440-
"sst_global",
441-
"sss_global",
440+
"tosga",
441+
"sosga",
442442
"SSH",
443443
"mass_wt"
444444
],
445445
[
446-
"FrictWorkIntz",
446+
"dispkexyfo",
447447
"hfibthermds",
448448
"mlotstsq",
449449
"pbo",
@@ -563,12 +563,12 @@
563563
"difmxylo"
564564
],
565565
[
566-
"diabatic_heat_tendency",
566+
"opottempdiff",
567567
"T_advection_xy",
568-
"Th_tendency",
569-
"diabatic_salt_tendency",
568+
"opottemptend",
569+
"osaltdiff",
570570
"S_advection_xy",
571-
"Sh_tendency",
571+
"osalttend",
572572
"rsdoabsorb"
573573
]
574574
],
@@ -773,8 +773,8 @@
773773
"areacello_bu",
774774
"sin_rot",
775775
"cos_rot",
776-
"C_P",
777-
"Rho_0",
776+
"cpocean",
777+
"rhozero",
778778
"skeb_taper_v",
779779
"skeb_taper_u"
780780
]

0 commit comments

Comments
 (0)