mindearth.utils.plt_global_field_data

View Source On Gitee
mindearth.utils.plt_global_field_data(data, feature_name, std, mean, fig_title, is_surface=False, is_error=False)[source]

Visualization of global field weather data.

Parameters
  • data (numpy.array) – The global field points.

  • feature_name (str) – The name of the feature to be visualized.

  • std (numpy.array) – The standard deviation of per-varibale-level.

  • mean (numpy.array) – The mean value of per-varibale-level.

  • fig_title (str) – The title of the figure.

  • is_surface (bool) – Whether or not a surface feature. Default: False .

  • is_error (bool) – Whether or not plot error. Default: False .

Supported Platforms:

Ascend CPU GPU