compass.mesh.spherical.SphericalBaseStep.save_and_plot_cell_width

SphericalBaseStep.save_and_plot_cell_width(lon, lat, cell_width)[source]

Save the cell width field on a lon/lat grid to self.cell_width_filename and plot

Parameters:
  • lon (numpy.ndarray) – longitude in degrees (length n and between -180 and 180)

  • lat (numpy.ndarray) – longitude in degrees (length m and between -90 and 90)

  • cell_width (numpy.ndarray) – m x n array of cell width in km