Producing one month of data results in QC err
- Dominant language
- Python
- Stars
- 8
- Forks
- 7
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 23
Description
I was producing one month of data for faster iteration during development and got this QC error:
```
[
{
"mip_table": "atmos@mon",
"checker": "Filename and size checker",
"error_message": "197801 is not earlier than 197801",
"affected_files": 1,
"affected_vars": "ztp_tavg-u-hxy-u"
}
]
```
Low priority as users are unlikely to want to produce such a small range of output.
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the issue by producing one month of data and start from the QC output for the "Filename and size checker" on the atmos@mon table. Trace where the date comparison reports that 197801 is not earlier than itself; done means the one-month output completes QC without this error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data-engineering
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100