oceanval.validate

Contents

oceanval.validate#

oceanval.validate(lon_lim=None, lat_lim=None, concise=True, fixed_scale=False, data_dir='.', out_dir='.', test=False)#

Run the model evaluation for all of the available datasets, and generate a validation report.

Parameters:
  • lon_lim (list or None) – The longitude limits for the validation. Default is None

  • lat_lim (list or None) – The latitude limits for the validation. Default is None

  • fixed_scale (bool) – Whether to use a fixed scale for the seasonal plots. Default is False. If True, the minimum and maximum values are capped to cover the 2nd and 98th percentiles of both model and observations.

  • test (bool) – Default is False. Ignore, unless you are testing oceanval.

Return type:

None