Skip to content

Using IODA2NC output with POINT_STAT #1705

Locked Answered by CPKalb
davis-wesley-12345 asked this question in Configuration
Discussion options

You must be logged in to vote

Hi:
To get a hdr_typ_table other than an empty string, I had to run IODA2NC with the configuration file IODA2NCConfig_hdr_typ.txt. This has the following changes from the default configuration file:
Change the metadata map line { key = "message_type"; val = "msg_typ"; } to { key = "message_type"; val = "station_ob"; }

Then run:
ioda2nc raob_all_v1_20201215T1200Z.nc4 raob_all_v1_20201215T1200Z.nc -config name_of_config_file

This should produce multiple values in the hdr_typ_table. When I run it, my hdr_typ_table looks like this:
hdr_typ_table =
"n_rbraob",
"n_rlraob",
"n_pbpibal",
"n_plpibalB",
"n_plpibalD",
"n_plpibalA",
"n_plpibalC"

To retain all of these in point_stat, a key will need t…

Replies: 4 comments 14 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@CPKalb
Comment options

CPKalb Jul 27, 2022
Collaborator

Comment options

You must be logged in to vote
10 replies
@davis-wesley-12345
Comment options

@CPKalb
Comment options

CPKalb Jul 28, 2022
Collaborator

@davis-wesley-12345
Comment options

@davis-wesley-12345
Comment options

@CPKalb
Comment options

CPKalb Jul 28, 2022
Collaborator

Comment options

You must be logged in to vote
3 replies
@davis-wesley-12345
Comment options

@davis-wesley-12345
Comment options

@CPKalb
Comment options

CPKalb Aug 3, 2022
Collaborator

Answer selected by davis-wesley-12345
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment