The Proceedings of the Ninth International Conference on Creationism (2023)

Nethercott, P. 2021. Radiometric Dating Errors: A Rebuttal of Brent Dalrymple’s Book “The Age of the Earth.” Longwood, Florida: Advantage Books. Snelling, A.A. 1998. The cause of anomalous potassium-argon “ages” for recent andesite flows at Mt. Ngauruhoe, New Zealand, and the implications for potassium-argon “dating”. In R.E. Walsh (editor), Proceedings of the Fourth International Conference on Creationism, pp. 503-525. Pittsburgh, Pennsylvania: Creation Science Fellowship. Snelling, A.A. 2003a. The relevance of Rb-Sr, Sm-Nd and Pb-Pb isotope systematics to elucidation of the genesis and history of recent andesite flows at Mt Ngauruhoe, New Zealand, and the implications for radioisotopic dating. In R.L. Ivey, Jr. (editor), Proceedings of the Fifth International Conference on Creationism, pp. 285-303. Pittsburgh, Pennsylvania: Creation Science Fellowship. Snelling, A.A. 2003b. Whole-rock K-Ar model and isochron, and Rb-Sr, Sm-Nd and Pb-Pb isochron, “dating” of the Somerset Dam layered mafic intrusion, Australia. In R.L. Ivey, Jr. (editor), Proceedings of the Fifth International Conference on Creationism, pp. 305-324. Pittsburgh, Pennsylvania: Creation Science Fellowship. Snelling, A.A. 2005. Isochron discordances and the role of inheritance and mixing of radioisotopes in the mantle and crust. In L. Vardiman, A.A. Snelling, and E.F. Chaffin (editors), Radioisotopes and the Age of the Earth: Results of a Young-earth Creationist Research Initiative, pp. 393-524. El Cajon, California: Institute for Creation Research, and Chino Valley, Arizona: Creation Research Society. Snelling, A.A., S.A. Austin, and W.A. Hoesch. 2003. Radioisotopes in the diabase sill (Upper Precambrian) at Bass Rapids, Grand Canyon, Arizona: an application and test of the isochron dating method. In R.L. Ivey, Jr. (editor), Proceedings of the Fifth International Conference on Creationism, pp. 269-284. Pittsburgh, Pennsylvania: Creation Science Fellowship. Vardiman, L., A.A. Snelling, and E.F. Chaffin (editors). 2000. Radioisotopes and the Age of the Earth: a Young-earth Creationist Research Initiative. El Cajon, California: Institute for Creation Research, and St Joseph, Missouri: Creation Research Society. Vardiman, L., A.A. Snelling, and E.F. Chaffin (editors). 2005. Radioisotopes and the Age of the Earth: Results of a Young-earth Creationist Research Initiative. El Cajon, California: Institute for Creation Research, and Chino Valley, Arizona: Creation Research Society. Wise, K.P. 2002. Faith, Form, and Time: What the Bible Teaches and Science Confirms about Creation and the Age of the Universe. Nashville, Tennessee: Broadman and Holman Publishers. Woodmorappe, J. 1979. Radiometric geochronology reappraised. Creation Research Society Quarterly 16, no. 2 (September):102-129, 147-148. Woodmorappe, J. 1999. The Mythology of Modern Dating Methods. El Cajon, California: Institute for Creation Research. Zartman, R.E., C.A. Bush, and C. Abston, revised by J. Sloan, C.D. Henry, M. Hopkins, and S. Ludington. 2003. National Geochronological Database. United States Geological Survey Open-File Report 03-236. DOI: 10.3133/ofr03326_rev. THE AUTHORS Micah Beachy is a sophomore B.S. Geology student at Cedarville University. Benjamin Kinard is a sophomore B.S. Computer Engineering student at Cedarville University. Paul Garner is a full-time Researcher and Lecturer for Biblical Creation Trust in the UK. He has an MSc in Geoscience from University College London, where he specialised in palaeobiology. He is a Fellow of the Geological Society of London and a member of several other scientific societies. He is the author of two books, The New Creationism: Building Scientific Theories on a Biblical Foundation (Evangelical Press, 2009) and Fossils and the Flood: Exploring Lost Worlds with Science and Scripture (New Creation, 2021). He is cohost of the fortnightly podcast, Let’s Talk Creation, with Dr Todd Wood. APPENDIX A: ESTIMATING THE NUMBER OF UNIQUE AGE DETERMINATIONS The USGS National Geochronological Database comprises several files, including a separate file for each radioisotope method and a merged file called “allages.” We used the “allages” file for the purposes of our study. However, because of the way this file is constructed, it included many duplicated ages, which we removed using the Processing software and the source code reproduced below. We called the resulting file our “reformatted allages” file, and we used it for any analyses using our Concordance Metric. However, for our “Two Methods Comparisons” and “U-Th-Pb Comparisons” we obtained data directly from the original “allages” file, removing records that did not contain ages determined by the methods in which we were interested. It should be noted that there are some discrepancies between the “allages” file (and thus our “reformatted allages” file) and the separate files provided in the database for each method. For example: • Record #45 is present in the K-Ar method file but not in the “allages” file. Instead, the “allages” file has a duplicated entry for Record #44. • Record #16763, which contains a K-Ar age in the K-Ar method file, is omitted from the “allages” file. Thus, the total number of unique age determinations in our “reformatted allages” file (29,043) is slightly different to the sum of the age determinations obtained from the separate method files (29,067). However, the difference of 24 ages is very small in comparison to the size of the database as a whole and should not significantly impact our results. /////////////////////////////////////////////////////////////////////////////////////////// // // ConcordanceMetric_v1.pde // Benjamin Kinard // // ConcordanceMetric_v1 creates the file “ConcordanceMetricOutput.csv” // that reformats “allages.csv” such that each RecNo is contained // in single row. // /////////////////////////////////////////////////////////////////////////////////////////// Table allages; // table containing all samples Table output = new Table(); // output table int[] NumRecNo = new int[18670]; StringList columns = new StringList(); StringList genColumns = new StringList(); void setup() { allages = loadTable(“allages.csv”, “header, csv”); // 25359 rows // initialize output columns genColumns.append(“RecNo”); genColumns.append(“LongDec”); genColumns.append(“LatDec”); genColumns.append(“State”); genColumns.append(“County”); genColumns.append(“QuadScale”); genColumns.append(“QuadName”); genColumns.append(“SampSour”); genColumns.append(“RockName”); columns.append(“ConcordanceScore”); columns.append(“TotalCount”); columns.append(“KArScore”); BEACHY, KINARD AND GARNER How often do radioisotope ages agree? 2023 ICC 397

RkJQdWJsaXNoZXIy MTM4ODY=