Skip to content

Commit

Permalink
Merge pull request #167 from CliMA/ah/calibrate
Browse files Browse the repository at this point in the history
Implement `ConcatenatedVectorNormMap` + develop `projects/OceanBoundaryLayerParameterizations`
  • Loading branch information
adelinehillier authored Apr 7, 2022
2 parents 3dd370b + 449a72a commit 4c55e2f
Show file tree
Hide file tree
Showing 23 changed files with 106 additions and 1,411 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ Results/

*.code-workspace

data
data
14 changes: 7 additions & 7 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -340,9 +340,9 @@ version = "0.21.3"

[[JSON3]]
deps = ["Dates", "Mmap", "Parsers", "StructTypes", "UUIDs"]
git-tree-sha1 = "7d58534ffb62cd947950b3aa9b993e63307a6125"
git-tree-sha1 = "175b6ff26cd0fa01dd60021ce76bbdefdf91e4a0"
uuid = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
version = "1.9.2"
version = "1.9.3"

[[KernelAbstractions]]
deps = ["Adapt", "Cassette", "InteractiveUtils", "MacroTools", "SpecialFunctions", "StaticArrays", "UUIDs"]
Expand Down Expand Up @@ -549,9 +549,9 @@ version = "0.11.6"

[[Parsers]]
deps = ["Dates"]
git-tree-sha1 = "13468f237353112a01b2d6b32f3d0f80219944aa"
git-tree-sha1 = "85b5da0fa43588c75bb1ff986493443f821c70b7"
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
version = "2.2.2"
version = "2.2.3"

[[PencilArrays]]
deps = ["ArrayInterface", "JSON3", "LinearAlgebra", "MPI", "OffsetArrays", "Random", "Reexport", "Requires", "StaticArrays", "StaticPermutations", "Strided", "TimerOutputs", "VersionParsing"]
Expand Down Expand Up @@ -784,10 +784,10 @@ uuid = "3783bdb8-4a98-5b6b-af9a-565f29a5fe9c"
version = "1.0.1"

[[Tables]]
deps = ["DataAPI", "DataValueInterfaces", "IteratorInterfaceExtensions", "LinearAlgebra", "TableTraits", "Test"]
git-tree-sha1 = "bb1064c9a84c52e277f1096cf41434b675cd368b"
deps = ["DataAPI", "DataValueInterfaces", "IteratorInterfaceExtensions", "LinearAlgebra", "OrderedCollections", "TableTraits", "Test"]
git-tree-sha1 = "5ce79ce186cc678bbb5c5681ca3379d1ddae11a1"
uuid = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
version = "1.6.1"
version = "1.7.0"

[[Tar]]
deps = ["ArgTools", "SHA"]
Expand Down
82 changes: 0 additions & 82 deletions examples/calibrate_to_LESbrary/calibrate_CATKE_to_LESbrary.jl

This file was deleted.

172 changes: 0 additions & 172 deletions examples/calibrate_to_LESbrary/calibrate_catke_to_perfect_model.jl

This file was deleted.

Loading

0 comments on commit 4c55e2f

Please sign in to comment.