-
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
Feature #2168 tc_diag #2555
Feature #2168 tc_diag #2555
Commits on Sep 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2eafc49 - Browse repository at this point
Copy the full SHA 2eafc49View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5435ab - Browse repository at this point
Copy the full SHA c5435abView commit details -
Configuration menu - View commit details
-
Copy full SHA for b304969 - Browse repository at this point
Copy the full SHA b304969View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42b072d - Browse repository at this point
Copy the full SHA 42b072dView commit details
Commits on Sep 27, 2022
-
Per #2168, fix a pretty obvious bug. The tc_pairs tool should identif…
…y itself as tc_pairs rather than tc_gen!
Configuration menu - View commit details
-
Copy full SHA for 7472da5 - Browse repository at this point
Copy the full SHA 7472da5View commit details -
Per #2186, add new tc_pairs_CONSENSUS test to unit_tc_pairs.xml to de…
…monstrate the computation of consensus tracks. Note however that the TC-Pairs computed consensus do not match the output from NHC as closely as I'd expect.
Configuration menu - View commit details
-
Copy full SHA for 010ae88 - Browse repository at this point
Copy the full SHA 010ae88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7575c7d - Browse repository at this point
Copy the full SHA 7575c7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f79ca6 - Browse repository at this point
Copy the full SHA 3f79ca6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55b3ce1 - Browse repository at this point
Copy the full SHA 55b3ce1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f7911a - Browse repository at this point
Copy the full SHA 8f7911aView commit details
Commits on Sep 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 448ddfd - Browse repository at this point
Copy the full SHA 448ddfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc11384 - Browse repository at this point
Copy the full SHA dc11384View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee08e05 - Browse repository at this point
Copy the full SHA ee08e05View commit details -
per #2168, work in progress. It compiles but doesn't actually do what…
… we want it to do yet.
Configuration menu - View commit details
-
Copy full SHA for 8da3132 - Browse repository at this point
Copy the full SHA 8da3132View commit details
Commits on Dec 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a4807b2 - Browse repository at this point
Copy the full SHA a4807b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6beb906 - Browse repository at this point
Copy the full SHA 6beb906View commit details
Commits on Dec 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e9bef7d - Browse repository at this point
Copy the full SHA e9bef7dView commit details
Commits on Dec 15, 2022
-
Per #2168, minor change adding convert(x) to the default TC-Diag conf…
…ig file. It was actually quietly supported. Just adding it for clarity.
Configuration menu - View commit details
-
Copy full SHA for 74f6ce3 - Browse repository at this point
Copy the full SHA 74f6ce3View commit details
Commits on Dec 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b1992dd - Browse repository at this point
Copy the full SHA b1992ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for b338f37 - Browse repository at this point
Copy the full SHA b338f37View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdb8820 - Browse repository at this point
Copy the full SHA fdb8820View commit details -
Per #2168, update TC-Diag config options, apply consistent whitespace…
… formatting, and get the tool compiling again.
Configuration menu - View commit details
-
Copy full SHA for dff6e52 - Browse repository at this point
Copy the full SHA dff6e52View commit details -
Configuration menu - View commit details
-
Copy full SHA for daaed3b - Browse repository at this point
Copy the full SHA daaed3bView commit details -
Per #2168, add unit_tc_diag.xml to the list of tests to be run. This …
…test runs but does NOT actually do much work. Had to use dynamically allocated arrays instead of a vector to avoid memory issues.
Configuration menu - View commit details
-
Copy full SHA for f4f9727 - Browse repository at this point
Copy the full SHA f4f9727View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96cb281 - Browse repository at this point
Copy the full SHA 96cb281View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0d51fe - Browse repository at this point
Copy the full SHA d0d51feView commit details
Commits on Dec 23, 2022
-
Per #2168, so this is compiling right now but not actually running ag…
…ain yet. I'm still working on supporting multiple range/azimuth grids being used.
Configuration menu - View commit details
-
Copy full SHA for 6fc04e0 - Browse repository at this point
Copy the full SHA 6fc04e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a2d300 - Browse repository at this point
Copy the full SHA 4a2d300View commit details
Commits on Mar 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6274e66 - Browse repository at this point
Copy the full SHA 6274e66View commit details
Commits on Mar 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9b0484c - Browse repository at this point
Copy the full SHA 9b0484cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2adc34 - Browse repository at this point
Copy the full SHA f2adc34View commit details
Commits on Mar 6, 2023
-
Per #2168, let model be set to an array of strings rather than a sing…
…le value. Update tc_diag.cc to error out if more than one track initialization time is provded.
Configuration menu - View commit details
-
Copy full SHA for 19f5621 - Browse repository at this point
Copy the full SHA 19f5621View commit details
Commits on Mar 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 56b9dc6 - Browse repository at this point
Copy the full SHA 56b9dc6View commit details
Commits on Mar 31, 2023
-
Per #2168, certainly not done but tc_diag is actually compiling right…
… now. Just saving the state.
Configuration menu - View commit details
-
Copy full SHA for f145666 - Browse repository at this point
Copy the full SHA f145666View commit details -
Configuration menu - View commit details
-
Copy full SHA for af7cf44 - Browse repository at this point
Copy the full SHA af7cf44View commit details -
Per #2168, got it compiling again after simplifying the config file t…
…o use the domain_info dictionary.
Configuration menu - View commit details
-
Copy full SHA for 9835016 - Browse repository at this point
Copy the full SHA 9835016View commit details
Commits on Apr 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c8c6a38 - Browse repository at this point
Copy the full SHA c8c6a38View commit details
Commits on Apr 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7d07d6a - Browse repository at this point
Copy the full SHA 7d07d6aView commit details
Commits on Apr 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9e7661b - Browse repository at this point
Copy the full SHA 9e7661bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae97d28 - Browse repository at this point
Copy the full SHA ae97d28View commit details
Commits on Apr 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9529749 - Browse repository at this point
Copy the full SHA 9529749View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6881bd - Browse repository at this point
Copy the full SHA d6881bdView commit details
Commits on Apr 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for edcc5ea - Browse repository at this point
Copy the full SHA edcc5eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39d248d - Browse repository at this point
Copy the full SHA 39d248dView commit details -
Configuration menu - View commit details
-
Copy full SHA for aedeb8e - Browse repository at this point
Copy the full SHA aedeb8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61175f2 - Browse repository at this point
Copy the full SHA 61175f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b5bff0 - Browse repository at this point
Copy the full SHA 0b5bff0View commit details -
Per #2168, update vx_series_data get_series_entry() functionality to …
…search ALL of the input data files rather than just one.
Configuration menu - View commit details
-
Copy full SHA for b12928e - Browse repository at this point
Copy the full SHA b12928eView commit details
Commits on Apr 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 69609f0 - Browse repository at this point
Copy the full SHA 69609f0View commit details
Commits on Apr 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f467a9e - Browse repository at this point
Copy the full SHA f467a9eView commit details
Commits on Apr 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 507e390 - Browse repository at this point
Copy the full SHA 507e390View commit details -
Per #2168, add a vortex_removal flag to the TC-Diag config file and p…
…arse it. The vortex removal logic does NOT exist here yet but should be added to do the removal when the ADECK Tech ID does not match the Tech ID of the data.
Configuration menu - View commit details
-
Copy full SHA for 939ab57 - Browse repository at this point
Copy the full SHA 939ab57View commit details -
Per #2168, add DataOptInfo struct to store the -data gridded data fil…
…es along with the list of one or more corresponding ATCF Tech ID's.
Configuration menu - View commit details
-
Copy full SHA for a5f9e3a - Browse repository at this point
Copy the full SHA a5f9e3aView commit details
Commits on Apr 26, 2023
-
Per #2523, change the order of the NetCDF diensions written by the tc…
…_rmw tool. The dimensions should have time first, vertical level second (if applicable), and then gridded dimensions (i.e. lat,lon) last.
Configuration menu - View commit details
-
Copy full SHA for 82dc790 - Browse repository at this point
Copy the full SHA 82dc790View commit details -
Configuration menu - View commit details
-
Copy full SHA for e71ae04 - Browse repository at this point
Copy the full SHA e71ae04View commit details
Commits on Apr 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2e671a8 - Browse repository at this point
Copy the full SHA 2e671a8View commit details -
Merge remote-tracking branch 'origin/feature_2523_dim_order' into fea…
…ture_2168_tc_diag
Configuration menu - View commit details
-
Copy full SHA for 1274782 - Browse repository at this point
Copy the full SHA 1274782View commit details
Commits on May 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bd6d081 - Browse repository at this point
Copy the full SHA bd6d081View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b17caf - Browse repository at this point
Copy the full SHA 3b17cafView commit details
Commits on May 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1833c1b - Browse repository at this point
Copy the full SHA 1833c1bView commit details -
Per #2168, generalize def_tc_range_azimuth() to write explicity range…
…s in km rather than as a function of RMW.
Configuration menu - View commit details
-
Copy full SHA for d590cdb - Browse repository at this point
Copy the full SHA d590cdbView commit details -
Per #2168, work in progress. Update the library code to write range u…
…nits in km rather than always rmw.
Configuration menu - View commit details
-
Copy full SHA for b756f0e - Browse repository at this point
Copy the full SHA b756f0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 009b77b - Browse repository at this point
Copy the full SHA 009b77bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f8a2d9 - Browse repository at this point
Copy the full SHA 6f8a2d9View commit details
Commits on May 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 568f265 - Browse repository at this point
Copy the full SHA 568f265View commit details
Commits on May 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f4d7330 - Browse repository at this point
Copy the full SHA f4d7330View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcb2021 - Browse repository at this point
Copy the full SHA fcb2021View commit details
Commits on May 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 994dae9 - Browse repository at this point
Copy the full SHA 994dae9View commit details -
Per #2168, still a work in progress but I am getting good NetCDF outp…
…ut files containing 3d vars. The parallelization is still not working.
Configuration menu - View commit details
-
Copy full SHA for 889c6a4 - Browse repository at this point
Copy the full SHA 889c6a4View commit details
Commits on May 19, 2023
-
Per #2168, add the init and lead times to the NetCDF output from TC-R…
…MW and TC-Diag. Also rename 'atcf_' varialbes as 'Point' instead.
Configuration menu - View commit details
-
Copy full SHA for 0dd8c0e - Browse repository at this point
Copy the full SHA 0dd8c0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 809bc1e - Browse repository at this point
Copy the full SHA 809bc1eView commit details -
Per #2168, switch how the TC values are written to support to minutes…
… and seconds instead of only hours
Configuration menu - View commit details
-
Copy full SHA for ca6d6a0 - Browse repository at this point
Copy the full SHA ca6d6a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dfaf9d - Browse repository at this point
Copy the full SHA 2dfaf9dView commit details -
Per #2168, udpate tc-diag to write timestamps in as both human-readab…
…le strings and as unixtime strings.
Configuration menu - View commit details
-
Copy full SHA for 97a919d - Browse repository at this point
Copy the full SHA 97a919dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 557a651 - Browse repository at this point
Copy the full SHA 557a651View commit details
Commits on May 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cf33a79 - Browse repository at this point
Copy the full SHA cf33a79View commit details
Commits on May 26, 2023
-
Per #2168, create scripts/python/tc_diag directory to house diagnosti…
…cs python code.
Configuration menu - View commit details
-
Copy full SHA for 977fd62 - Browse repository at this point
Copy the full SHA 977fd62View commit details -
Per #2168, by default, define the diagnostics scripts once at a highe…
…r level of config file context
Configuration menu - View commit details
-
Copy full SHA for 0c29909 - Browse repository at this point
Copy the full SHA 0c29909View commit details
Commits on May 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 07ca93a - Browse repository at this point
Copy the full SHA 07ca93aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 821839b - Browse repository at this point
Copy the full SHA 821839bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0701350 - Browse repository at this point
Copy the full SHA 0701350View commit details
Commits on May 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8a81ab6 - Browse repository at this point
Copy the full SHA 8a81ab6View commit details
Commits on Jun 1, 2023
-
Per #2168, split write_tc_track() utility function out into write_tc_…
…track_lines() and write_tc_track_lat_lon().
Configuration menu - View commit details
-
Copy full SHA for 3e6b506 - Browse repository at this point
Copy the full SHA 3e6b506View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebbe56b - Browse repository at this point
Copy the full SHA ebbe56bView commit details -
Per #2168, work in progress for TC-Diag. Have the combined cyclindric…
…al coordinates NetCDF output and NetCDF diagnostics output in good shape. Need to write the ascii diagnostics output.
Configuration menu - View commit details
-
Copy full SHA for d6fa6af - Browse repository at this point
Copy the full SHA d6fa6afView commit details -
Per #2168, actually remove the temprorary NetCDF files written for ea…
…ch track point.
Configuration menu - View commit details
-
Copy full SHA for 41bc888 - Browse repository at this point
Copy the full SHA 41bc888View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10e597e - Browse repository at this point
Copy the full SHA 10e597eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0773976 - Browse repository at this point
Copy the full SHA 0773976View commit details -
Configuration menu - View commit details
-
Copy full SHA for d84c8e8 - Browse repository at this point
Copy the full SHA d84c8e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12242b1 - Browse repository at this point
Copy the full SHA 12242b1View commit details
Commits on Jun 2, 2023
-
Per #2168, this is not the real solution but just a placeholder for t…
…he logic of the TC diagnostics computation scripts.
Configuration menu - View commit details
-
Copy full SHA for 3d5f4ae - Browse repository at this point
Copy the full SHA 3d5f4aeView commit details -
Per #2168, update the default diag python script to list bad data val…
…ues for all the known CIRA diagnostics.
Configuration menu - View commit details
-
Copy full SHA for a2538fc - Browse repository at this point
Copy the full SHA a2538fcView commit details -
Per #2168, define a beta version library function to warn users about…
… new/incomplete features.
Configuration menu - View commit details
-
Copy full SHA for dfa8ae1 - Browse repository at this point
Copy the full SHA dfa8ae1View commit details -
Per #2168, change the default tc-diag config file and code to only re…
…quest the NetCDF range/azimuth output files since that's all that's supported in this version.
Configuration menu - View commit details
-
Copy full SHA for 1cacf84 - Browse repository at this point
Copy the full SHA 1cacf84View commit details -
Per #2168, update TC-Diag to write global attributes to NetCDF output…
… files and replace JHG comments with TODO to list out future development tasks.
Configuration menu - View commit details
-
Copy full SHA for c3069ee - Browse repository at this point
Copy the full SHA c3069eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbe3cae - Browse repository at this point
Copy the full SHA dbe3caeView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3fa585 - Browse repository at this point
Copy the full SHA f3fa585View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a9068b - Browse repository at this point
Copy the full SHA 8a9068bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8c0061 - Browse repository at this point
Copy the full SHA b8c0061View commit details
Commits on Jun 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c7fa32a - Browse repository at this point
Copy the full SHA c7fa32aView commit details -
Configuration menu - View commit details
-
Copy full SHA for edad8e5 - Browse repository at this point
Copy the full SHA edad8e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa3f462 - Browse repository at this point
Copy the full SHA fa3f462View commit details
Commits on Jun 7, 2023
-
Per #2168, revert back how the track lines are written so that the rm…
…w_analysis tool keeps working without any changes needed.
Configuration menu - View commit details
-
Copy full SHA for 3fffa76 - Browse repository at this point
Copy the full SHA 3fffa76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e06f9d - Browse repository at this point
Copy the full SHA 3e06f9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 903f5a5 - Browse repository at this point
Copy the full SHA 903f5a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a4f310 - Browse repository at this point
Copy the full SHA 6a4f310View commit details
Commits on Jun 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b6ee12a - Browse repository at this point
Copy the full SHA b6ee12aView commit details