-
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 1809 gen prob #1967
Feature 1809 gen prob #1967
Commits on Nov 5, 2021
-
Per #1809, define the ProbGenInfo class and update the Makefile to co…
…mpile it. Define ATCF offsets specific to ATCF EDECK GN lines. Update the is_match() logic slightly by moving the checking for consistent valid times from the base class to the ProbRIRWInfo class. That way we can store all probabilities for the same genesis event (across multiple lead times) in the same object.
Configuration menu - View commit details
-
Copy full SHA for 2a159e1 - Browse repository at this point
Copy the full SHA 2a159e1View commit details -
Per #1809, update the ProbInfoArray class to store arrays of both Pro…
…bRIRWInfo and ProbGenInfo objects.
Configuration menu - View commit details
-
Copy full SHA for 8b8fc96 - Browse repository at this point
Copy the full SHA 8b8fc96View commit details -
Per #1809, since tc_pairs processes probabilities of RIRW and not gen…
…esis, update it to only process RIRW probabilities from the ProbInfoArray class rather than all of them.
Configuration menu - View commit details
-
Copy full SHA for 661b2e7 - Browse repository at this point
Copy the full SHA 661b2e7View commit details -
Per #1809, this is definitely a work in progress. TC-Gen parses the g…
…enesis probability forecasts and now needs to be enhanced to actually verify them.
Configuration menu - View commit details
-
Copy full SHA for 79371ca - Browse repository at this point
Copy the full SHA 79371caView commit details -
Per #1809, store the distance to land in the ProbInfoBase class and u…
…pdate the other classes accordingly to set it. Also, update tc_pairs to only process ATCF EDECK probability of RI lines.
Configuration menu - View commit details
-
Copy full SHA for 0c52234 - Browse repository at this point
Copy the full SHA 0c52234View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88ec38e - Browse repository at this point
Copy the full SHA 88ec38eView commit details
Commits on Nov 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 78c930a - Browse repository at this point
Copy the full SHA 78c930aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9929924 - Browse repository at this point
Copy the full SHA 9929924View commit details
Commits on Nov 11, 2021
-
Per #1809, add ProbInfoArray::n_technique() member function to count …
…up the unique model names from the input.
Configuration menu - View commit details
-
Copy full SHA for 475c96a - Browse repository at this point
Copy the full SHA 475c96aView commit details -
Per #1809, update PCTInfo to add the set_fthresh() function and expan…
…d probability thresholds, as needed.
Configuration menu - View commit details
-
Copy full SHA for c52c899 - Browse repository at this point
Copy the full SHA c52c899View commit details -
Per #1809, update TC-Gen to add options for probabilistic outputs whe…
…n evaluating the genesis probability forecasts.
Configuration menu - View commit details
-
Copy full SHA for ca8506c - Browse repository at this point
Copy the full SHA ca8506cView commit details -
Per #1809, switch to consistently naming classes related to the proba…
…bility of genesis as ProbGen rather than mixing it with GenProb, for consistency. Also define ProbGenPCTInfo class for storing PCTInfo.
Configuration menu - View commit details
-
Copy full SHA for 5236918 - Browse repository at this point
Copy the full SHA 5236918View commit details
Commits on Nov 12, 2021
-
Per #1809, saving off the current state of development before proceed…
…ing with changes to simplify the matching logic.
Configuration menu - View commit details
-
Copy full SHA for aa858f3 - Browse repository at this point
Copy the full SHA aa858f3View commit details -
Per #1809, keep track of the min/max BEST track genesis times, and we…
… only need 1 PCT table, not two.
Configuration menu - View commit details
-
Copy full SHA for 4141adb - Browse repository at this point
Copy the full SHA 4141adbView commit details -
Per #1809, make access to ProbGenInfoArray elements non-constant so t…
…hat the tc-gen application can modify their contents.
Configuration menu - View commit details
-
Copy full SHA for 3b0a2df - Browse repository at this point
Copy the full SHA 3b0a2dfView commit details -
Per #1809, Update the ProbGenInfo class to store a pointer to the mat…
…ching Best Genesis event.
Configuration menu - View commit details
-
Copy full SHA for 42d6fad - Browse repository at this point
Copy the full SHA 42d6fadView commit details -
Per #1809, this is a good stopping point. I have tc-gen accurately ve…
…rifying genesis probabilities. Still need to add a probgen_mpr line type, a unit test, and documentaiton.
Configuration menu - View commit details
-
Copy full SHA for 5c2575e - Browse repository at this point
Copy the full SHA 5c2575eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfbf570 - Browse repository at this point
Copy the full SHA bfbf570View commit details
Commits on Nov 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d9f4382 - Browse repository at this point
Copy the full SHA d9f4382View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17b1323 - Browse repository at this point
Copy the full SHA 17b1323View commit details -
Per #1809, add GenesisLead to the ProbGenInfo class to track the lead…
… time for which genesis is forecast.
Configuration menu - View commit details
-
Copy full SHA for 9f834d1 - Browse repository at this point
Copy the full SHA 9f834d1View commit details -
Per #1809, update tc_gen to write PROB_GENESIS matched pair output to…
… the newly-updated GENMPR line type.
Configuration menu - View commit details
-
Copy full SHA for 9a722e1 - Browse repository at this point
Copy the full SHA 9a722e1View commit details -
Per #1809, stop storing a pointer to the BEST genesis info object in …
…ProbGenInfo. That was kludgy.
Configuration menu - View commit details
-
Copy full SHA for b9dd9f0 - Browse repository at this point
Copy the full SHA b9dd9f0View commit details -
Per #1809, use ProbGenPCTInfo to store pointers to the individual mat…
…ched pair objects. This is cleaner than the last kludgy solution.
Configuration menu - View commit details
-
Copy full SHA for ac1045c - Browse repository at this point
Copy the full SHA ac1045cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 540a4f4 - Browse repository at this point
Copy the full SHA 540a4f4View commit details
Commits on Nov 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for effa629 - Browse repository at this point
Copy the full SHA effa629View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bc3d70 - Browse repository at this point
Copy the full SHA 7bc3d70View commit details -
Configuration menu - View commit details
-
Copy full SHA for a18b069 - Browse repository at this point
Copy the full SHA a18b069View commit details