-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Describe the Task
MET #1029 added partial support to MET for rotated lat/lon projections.
A comment from #1029:
Randy finished this for the met-8.0 for GRIB2, MET NetCDF, and the python interface.
May still need to be added for GRIB1 and CF-Compliant NetCDF.
This task is to...
- Add support for rotated lat/lon grids as grid specification strings.
- Review/update the documentation, as needed.
I am not able to add support for rotated lat/lon grids for the GRIB1 or NetCDF CF-compliance libraries since I cannot find any sample input data files. Rotated lat/lon is listed as a possible grid type in GRIB1 documentation (https://www.nco.ncep.noaa.gov/pmb/docs/on388/table6.html), but I am unable to run copygb to generate a sample data on that project.
This issues arose via met-help:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=97502
Time Estimate
4 hours
Sub-Issues
Consider breaking the task down into sub-issues.
None needed.
Relevant Deadlines
None.
Funding Source
None.
Define the Metadata
Assignee
- Select engineer(s) or no engineer required: John HG with George to review PR
- Select scientist(s) or no scientist required: none scientist required
Labels
- Select component(s)
- Select priority
- Select requestor(s)
Projects and Milestone
- Review projects and select relevant Repository and Organization ones or add "alert:NEED PROJECT ASSIGNMENT" label
- Select milestone to next major version milestone or "Future Versions"
Define Related Issue(s)
Consider the impact to the other METplus components.
Task Checklist
See the METplus Workflow for details.
- Complete the issue definition above, including the Time Estimate and Funding Source.
- Fork this repository or create a branch of develop.
Branch name:feature_<Issue Number>_<Description>
- Complete the development and test your changes.
- Add/update log messages for easier debugging.
- Add/update unit tests.
- Add/update documentation.
- Push local changes to GitHub.
- Submit a pull request to merge into develop.
Pull request:feature <Issue Number> <Description>
- Define the pull request metadata, as permissions allow.
Select: Reviewer(s), Project(s), Milestone, and Linked issues - Iterate until the reviewer(s) accept and merge your changes.
- Delete your fork or branch.
- Close this issue.