Feature #2550 compute_diagnostics#2728
Merged
JohnHalleyGotway merged 79 commits intodevelopfrom feature_2550_compute_diagnosticsNov 17, 2023
+660,261-4,176
Commits
Commits on Sep 28, 2023
- committed
- committed
- committed
- committed
Commits on Sep 29, 2023
- committed
- committed
- committed
- committed
Commits on Oct 2, 2023
Commits on Oct 3, 2023
Commits on Oct 4, 2023
- committed
Per #2550, add scripts/python/tc_diag/config directory and stash the python diagnostics config files there.
committed- committed
Commits on Oct 6, 2023
Commits on Oct 7, 2023
Commits on Oct 13, 2023
- committed
Per #2550, allow option to disable the alignment of decimals for AsciiTable objects since they are NOT aligned in CIRA diag output files.
committedPer #2550, enhance NumArray::sort_array(bool increasing) to support sorting in both increasing and decreasing order.
committedPer #2550, ensure that at least one of the three output types is requested in the TC-Diag config file
committed- committed
Per #2550, update tc_diag python embedding logic to keep track of the insertion order using a vector of map keys.
committedPer #2550, major upgrade to tc_diag to actually retrieve the diagnostics from the python script and write them to NetCDF and ASCII output files.
committed
Commits on Oct 18, 2023
- committed
- committed
- committed
- committed
Commits on Oct 23, 2023
- committed
- committed
Merge branch 'feature_2550_compute_diagnostics' of https://github.com/dtcenter/MET into feature_2550_compute_diagnostics
committedPer #2550, don't actually create the output file streams until we're ready to write the output in case we run into an error during the processing.
committed- committed
- committed
- committed
- committed
Commits on Oct 24, 2023
Commits on Oct 25, 2023
Per #2550, update StringArray::serialize(const char *sep=" ") to take an argument to specify the separator.
committed- committed
- committed
- committed
Commits on Oct 26, 2023
Commits on Oct 27, 2023
Commits on Oct 30, 2023
Commits on Oct 31, 2023
- committed
- committed
- committed
Per #2550, make DEBUG level consistently 3 when reporting the python path updates for python embedding
committedPer #2550, remove censor_thresh, censor_val, and convert(x) from the default config file since they don't actually need to exist there and just slow down the processing. Update the docs accordingly…
committed
Commits on Nov 7, 2023
- committed
Per #2550, update the MET Dockerfiles to build from METbaseimage version 3.1 to include the yaml Python package.
committedPer #2550, update the METbaseimage version number in 2 more spots. This is set in at least 4 spots... wish we could consolidate.
committedPer #2550, comment out the unused code from cyclindrical_grid.py to eliminate the dependency on scipy.
committed
Commits on Nov 10, 2023
Commits on Nov 17, 2023
- committed
- committed
- committed
- committed