Catch subdomain configuration errors between training data generation and model training #77
Labels
enhancement
New feature or request
post-iccs-2023
Issues created during the ICCS 2023 project, but not completed.
Milestone
The data processing step generates forcings from the CM2.6 dataset for the given spatial domain and time resolution. The training step then works on subdomains of this forcing dataset. These subdomains are configured in the
training_subdomains.yaml
file (or as of #97 , an arbitrary YAML file with similar syntax). xarray doesn't care if a subdomain isn't fully located in the given forcing domain, it simply continues with as much overlap as present. If this overlap is too small, we may get a runtime error stating that the input size is too small for the neural net kernel (5x5). See #42 , #75 .Going backwards from that error message to the reason is not obvious. We should catch this sort of misconfiguration and warn the user if they might see such an issue. A couple of options:
The text was updated successfully, but these errors were encountered: