-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathProject.toml
More file actions
86 lines (82 loc) · 3.09 KB
/
Project.toml
File metadata and controls
86 lines (82 loc) · 3.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
name = "ClimaCoupler"
uuid = "4ade58fe-a8da-486c-bd89-46df092ec0c7"
version = "0.1.2"
authors = ["CliMA Contributors <clima-software@caltech.edu>"]
[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
ClimaAnalysis = "29b5916a-a76c-4e73-9657-3c8fd22e65e6"
ClimaAtmos = "b2c96348-7fb7-4fe0-8da9-78d88439e717"
ClimaComms = "3a4d1b5c-c61d-41fd-a00a-5873ba7a1b0d"
ClimaCore = "d414da3d-4745-48bb-8d80-42e94e092884"
ClimaDiagnostics = "1ecacbb8-0713-4841-9a07-eb5aa8a2d53f"
ClimaParams = "5c42b081-d73a-476f-9059-fd94b934656c"
ClimaTimeSteppers = "595c0a79-7f3d-439a-bc5a-b232dc3bde79"
ClimaUtilities = "b3f4f4ca-9299-4f7f-bd9b-81e1242a7513"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Insolation = "e98cc03f-d57e-4e3c-b70c-8d51efe9e0d8"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
SurfaceFluxes = "49b00bb7-8bd4-4f2b-b78c-51cd0450215f"
Thermodynamics = "b60c26fb-14c3-4610-9d3e-2d17fe7ff00c"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
[weakdeps]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
ClimaCoreMakie = "908f55d8-4145-4867-9c14-5dad1a479e4d"
ClimaLand = "08f4d4ce-cf43-44bb-ad95-9d2d5f413532"
ClimaOcean = "0376089a-ecfe-4b0e-a64f-9c555d74d754"
ClimaSeaIce = "6ba0ff68-24e6-4315-936c-2e99227c95a4"
GeoMakie = "db073c08-6b98-4ee5-b6a4-5efafb3259c6"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Oceananigans = "9e8cae18-63c1-5223-a75c-80ca9d6e9a09"
Poppler_jll = "9c32591e-4766-534b-9725-b71a8799265b"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
[extensions]
ClimaCouplerCMIPExt = ["ClimaOcean", "ClimaSeaIce", "KernelAbstractions", "Oceananigans"]
ClimaCouplerCMIPMakieExt = ["CairoMakie", "ClimaCoreMakie", "GeoMakie", "Makie", "Oceananigans", "Poppler_jll", "Printf"]
ClimaCouplerClimaAtmosExt = ["ClimaAtmos"]
ClimaCouplerClimaLandExt = ["ClimaLand"]
ClimaCouplerMakieExt = ["CairoMakie", "ClimaCoreMakie", "GeoMakie", "Makie", "Poppler_jll", "Printf"]
[compat]
ArgParse = "1"
CairoMakie = "0.15"
ClimaAnalysis = "0.5.21"
ClimaAtmos = "0.38"
ClimaComms = "0.6.2"
ClimaCore = "0.14.46"
ClimaCoreMakie = "0.4"
ClimaDiagnostics = "0.2.6, 0.3"
ClimaLand = "1.6"
ClimaOcean = "0.9.5"
ClimaParams = "1.0"
ClimaSeaIce = "0.4.0 - 0.4.5" # [0.4.0, 0.4.5]
ClimaTimeSteppers = "0.7, 0.8"
ClimaUtilities = "0.1.22"
Dates = "1"
GeoMakie = "0.7"
Insolation = "1.1"
Interpolations = "0.14, 0.15, 0.16"
JLD2 = "0.5, 0.6"
KernelAbstractions = "0.9"
LinearAlgebra = "1"
Logging = "1"
Makie = "0.24"
NCDatasets = "0.14"
Oceananigans = "0.104, 0.105, 0.106"
Poppler_jll = "24"
Printf = "1"
Random = "1"
SciMLBase = "~2.110, ~2.111, ~2.112"
StaticArrays = "1.9.8"
Statistics = "1"
SurfaceFluxes = "0.15.0, 1"
Thermodynamics = "0.15.3, ~1.0, ~1.1, ~1.2"
YAML = "0.4"
julia = "1.10"