diff --git a/C/ClimaReproducibilityTests/Compat.toml b/C/ClimaReproducibilityTests/Compat.toml new file mode 100644 index 000000000000000..cede58c6aceb0ae --- /dev/null +++ b/C/ClimaReproducibilityTests/Compat.toml @@ -0,0 +1,4 @@ +[0] +OrderedCollections = "1.6.0-1" +PrettyTables = "2" +julia = "1.9.0-1" diff --git a/C/ClimaReproducibilityTests/Deps.toml b/C/ClimaReproducibilityTests/Deps.toml new file mode 100644 index 000000000000000..a243a679eed58ce --- /dev/null +++ b/C/ClimaReproducibilityTests/Deps.toml @@ -0,0 +1,3 @@ +[0] +OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d" +PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d" diff --git a/C/ClimaReproducibilityTests/Package.toml b/C/ClimaReproducibilityTests/Package.toml new file mode 100644 index 000000000000000..a3e64a13d8b2af1 --- /dev/null +++ b/C/ClimaReproducibilityTests/Package.toml @@ -0,0 +1,3 @@ +name = "ClimaReproducibilityTests" +uuid = "e0c89595-00ba-42a9-9f9b-061ef3dc23a1" +repo = "https://github.com/CliMA/ClimaReproducibilityTests.jl.git" diff --git a/C/ClimaReproducibilityTests/Versions.toml b/C/ClimaReproducibilityTests/Versions.toml new file mode 100644 index 000000000000000..4fa3cf7b665e6c0 --- /dev/null +++ b/C/ClimaReproducibilityTests/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "9dd1b7c4d0310115f1cd7bcfb0e2836a3f94f69f" diff --git a/Registry.toml b/Registry.toml index b1f49bf0792b96b..420dd1779918395 100644 --- a/Registry.toml +++ b/Registry.toml @@ -10117,6 +10117,7 @@ e0aa4542-b1ed-4e6a-a09e-9c4627a9da65 = { name = "EquivariantOperators", path = " e0b4c2ea-889f-54df-a5e0-fe74b3c892fd = { name = "uCSV", path = "U/uCSV" } e0b8ae26-5307-5830-91fd-398402328850 = { name = "Thrift_jll", path = "jll/T/Thrift_jll" } e0ba718c-02ec-11e9-384b-dd2930072415 = { name = "ExoplanetsSysSim", path = "E/ExoplanetsSysSim" } +e0c89595-00ba-42a9-9f9b-061ef3dc23a1 = { name = "ClimaReproducibilityTests", path = "C/ClimaReproducibilityTests" } e0ca9c66-1f9e-11ec-127a-1304ce62169c = { name = "DifferenceEquations", path = "D/DifferenceEquations" } e0ce9d3b-0dbd-416f-8264-ccca772f60ec = { name = "ADIOS2", path = "A/ADIOS2" } e0d0a172-29c6-5d4e-96d0-f262df5d01fd = { name = "POMDPSimulators", path = "P/POMDPSimulators" }