scripts.plotting.tem ==================== .. py:module:: scripts.plotting.tem Functions --------- .. autoapisummary:: scripts.plotting.tem.my_formatwarning scripts.plotting.tem.tem scripts.plotting.tem.tem_plot Module Contents --------------- .. py:function:: my_formatwarning(msg, *args, **kwargs) .. py:function:: tem(adf) Plot the contents of the TEM dignostic ouput of 2-D latitude vs vertical pressure maps. Steps: - loop through TEM variables - calculate all-time fields (from individual months) - take difference, calculate statistics - make plots .. rubric:: Notes - If any of the TEM cases are missing, the ADF skips this plotting script and moves on. .. py:function:: tem_plot(ds, ds_base, case_names, axs, s, var_list, res, obs, climo_yrs) TEM subplots