MetOffice / CSET

Toolkit for evaluation and investigation of numerical models for weather and climate applications.
https://metoffice.github.io/CSET/
Apache License 2.0
8 stars 1 forks source link

SET_SUBAREA is required #691

Closed jfrost-mo closed 1 day ago

jfrost-mo commented 1 week ago

Describe the bug

SET_SUBAREA is currently always enabled in recipes that use it. There is no way to use the full domain, aside from putting in very large area bounds.

How to reproduce

Steps to reproduce the behaviour:

  1. Run a recipe that uses a subarea, such as lfric_generic_surface_spatial_plot_sequence.yaml
  2. Run with subarea disabled.
  3. Observe the recipe failing.

Expected behaviour

Disabling the subarea just uses the full domain, and works.

Environment