@@ -28,20 +28,24 @@ FieldLists:
2828
2929 - &forcing_flds ["tauuo", "tauvo", "friver", "prsn", "prlq", "evs", "hfsso", "rlntds",
3030 " hfsnthermds" , "sfdsi", "rsntds", "hfds", "ustar",
31- " hfsifrazil" , "wfo", "vprec", " ficeberg", "fsitherm",
32- " hflso" , "pso", "seaice_melt_heat", "Heat_PmE", "salt_flux_added" ]
33-
34- - &enthalpy_flds [ "heat_content_lrunoff", "heat_content_frunoff", "heat_content_lprec",
35- " heat_content_fprec" , "heat_content_vprec", " heat_content_cond",
31+ " hfsifrazil" , "wfo", "ficeberg", "fsitherm",
32+ " hflso" , "pso", "seaice_melt_heat", "Heat_PmE"]
33+
34+ - &enthalpy_flds ["heat_content_lrunoff", "heat_content_frunoff", "heat_content_lprec",
35+ " heat_content_fprec" , "heat_content_cond",
3636 " heat_content_evap" ]
3737
3838 - &forcing_flds_dev ["net_heat_coupler", "LwLatSens", "heat_content_lrunoff",
3939 " heat_content_frunoff" , "heat_content_lprec",
40- " heat_content_fprec" , "heat_content_vprec", " heat_content_cond",
40+ " heat_content_fprec" , "heat_content_cond",
4141 " hfevapds" , "heat_content_surfwater",
4242 " vprec_global_adjustment" , "net_fresh_water_global_adjustment",
4343 " salt_flux_global_restoring_adjustment" , "net_massout", "net_massin"]
4444
45+ - &forcing_flds_b ["heat_content_frunoff_glc"]
46+
47+ - &forcing_flds_cg ["heat_content_vprec", "vprec", "salt_flux_added"]
48+
4549 - &visc_flds ["diftrelo", "diftrblo", "difmxybo", "difmxylo"]
4650
4751 - &static_flds ["geolon", "geolat", "geolon_c", "geolat_c", "geolon_u", "geolat_u",
@@ -66,6 +70,12 @@ FieldLists:
6670
6771 - &kpp_test ["KPP_QminusSW", "KPP_netSalt", "KPP_NLT_dTdt", "KPP_NLT_dSdt", "KPP_NLT_temp_budget", "KPP_NLT_saln_budget"]
6872
73+ - &cmip7_native ["FrictWorkIntz", "hfibthermds", "mlotstsq", "pbo", "S_adx_2d", "S_ady_2d", "sob", "sossq", "tob", "tossq", "zos", "zossq"]
74+
75+ - &cmip7_z ["Khh", "Ahh", "KHTH_t", "KHTR_h", "diabatic_heat_tendency", "T_advection_xy", "Th_tendency", "diabatic_salt_tendency", "S_advection_xy", "Sh_tendency", "rsdoabsorb"]
76+
77+ - &cmip7_sfc ["tossq", "rsdo", "T_adx_2d", "T_ady_2d"]
78+
6979# ##############################################################################
7080# Section 2: File lists:
7181# List of files to be added in diag_table
@@ -129,7 +139,9 @@ Files:
129139 *forcing_flds,
130140 *enthalpy_flds,
131141 *surface_flds_common,
132- *surface_flds_monthly]
142+ *surface_flds_monthly,
143+ *cmip7_native,
144+ ["skeb_amp"]]
133145 lists3 :
134146 $USE_CFC_CAP == "True" :
135147 [ *cfc_2d ]
@@ -139,6 +151,12 @@ Files:
139151 lists5 :
140152 $TEST == True :
141153 [ *kpp_test ]
154+ lists6 :
155+ $COMP_ATM == "cam" :
156+ [ *forcing_flds_b ]
157+ else :
158+ [ *forcing_flds_cg ]
159+
142160
143161 # essential variable mapped to z_space
144162 hist_z_space :
@@ -162,7 +180,9 @@ Files:
162180 packing : = 1 if $TEST else 2
163181 lists :
164182 [ *prognostic_z,
165- *transports ]
183+ *transports,
184+ *cmip7_z,
185+ ]
166186 lists2 :
167187 $USE_CFC_CAP == "True" :
168188 [ *cfc_3d ]
@@ -188,7 +208,9 @@ Files:
188208 packing : = 1 if $TEST else 2
189209 lists : [ *surface_flds_common,
190210 *surface_flds_daily,
191- *kpp_diags ]
211+ *kpp_diags,
212+ *cmip7_sfc
213+ ]
192214 forcing_avg :
193215 suffix :
194216 $TEST == True : " h.frc%4yr-%2mo-%2dy"
0 commit comments