scripts.plotting.tem

Functions

my_formatwarning(msg, *args, **kwargs)

tem(adf)

Plot the contents of the TEM dignostic ouput of 2-D latitude vs vertical pressure maps.

tem_plot(ds, ds_base, case_names, axs, s, var_list, ...)

TEM subplots

Module Contents

scripts.plotting.tem.my_formatwarning(msg, *args, **kwargs)[source]
scripts.plotting.tem.tem(adf)[source]

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

Notes

  • If any of the TEM cases are missing, the ADF skips this plotting script and moves on.

scripts.plotting.tem.tem_plot(ds, ds_base, case_names, axs, s, var_list, res, obs, climo_yrs)[source]

TEM subplots