Skip to content

Commit

Permalink
Merge pull request #783 from CliMA/js/v010
Browse files Browse the repository at this point in the history
tag v0.1.0
  • Loading branch information
juliasloan25 authored May 15, 2024
2 parents e323940 + 10ee5e3 commit b48cbeb
Show file tree
Hide file tree
Showing 7 changed files with 197 additions and 256 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ClimaCoupler"
uuid = "4ade58fe-a8da-486c-bd89-46df092ec0c7"
authors = ["CliMA Contributors <[email protected]>"]
version = "0.0.1"
version = "0.1.0"

[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Expand Down
22 changes: 11 additions & 11 deletions experiments/AMIP/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ manifest_format = "2.0"
project_hash = "9e4203990c8bcfa6c89ab13b8fa1ae6772387ffe"

[[deps.ADTypes]]
git-tree-sha1 = "401c87ea437e9d5b74dc283a77198ad75e50811f"
git-tree-sha1 = "9b3993053b87311e699ac9e1bcabec5ae7444f65"
uuid = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
version = "1.1.0"
version = "1.2.0"
weakdeps = ["ChainRulesCore", "EnzymeCore"]

[deps.ADTypes.extensions]
Expand Down Expand Up @@ -364,7 +364,7 @@ version = "0.3.15"
deps = ["CUDA", "ClimaComms", "ClimaCore", "ClimaCoreTempestRemap", "Dates", "DocStringExtensions", "JLD2", "NCDatasets", "Plots", "SciMLBase", "StaticArrays", "Statistics", "SurfaceFluxes", "TempestRemap_jll", "Thermodynamics"]
path = "../.."
uuid = "4ade58fe-a8da-486c-bd89-46df092ec0c7"
version = "0.0.1"
version = "0.1.0"

[[deps.ClimaLand]]
deps = ["Adapt", "ArtifactWrappers", "CUDA", "ClimaComms", "ClimaCore", "ClimaCoreTempestRemap", "ClimaUtilities", "DataFrames", "Dates", "DocStringExtensions", "Insolation", "Interpolations", "IntervalSets", "LinearAlgebra", "NCDatasets", "SciMLBase", "StaticArrays", "SurfaceFluxes", "Thermodynamics"]
Expand Down Expand Up @@ -392,9 +392,9 @@ version = "0.10.6"

[[deps.ClimaTimeSteppers]]
deps = ["ClimaComms", "Colors", "DataStructures", "DiffEqBase", "DiffEqCallbacks", "KernelAbstractions", "Krylov", "LinearAlgebra", "LinearOperators", "NVTX", "SciMLBase", "StaticArrays"]
git-tree-sha1 = "c007c01f5a8dfe7e0ad4fc6231c181c7807d9d63"
git-tree-sha1 = "bd0445edef423f0f274b574148481db48f8554a9"
uuid = "595c0a79-7f3d-439a-bc5a-b232dc3bde79"
version = "0.7.25"
version = "0.7.26"

[deps.ClimaTimeSteppers.extensions]
ClimaTimeSteppersBenchmarkToolsExt = ["CUDA", "BenchmarkTools", "OrderedCollections", "StatsBase", "PrettyTables"]
Expand Down Expand Up @@ -1987,9 +1987,9 @@ version = "1.40.4"

[[deps.Polyester]]
deps = ["ArrayInterface", "BitTwiddlingConvenienceFunctions", "CPUSummary", "IfElse", "ManualMemory", "PolyesterWeave", "Requires", "Static", "StaticArrayInterface", "StrideArraysCore", "ThreadingUtilities"]
git-tree-sha1 = "2ba5f33cbb51a85ef58a850749492b08f9bf2193"
git-tree-sha1 = "b3e2bae88cf07baf0a051fe09666b8ef97aefe93"
uuid = "f517fe37-dbe3-4b94-8317-1923a5111588"
version = "0.7.13"
version = "0.7.14"

[[deps.PolyesterWeave]]
deps = ["BitTwiddlingConvenienceFunctions", "CPUSummary", "IfElse", "Static", "ThreadingUtilities"]
Expand Down Expand Up @@ -2149,9 +2149,9 @@ version = "0.6.12"

[[deps.RecursiveArrayTools]]
deps = ["Adapt", "ArrayInterface", "DocStringExtensions", "GPUArraysCore", "IteratorInterfaceExtensions", "LinearAlgebra", "RecipesBase", "SparseArrays", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface", "Tables"]
git-tree-sha1 = "f599a896fb28043dd63a4d372231dfcbdd117394"
git-tree-sha1 = "47f8fedb92e196d21d8d1f5f92d5de42449d1078"
uuid = "731186ca-8d62-57ce-b412-fbd966d074cd"
version = "3.16.0"
version = "3.18.1"

[deps.RecursiveArrayTools.extensions]
RecursiveArrayToolsFastBroadcastExt = "FastBroadcast"
Expand Down Expand Up @@ -2270,9 +2270,9 @@ uuid = "c0aeaf25-5076-4817-a8d5-81caf7dfa961"
version = "0.3.8"

[[deps.SciMLStructures]]
git-tree-sha1 = "5833c10ce83d690c124beedfe5f621b50b02ba4d"
git-tree-sha1 = "d778a74df2f64059c38453b34abad1953b2b8722"
uuid = "53ae85a6-f571-4167-b2af-e1d143709226"
version = "1.1.0"
version = "1.2.0"

[[deps.Scratch]]
deps = ["Dates"]
Expand Down
1 change: 0 additions & 1 deletion experiments/AMIP/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ ClimaLand = "0.11"
ClimaParams = "0.10"
ClimaTimeSteppers = "0.7"
Colors = "0.12"
CommonDataModel = "=0.3.5"
Dierckx = "0.5"
ForwardDiff = "0.10"
Glob = "1"
Expand Down
Loading

2 comments on commit b48cbeb

@juliasloan25
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/106906

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" b48cbebe5f30899c7467c14c589ba5770b80214a
git push origin v0.1.0

Please sign in to comment.