Skip to content
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

Feature 3007 vx ioda #3050

Open
wants to merge 59 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
b4741e7
Per #3006, add new pair_stat tool as a full copy of the point_stat to…
JohnHalleyGotway Nov 5, 2024
3ff4d7f
Per #3006, add pair_stat to the list of things for which no 'make tes…
JohnHalleyGotway Nov 7, 2024
da85f7a
Merge remote-tracking branch 'origin/develop' into feature_3006_pair_…
JohnHalleyGotway Nov 18, 2024
f99af01
Per #3006, saving work in progress prior to seneca reboot
JohnHalleyGotway Nov 18, 2024
6afe990
Per #3006, revert back to using FileType instead of GrdFileType. That…
JohnHalleyGotway Nov 19, 2024
5e431c4
Per #3006, revert back to using FileType instead of GrdFileType. That…
JohnHalleyGotway Nov 19, 2024
ac43a80
Merge remote-tracking branch 'origin/develop' into feature_3006_pair_…
JohnHalleyGotway Dec 3, 2024
9ae08da
Per #3006, committing changes since the code is compiling. Added IODA…
JohnHalleyGotway Dec 3, 2024
982cf62
Per #3006, starting to tweak config options. Saving progress while it…
JohnHalleyGotway Dec 4, 2024
b661a2b
Merge remote-tracking branch 'origin/develop' into feature_3006_pair_…
JohnHalleyGotway Dec 16, 2024
c8b8c41
Per #3006, add fcst.pairs and obs.pairs config entries.
JohnHalleyGotway Dec 16, 2024
752420c
#3007 Added vx_ioda
Dec 17, 2024
00a3949
#3007 Added vx_ioda
Dec 17, 2024
2e4fbcd
#3007 Added vx_ioda
Dec 17, 2024
922b3ce
#3007 Derived from IODADataConfInfo
Dec 17, 2024
bcf1709
#3007 Reduced the code smells (SonarQube findings)
Dec 20, 2024
4186e9c
#3007 Added station_value_base_t and point_pair_t
Dec 20, 2024
1b50145
Initial release
Dec 20, 2024
5eb7018
#3007 Changed ack the location of nc_point_obs.set_nc_out_data
Dec 20, 2024
d78084b
Merge remote-tracking branch 'origin/develop' into feature_3007_vx_ioda
Dec 20, 2024
e812745
Changed station_value_base_t::clear() to station_value_base_t::clear_…
Dec 21, 2024
25f753d
Changed bAPI names
Dec 21, 2024
f14e0bc
#3007 Reduced code smells
Dec 21, 2024
bc438d8
#3007 CLeanup
Dec 21, 2024
587dd70
#3007 Cahnged API for IODADataConfInfo
Dec 21, 2024
d8467bf
#3007 Renamed ioda_file to ioda_reader
Dec 21, 2024
031c256
#3007 Corrected comment
Dec 23, 2024
e59b43c
#3007 Added -lvx_statistics again
Dec 23, 2024
9f24f77
#3007 Added get_nc_data(NcVar *, unixtime)
Dec 23, 2024
c7b992e
#3007 Cleanup
Dec 23, 2024
f7db1de
#3007 Added add_to_unixtime((unixtime)
Dec 23, 2024
7483c36
#3007 Reduced the complexiity of read_time. Added read_time_as_number
Dec 23, 2024
109d1ac
#3007 Added read_time_as_number
Dec 23, 2024
82b6229
#3007 Added add_to_unixtime(unixtime)
Dec 23, 2024
7f670a1
#3007 Cleanup
Dec 23, 2024
5880bf1
#3007 Set bad_data_int to qc_buf
Dec 23, 2024
66e4deb
#3007 Cleanup
Dec 23, 2024
21bd9ef
#3007 Resolve conflicts with feature_3006_pair_stat
Dec 23, 2024
b271ed0
Merge remote-tracking branch 'origin/develop' into feature_3006_pair_…
JohnHalleyGotway Dec 26, 2024
4a9c387
Per #3006, define new GrdFileType::FileType_Pairs enumerated value to…
JohnHalleyGotway Dec 26, 2024
5325ee9
Per #3006, update pair_stat to use the newly added GrdFileType::FileT…
JohnHalleyGotway Dec 26, 2024
62768dc
Merging Howard's ioda development branch into the pair_stat tool
JohnHalleyGotway Dec 26, 2024
3f6f1ed
#3007 Temporarily removed pair_stat
Dec 26, 2024
7e2cad1
Per #3006, rerun bootstrap on seneca to incorporate the compilation o…
JohnHalleyGotway Dec 26, 2024
0b93009
Per #3006, make docs build without warning
JohnHalleyGotway Dec 26, 2024
eda1b90
Per #3006, saving compiling state
JohnHalleyGotway Dec 27, 2024
c6dbfb6
Per #3006, use ConcatString instead of std::string for consistency.
JohnHalleyGotway Dec 27, 2024
d926506
Per #3006, work in progress
JohnHalleyGotway Dec 27, 2024
909401e
Unrelated to #3006, but fix typo in log message.
JohnHalleyGotway Dec 30, 2024
f3b577a
Per #3006, default_column_union was defined in 2 spots. Renaming one …
JohnHalleyGotway Dec 31, 2024
42fb21e
Per #3006, move StatHdrInfo out of aggr_stat_line.h/.cc and into vx_s…
JohnHalleyGotway Dec 31, 2024
7a5415a
Per #3006, remove the unused land/topo/msg_type type config options f…
JohnHalleyGotway Dec 31, 2024
fc7f0c8
Per #3006, update VarInfoPairs::set_dict() to also call VarInfo::set_…
JohnHalleyGotway Dec 31, 2024
b066f5b
Per #3006, since python_line.h lives in src/basic/vx_util, the vx_uti…
JohnHalleyGotway Dec 31, 2024
54bc949
Per #3006, saving off version that compiles before trying changes tha…
JohnHalleyGotway Dec 31, 2024
081cb70
#3007 Deleted commented out cpde
Jan 8, 2025
d809a92
Changed data typo (float to double)
Jan 8, 2025
5a45937
#3007 Resio;lved SonarQube finding
Jan 14, 2025
2142068
Merge remote-tracking branch 'origin/feature_3006_pair_stat' into fea…
Jan 14, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
#3007 Reduced the code smells (SonarQube findings)
  • Loading branch information
Howard Soh committed Dec 20, 2024
commit bcf17090028447c7cf976f64669abb8e351728fa
Loading