Skip to content

Commit

Permalink
#2068 Added obs_to_qc_map
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Soh committed Oct 8, 2022
1 parent 5466007 commit 75f3a41
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions data/config/IODA2NCConfig_default
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,18 @@ metadata_map = [
{ key = "station_id"; val = "station_id,report_identifier"; },
{ key = "pressure"; val = "air_pressure,pressure"; },
{ key = "height"; val = "height,height_above_mean_sea_level"; },
{ key = "datetime"; val = "datetime,dateTime"; },
{ key = "elevation"; val = ""; }
];

//
// Default mapping for obs to qc.
//
obs_to_qc_map = [
{ key = "wind_from_direction"; val = "eastward_wind,northward_wind"; },
{ key = "wind_speed"; val = "eastward_wind,northward_wind"; }
];

missing_thresh = [ <=-1e9, >=1e9, ==-9999 ];

////////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 75f3a41

Please sign in to comment.