Forecast output with sub-hour interval
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 25
- Forks
- 19
- Avg merge
- 1d 49m
- Merged PRs (30d)
- 2
Description
Potential suggestions
Users can control the output interval with outIntervalHR key for the extended forecast capability. For example, see https://github.com/NCAR/MPAS-Workflow/blob/develop/scenarios/3dhybrid_O30kmIE60km_SpecifiedEnsemble_VarBC_allConfig.yaml#L414 .
I was trying to write out the forecast output with 30 minutes interval, so set outIntervalHR: 0.5. However, this has failed with some error.
It might be useful if we can make this key work with sub-hour interval.
This will require some modification on the scripts that populates the MPAS configuration files.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with scenarios/3dhybrid_O30kmIE60km_SpecifiedEnsemble_VarBC_allConfig.yaml at the referenced outIntervalHR setting, then trace the scripts that populate MPAS configuration files. Reproduce the failure with outIntervalHR: 0.5 and identify the affected configuration path. Done means a 30-minute output interval is accepted and the relevant workflow completes without that error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100