Skip to content

Commit

Permalink
Configurations.jl POC
Browse files Browse the repository at this point in the history
  • Loading branch information
SouthEndMusic committed Dec 11, 2024
1 parent fbc2383 commit cfcf61b
Show file tree
Hide file tree
Showing 4 changed files with 400 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.10.7"
manifest_format = "2.0"
project_hash = "986b47155507036c06218d23750fe8de28eb001a"
project_hash = "e2276f59c84e82bc6f2599cc0420946ef2321913"

[[deps.AbstractTrees]]
git-tree-sha1 = "2d9c9a55f9c93e8887ad391fbae72f8ef55e1177"
Expand Down Expand Up @@ -134,6 +134,12 @@ deps = ["Artifacts", "Libdl"]
uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
version = "1.1.1+0"

[[deps.Configurations]]
deps = ["ExproniconLite", "OrderedCollections", "TOML"]
git-tree-sha1 = "4358750bb58a3caefd5f37a4a0c5bfdbbf075252"
uuid = "5218b696-f38b-4ac9-8b61-a12ec717816d"
version = "0.17.6"

[[deps.CpuId]]
deps = ["Markdown"]
git-tree-sha1 = "fcbb72b032692610bfbdb15018ac16a36cf2e406"
Expand Down Expand Up @@ -177,6 +183,11 @@ deps = ["ArgTools", "FileWatching", "LibCURL", "NetworkOptions"]
uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
version = "1.6.0"

[[deps.ExproniconLite]]
git-tree-sha1 = "4c9ed87a6b3cd90acf24c556f2119533435ded38"
uuid = "55351af7-c7e9-48d6-89ff-24e801d99491"
version = "0.10.13"

[[deps.FieldMetadata]]
git-tree-sha1 = "c279c6eab9767a3f62685e5276c850512e0a1afd"
uuid = "bf96fef3-21d2-5d20-8afa-0e7d4c32a885"
Expand Down
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ version = "0.8.1"
[deps]
BasicModelInterface = "59605e27-edc0-445a-b93d-c09a3a50b330"
CFTime = "179af706-886a-5703-950a-314cd64e0468"
Configurations = "5218b696-f38b-4ac9-8b61-a12ec717816d"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
FieldMetadata = "bf96fef3-21d2-5d20-8afa-0e7d4c32a885"
Expand Down
2 changes: 2 additions & 0 deletions src/Wflow.jl
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ function Clock(config, reader)
end

include("io.jl")
include("config.jl")
using .config

"""
Model{N,L,V,R,W}
Expand Down
Loading

0 comments on commit cfcf61b

Please sign in to comment.