Skip to content

Commit f5405e4

Browse files
authored
Change default plots to png (#1318)
1 parent 014debf commit f5405e4

26 files changed

+362
-470
lines changed

.buildkite/Manifest-v1.11.toml

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
julia_version = "1.11.6"
44
manifest_format = "2.0"
5-
project_hash = "89ec8ab53baa760f6871af1f2b44a50375dfff04"
5+
project_hash = "0257c8e4fc6fd73b316df90fb308c7d86009613a"
66

77
[[deps.ADTypes]]
88
git-tree-sha1 = "7927b9af540ee964cc5d1b73293f1eb0b761a3a1"
@@ -481,11 +481,11 @@ deps = ["ClimaComms", "ClimaCore", "ClimaDiagnostics", "ClimaParams", "ClimaTime
481481
path = ".."
482482
uuid = "08f4d4ce-cf43-44bb-ad95-9d2d5f413532"
483483
version = "0.18.0"
484-
weakdeps = ["BSON", "CSV", "CairoMakie", "ClimaAnalysis", "DataFrames", "DelimitedFiles", "Flux", "GeoMakie", "HTTP", "Poppler_jll", "Printf", "StatsBase"]
484+
weakdeps = ["BSON", "CSV", "CairoMakie", "ClimaAnalysis", "DataFrames", "DelimitedFiles", "Flux", "GeoMakie", "HTTP", "Printf", "StatsBase"]
485485

486486
[deps.ClimaLand.extensions]
487487
FluxnetSimulationsExt = ["DelimitedFiles"]
488-
LandSimulationVisualizationExt = ["CairoMakie", "ClimaAnalysis", "GeoMakie", "Poppler_jll", "Printf", "StatsBase"]
488+
LandSimulationVisualizationExt = ["CairoMakie", "ClimaAnalysis", "GeoMakie", "Printf", "StatsBase"]
489489
NeuralSnowExt = ["CSV", "DataFrames", "HTTP", "Flux", "StatsBase", "BSON"]
490490

491491
[[deps.ClimaParams]]
@@ -506,9 +506,9 @@ weakdeps = ["BenchmarkTools", "CUDA", "OrderedCollections", "PrettyTables", "Sta
506506

507507
[[deps.ClimaUtilities]]
508508
deps = ["Artifacts", "ClimaComms", "Dates"]
509-
git-tree-sha1 = "4402148693a5096c28cb09e544ce92b049b33e41"
509+
git-tree-sha1 = "fe1a7b3143f11c017118d3c99f067a09cb622f81"
510510
uuid = "b3f4f4ca-9299-4f7f-bd9b-81e1242a7513"
511-
version = "0.1.25"
511+
version = "0.1.26"
512512

513513
[deps.ClimaUtilities.extensions]
514514
ClimaUtilitiesClimaCoreExt = "ClimaCore"
@@ -1842,12 +1842,6 @@ version = "2.10.0"
18421842
LDLFactorizations = "40e66cde-538c-5869-a4ad-c39174c6795b"
18431843
Metal = "dde4c033-4e86-420c-a63e-0dd931031962"
18441844

1845-
[[deps.LittleCMS_jll]]
1846-
deps = ["Artifacts", "JLLWrappers", "JpegTurbo_jll", "Libdl", "Libtiff_jll"]
1847-
git-tree-sha1 = "fa7fd067dca76cadd880f1ca937b4f387975a9f5"
1848-
uuid = "d3a379c0-f9a3-5b72-a4c0-6bf4d2e8af0f"
1849-
version = "2.16.0+0"
1850-
18511845
[[deps.LogExpFunctions]]
18521846
deps = ["DocStringExtensions", "IrrationalConstants", "LinearAlgebra"]
18531847
git-tree-sha1 = "13ca9e2586b89836fd20cccf56e57e2b9ae7f38f"
@@ -2253,12 +2247,6 @@ git-tree-sha1 = "8292dd5c8a38257111ada2174000a33745b06d4e"
22532247
uuid = "18a262bb-aa17-5467-a713-aee519bc75cb"
22542248
version = "3.2.4+0"
22552249

2256-
[[deps.OpenJpeg_jll]]
2257-
deps = ["Artifacts", "JLLWrappers", "Libdl", "Libtiff_jll", "LittleCMS_jll", "libpng_jll"]
2258-
git-tree-sha1 = "7dc7028a10d1408e9103c0a77da19fdedce4de6c"
2259-
uuid = "643b3616-a352-519d-856d-80112ee9badc"
2260-
version = "2.5.4+0"
2261-
22622250
[[deps.OpenLibm_jll]]
22632251
deps = ["Artifacts", "Libdl"]
22642252
uuid = "05823500-19ac-5b8b-9628-191a04bc5112"
@@ -2434,12 +2422,6 @@ git-tree-sha1 = "36d8b4b899628fb92c2749eb488d884a926614d3"
24342422
uuid = "2dfb63ee-cc39-5dd5-95bd-886bf059d720"
24352423
version = "1.4.3"
24362424

2437-
[[deps.Poppler_jll]]
2438-
deps = ["Artifacts", "Cairo_jll", "Fontconfig_jll", "FreeType2_jll", "Glib_jll", "JLLWrappers", "JpegTurbo_jll", "LibCURL_jll", "Libdl", "Libtiff_jll", "OpenJpeg_jll", "libpng_jll"]
2439-
git-tree-sha1 = "7dbfb7f61c3aa5def7b7dad3fa344c1c2858a83b"
2440-
uuid = "9c32591e-4766-534b-9725-b71a8799265b"
2441-
version = "24.6.0+0"
2442-
24432425
[[deps.PositiveFactorizations]]
24442426
deps = ["LinearAlgebra"]
24452427
git-tree-sha1 = "17275485f373e6673f7e7f97051f703ed5b15b20"

.buildkite/Manifest.toml

Lines changed: 7 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This file is machine-generated - editing it directly is not advised
22

3-
julia_version = "1.10.9"
3+
julia_version = "1.10.10"
44
manifest_format = "2.0"
5-
project_hash = "c0c623423216c4720e43479fbb8a17c240dc8148"
5+
project_hash = "f103feec377f489085b518c9dea02dfb5ba7aa3a"
66

77
[[deps.ADTypes]]
88
git-tree-sha1 = "7927b9af540ee964cc5d1b73293f1eb0b761a3a1"
@@ -478,11 +478,11 @@ deps = ["ClimaComms", "ClimaCore", "ClimaDiagnostics", "ClimaParams", "ClimaTime
478478
path = ".."
479479
uuid = "08f4d4ce-cf43-44bb-ad95-9d2d5f413532"
480480
version = "0.18.0"
481-
weakdeps = ["BSON", "CSV", "CairoMakie", "ClimaAnalysis", "DataFrames", "DelimitedFiles", "Flux", "GeoMakie", "HTTP", "Poppler_jll", "Printf", "StatsBase"]
481+
weakdeps = ["BSON", "CSV", "CairoMakie", "ClimaAnalysis", "DataFrames", "DelimitedFiles", "Flux", "GeoMakie", "HTTP", "Printf", "StatsBase"]
482482

483483
[deps.ClimaLand.extensions]
484484
FluxnetSimulationsExt = ["DelimitedFiles"]
485-
LandSimulationVisualizationExt = ["CairoMakie", "ClimaAnalysis", "GeoMakie", "Poppler_jll", "Printf", "StatsBase"]
485+
LandSimulationVisualizationExt = ["CairoMakie", "ClimaAnalysis", "GeoMakie", "Printf", "StatsBase"]
486486
NeuralSnowExt = ["CSV", "DataFrames", "HTTP", "Flux", "StatsBase", "BSON"]
487487

488488
[[deps.ClimaParams]]
@@ -503,9 +503,9 @@ weakdeps = ["BenchmarkTools", "CUDA", "OrderedCollections", "PrettyTables", "Sta
503503

504504
[[deps.ClimaUtilities]]
505505
deps = ["Artifacts", "ClimaComms", "Dates"]
506-
git-tree-sha1 = "4402148693a5096c28cb09e544ce92b049b33e41"
506+
git-tree-sha1 = "fe1a7b3143f11c017118d3c99f067a09cb622f81"
507507
uuid = "b3f4f4ca-9299-4f7f-bd9b-81e1242a7513"
508-
version = "0.1.25"
508+
version = "0.1.26"
509509

510510
[deps.ClimaUtilities.extensions]
511511
ClimaUtilitiesClimaCoreExt = "ClimaCore"
@@ -1830,12 +1830,6 @@ version = "2.10.0"
18301830
LDLFactorizations = "40e66cde-538c-5869-a4ad-c39174c6795b"
18311831
Metal = "dde4c033-4e86-420c-a63e-0dd931031962"
18321832

1833-
[[deps.LittleCMS_jll]]
1834-
deps = ["Artifacts", "JLLWrappers", "JpegTurbo_jll", "Libdl", "Libtiff_jll"]
1835-
git-tree-sha1 = "fa7fd067dca76cadd880f1ca937b4f387975a9f5"
1836-
uuid = "d3a379c0-f9a3-5b72-a4c0-6bf4d2e8af0f"
1837-
version = "2.16.0+0"
1838-
18391833
[[deps.LogExpFunctions]]
18401834
deps = ["DocStringExtensions", "IrrationalConstants", "LinearAlgebra"]
18411835
git-tree-sha1 = "13ca9e2586b89836fd20cccf56e57e2b9ae7f38f"
@@ -2238,16 +2232,10 @@ git-tree-sha1 = "8292dd5c8a38257111ada2174000a33745b06d4e"
22382232
uuid = "18a262bb-aa17-5467-a713-aee519bc75cb"
22392233
version = "3.2.4+0"
22402234

2241-
[[deps.OpenJpeg_jll]]
2242-
deps = ["Artifacts", "JLLWrappers", "Libdl", "Libtiff_jll", "LittleCMS_jll", "libpng_jll"]
2243-
git-tree-sha1 = "7dc7028a10d1408e9103c0a77da19fdedce4de6c"
2244-
uuid = "643b3616-a352-519d-856d-80112ee9badc"
2245-
version = "2.5.4+0"
2246-
22472235
[[deps.OpenLibm_jll]]
22482236
deps = ["Artifacts", "Libdl"]
22492237
uuid = "05823500-19ac-5b8b-9628-191a04bc5112"
2250-
version = "0.8.1+4"
2238+
version = "0.8.5+0"
22512239

22522240
[[deps.OpenMPI_jll]]
22532241
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Hwloc_jll", "JLLWrappers", "LazyArtifacts", "Libdl", "MPIPreferences", "TOML", "Zlib_jll"]
@@ -2415,12 +2403,6 @@ git-tree-sha1 = "36d8b4b899628fb92c2749eb488d884a926614d3"
24152403
uuid = "2dfb63ee-cc39-5dd5-95bd-886bf059d720"
24162404
version = "1.4.3"
24172405

2418-
[[deps.Poppler_jll]]
2419-
deps = ["Artifacts", "Cairo_jll", "Fontconfig_jll", "FreeType2_jll", "Glib_jll", "JLLWrappers", "JpegTurbo_jll", "LibCURL_jll", "Libdl", "Libtiff_jll", "OpenJpeg_jll", "libpng_jll"]
2420-
git-tree-sha1 = "7dbfb7f61c3aa5def7b7dad3fa344c1c2858a83b"
2421-
uuid = "9c32591e-4766-534b-9725-b71a8799265b"
2422-
version = "24.6.0+0"
2423-
24242406
[[deps.PositiveFactorizations]]
24252407
deps = ["LinearAlgebra"]
24262408
git-tree-sha1 = "17275485f373e6673f7e7f97051f703ed5b15b20"

.buildkite/Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
3232
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
3333
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
3434
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
35-
Poppler_jll = "9c32591e-4766-534b-9725-b71a8799265b"
3635
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
3736
ProfileCanvas = "efd6af41-a80b-495e-886c-e51b0c7d77a3"
3837
RootSolvers = "7181ea78-2dcb-4de3-ab41-2b8ab5a31e74"

.buildkite/longruns_gpu/pipeline.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ steps:
4646
- julia --color=yes --project=.buildkite experiments/long_runs/snowy_land.jl
4747
artifact_paths:
4848
- "snowy_land_longrun_gpu/*png"
49-
- "snowy_land_longrun_gpu/*pdf"
5049
agents:
5150
slurm_gpus: 1
5251
slurm_time: 3:00:00
@@ -58,7 +57,6 @@ steps:
5857
- julia --color=yes --project=.buildkite experiments/long_runs/low_res_snowy_land.jl
5958
artifact_paths:
6059
- "lowres_snowy_land_longrun_gpu/*png"
61-
- "lowres_snowy_land_longrun_gpu/*pdf"
6260
agents:
6361
slurm_gpus: 1
6462
slurm_time: 3:00:00
@@ -68,7 +66,7 @@ steps:
6866
- label: ":sunglasses: California regional simulation"
6967
command:
7068
- julia --color=yes --project=.buildkite experiments/long_runs/land_region.jl
71-
artifact_paths: "california_longrun_gpu/*pdf"
69+
artifact_paths: "california_longrun_gpu/*png"
7270
agents:
7371
slurm_gpus: 1
7472
slurm_time: 01:00:00
@@ -78,7 +76,7 @@ steps:
7876
- label: "Soil"
7977
command:
8078
- julia --color=yes --project=.buildkite experiments/long_runs/soil.jl
81-
artifact_paths: "soil_longrun_gpu/*pdf"
79+
artifact_paths: "soil_longrun_gpu/*png"
8280
agents:
8381
slurm_gpus: 1
8482
slurm_time: 3:00:00
@@ -88,7 +86,7 @@ steps:
8886
- label: "Global bucket simulation"
8987
command:
9088
- julia --color=yes --project=.buildkite experiments/long_runs/bucket.jl
91-
artifact_paths: "bucket_longrun_gpu/*pdf"
89+
artifact_paths: "bucket_longrun_gpu/*png"
9290
agents:
9391
slurm_gpus: 1
9492
slurm_time: 00:30:00
@@ -103,7 +101,6 @@ steps:
103101
- julia --color=yes --project=.buildkite experiments/long_runs/snowy_land.jl
104102
artifact_paths:
105103
- "snowy_land_longrun_gpu/*png"
106-
- "snowy_land_longrun_gpu/*pdf"
107104
agents:
108105
slurm_gpus: 1
109106
slurm_time: 15:00:00
@@ -114,7 +111,7 @@ steps:
114111
- label: "Soil, 20 years"
115112
command:
116113
- julia --color=yes --project=.buildkite experiments/long_runs/soil.jl
117-
artifact_paths: "soil_longrun_gpu/*pdf"
114+
artifact_paths: "soil_longrun_gpu/*png"
118115
agents:
119116
slurm_gpus: 1
120117
slurm_time: 15:00:00

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
agents:
22
queue: new-central
3-
slurm_mem: 12G
3+
slurm_mem: 24G
44
modules: climacommon/2025_03_18
55

66
env:

Project.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,12 @@ DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
3333
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
3434
GeoMakie = "db073c08-6b98-4ee5-b6a4-5efafb3259c6"
3535
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
36-
Poppler_jll = "9c32591e-4766-534b-9725-b71a8799265b"
3736
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
3837
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
3938

4039
[extensions]
4140
FluxnetSimulationsExt = ["DelimitedFiles"]
42-
LandSimulationVisualizationExt = ["CairoMakie", "ClimaAnalysis", "GeoMakie", "Poppler_jll", "Printf", "StatsBase"]
41+
LandSimulationVisualizationExt = ["CairoMakie", "ClimaAnalysis", "GeoMakie", "Printf", "StatsBase"]
4342
NeuralSnowExt = ["CSV", "DataFrames", "HTTP", "Flux", "StatsBase", "BSON"]
4443

4544
[compat]
@@ -66,7 +65,6 @@ LazyArtifacts = "1"
6665
LazyBroadcast = "1.0.0"
6766
LinearAlgebra = "1"
6867
NCDatasets = "0.14"
69-
Poppler_jll = "24"
7068
Printf = "1"
7169
SciMLBase = "2.53"
7270
StaticArrays = "1.6"

docs/Manifest-v1.11.toml

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
julia_version = "1.11.6"
44
manifest_format = "2.0"
5-
project_hash = "dc918b2fbc2f4c5c8339bef498fec07d53107151"
5+
project_hash = "ac2b3037e733f570fdf66ccd6a7a2216cb467ff9"
66

77
[[deps.ADTypes]]
88
git-tree-sha1 = "60665b326b75db6517939d0e1875850bc4a54368"
@@ -421,11 +421,11 @@ deps = ["ClimaComms", "ClimaCore", "ClimaDiagnostics", "ClimaParams", "ClimaTime
421421
path = ".."
422422
uuid = "08f4d4ce-cf43-44bb-ad95-9d2d5f413532"
423423
version = "0.18.0"
424-
weakdeps = ["BSON", "CSV", "CairoMakie", "ClimaAnalysis", "DataFrames", "DelimitedFiles", "Flux", "GeoMakie", "HTTP", "Poppler_jll", "Printf", "StatsBase"]
424+
weakdeps = ["BSON", "CSV", "CairoMakie", "ClimaAnalysis", "DataFrames", "DelimitedFiles", "Flux", "GeoMakie", "HTTP", "Printf", "StatsBase"]
425425

426426
[deps.ClimaLand.extensions]
427427
FluxnetSimulationsExt = ["DelimitedFiles"]
428-
LandSimulationVisualizationExt = ["CairoMakie", "ClimaAnalysis", "GeoMakie", "Poppler_jll", "Printf", "StatsBase"]
428+
LandSimulationVisualizationExt = ["CairoMakie", "ClimaAnalysis", "GeoMakie", "Printf", "StatsBase"]
429429
NeuralSnowExt = ["CSV", "DataFrames", "HTTP", "Flux", "StatsBase", "BSON"]
430430

431431
[[deps.ClimaLandSimulations]]
@@ -458,9 +458,9 @@ version = "0.8.5"
458458

459459
[[deps.ClimaUtilities]]
460460
deps = ["Artifacts", "ClimaComms", "Dates"]
461-
git-tree-sha1 = "4402148693a5096c28cb09e544ce92b049b33e41"
461+
git-tree-sha1 = "fe1a7b3143f11c017118d3c99f067a09cb622f81"
462462
uuid = "b3f4f4ca-9299-4f7f-bd9b-81e1242a7513"
463-
version = "0.1.25"
463+
version = "0.1.26"
464464

465465
[deps.ClimaUtilities.extensions]
466466
ClimaUtilitiesClimaCoreExt = "ClimaCore"
@@ -1867,12 +1867,6 @@ git-tree-sha1 = "da046be6d63304f7ba9c1bb04820fb306ba1ab12"
18671867
uuid = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
18681868
version = "2.20.1"
18691869

1870-
[[deps.LittleCMS_jll]]
1871-
deps = ["Artifacts", "JLLWrappers", "JpegTurbo_jll", "Libdl", "Libtiff_jll"]
1872-
git-tree-sha1 = "fa7fd067dca76cadd880f1ca937b4f387975a9f5"
1873-
uuid = "d3a379c0-f9a3-5b72-a4c0-6bf4d2e8af0f"
1874-
version = "2.16.0+0"
1875-
18761870
[[deps.LogExpFunctions]]
18771871
deps = ["DocStringExtensions", "IrrationalConstants", "LinearAlgebra"]
18781872
git-tree-sha1 = "13ca9e2586b89836fd20cccf56e57e2b9ae7f38f"
@@ -2290,12 +2284,6 @@ git-tree-sha1 = "8292dd5c8a38257111ada2174000a33745b06d4e"
22902284
uuid = "18a262bb-aa17-5467-a713-aee519bc75cb"
22912285
version = "3.2.4+0"
22922286

2293-
[[deps.OpenJpeg_jll]]
2294-
deps = ["Artifacts", "JLLWrappers", "Libdl", "Libtiff_jll", "LittleCMS_jll", "libpng_jll"]
2295-
git-tree-sha1 = "7dc7028a10d1408e9103c0a77da19fdedce4de6c"
2296-
uuid = "643b3616-a352-519d-856d-80112ee9badc"
2297-
version = "2.5.4+0"
2298-
22992287
[[deps.OpenLibm_jll]]
23002288
deps = ["Artifacts", "Libdl"]
23012289
uuid = "05823500-19ac-5b8b-9628-191a04bc5112"
@@ -2503,12 +2491,6 @@ git-tree-sha1 = "36d8b4b899628fb92c2749eb488d884a926614d3"
25032491
uuid = "2dfb63ee-cc39-5dd5-95bd-886bf059d720"
25042492
version = "1.4.3"
25052493

2506-
[[deps.Poppler_jll]]
2507-
deps = ["Artifacts", "Cairo_jll", "Fontconfig_jll", "FreeType2_jll", "Glib_jll", "JLLWrappers", "JpegTurbo_jll", "LibCURL_jll", "Libdl", "Libtiff_jll", "OpenJpeg_jll", "libpng_jll"]
2508-
git-tree-sha1 = "7dbfb7f61c3aa5def7b7dad3fa344c1c2858a83b"
2509-
uuid = "9c32591e-4766-534b-9725-b71a8799265b"
2510-
version = "24.6.0+0"
2511-
25122494
[[deps.PositiveFactorizations]]
25132495
deps = ["LinearAlgebra"]
25142496
git-tree-sha1 = "17275485f373e6673f7e7f97051f703ed5b15b20"

0 commit comments

Comments
 (0)