-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix truncated station_id name in the output from IODA2NC #2216
Labels
MET: PreProcessing Tools (Point)
priority: high
High Priority
requestor: UK Met Office
United Kingdom Met Office
type: bug
Fix something that is not working
Milestone
Comments
hsoh-u
added
type: bug
Fix something that is not working
alert: NEED MORE DEFINITION
Not yet actionable, additional definition required
alert: NEED ACCOUNT KEY
Need to assign an account key to this issue
alert: NEED CYCLE ASSIGNMENT
Need to assign to a release development cycle
labels
Jul 29, 2022
JohnHalleyGotway
added
requestor: METplus Team
METplus Development Team
MET: PreProcessing Tools (Point)
priority: high
High Priority
and removed
alert: NEED MORE DEFINITION
Not yet actionable, additional definition required
alert: NEED CYCLE ASSIGNMENT
Need to assign to a release development cycle
labels
Aug 11, 2022
JohnHalleyGotway
changed the title
The station_id is truncated with ioda2.nc
Fix the truncated station_id name in the output from IODA2NC
Aug 11, 2022
It's better to remove the trailing spaces only. The IODA specifies the station_id as string type but no comment for the spaces at the station ID.
|
Repository owner
moved this from To do
to Done
in Coordinated METplus-4.1 Support
Aug 16, 2022
Repository owner
moved this from To Do
to Done
in MET-11.0.0-beta3 (9/21/22)
Aug 16, 2022
Repository owner
moved this from Done
to In Progress
in MET-11.0.0-beta3 (9/21/22)
Aug 16, 2022
Repository owner
moved this from Done
to In progress
in Coordinated METplus-4.1 Support
Aug 16, 2022
TaraJensen
removed
the
alert: NEED ACCOUNT KEY
Need to assign an account key to this issue
label
Sep 14, 2022
15 tasks
hsoh-u
moved this from In progress
to Pull request review
in Coordinated METplus-4.1 Support
Sep 14, 2022
hsoh-u
moved this from In Progress
to Pull Request Review
in MET-11.0.0-beta3 (9/21/22)
Sep 14, 2022
hsoh-u
pushed a commit
that referenced
this issue
Sep 15, 2022
hsoh-u
pushed a commit
that referenced
this issue
Sep 15, 2022
Repository owner
moved this from Pull request review
to Done
in Coordinated METplus-4.1 Support
Sep 15, 2022
Repository owner
moved this from Pull Request Review
to Done
in MET-11.0.0-beta3 (9/21/22)
Sep 15, 2022
JohnHalleyGotway
changed the title
Fix the truncated station_id name in the output from IODA2NC
Fix truncated station_id name in the output from IODA2NC
Dec 9, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
MET: PreProcessing Tools (Point)
priority: high
High Priority
requestor: UK Met Office
United Kingdom Met Office
type: bug
Fix something that is not working
Replace italics below with details for this issue.
Describe the Problem
Provide a clear and concise description of the bug here.
Generated MET point obs NetCDF file by ioda2nc contains truncated station ids. The station id comes form "report_identifier@MetaData" variable. An IODA input file (at seneca:/d1/personal/kalb/ioda/raob_all_v1_20201215T1200Z.nc4) has "station_id@MetaData" variable instead of "report_identifier@MetaData". The MET's NetCDF dimension is 40 bytes (enough to contain the original station IDs).
The metadata variable for station_id@MetaData variable:
Station_ids from the IODA:
station_id@MetaData =
"89009 23 4gIUS02",
"89009 23 4gIUS04",
"89009 23 4gIUS02",
...
"68538-99-9gIUK02",
"68538-99-9gIUS10",
"68538-99-9gIUK04",
"68538-99-9gIUK06",
Generated MET point obs NetCDF file.
hdr_sid_table =
"89009 23",
"89664 23",
"89664 23 4n",
"89625 23",
...
"68538-99-9gIUK02",
"68538-99-9gIUS10",
"68538-99-9gIUK04",
"68538-99-9gIUK06",
Expected Behavior
Provide a clear and concise description of what you expected to happen here.
Do not truncate the string (just strip out trailing white space characters).
Environment
Describe your runtime environment:
*1. Machine: Linux Workstation (seneca)
*2. OS: RedHat Linux
3. Software version number(s) 11.0 beta2
To Reproduce
Describe the steps to reproduce the behavior:
Relevant Deadlines
List relevant project deadlines here or state NONE.
Funding Source
2799991
Define the Metadata
Assignee
Labels
Projects and Milestone
Define Related Issue(s)
Consider the impact to the other METplus components.
Bugfix Checklist
See the METplus Workflow for details.
Branch name:
bugfix_<Issue Number>_main_<Version>_<Description>
Pull request:
bugfix <Issue Number> main_<Version> <Description>
Select: Reviewer(s) and Linked issues
Select: Organization level software support Project for the current coordinated release
Select: Milestone as the next bugfix version
Branch name:
bugfix_<Issue Number>_develop_<Description>
Pull request:
bugfix <Issue Number> develop <Description>
Select: Reviewer(s) and Linked issues
Select: Repository level development cycle Project for the next official release
Select: Milestone as the next official version
The text was updated successfully, but these errors were encountered: