We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 448fa7c commit f45a941Copy full SHA for f45a941
Project.toml
@@ -2,7 +2,7 @@ name = "ClimaOcean"
2
uuid = "0376089a-ecfe-4b0e-a64f-9c555d74d754"
3
license = "MIT"
4
authors = ["Climate Modeling Alliance and contributors"]
5
-version = "0.6.3"
+version = "0.6.4"
6
7
[deps]
8
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
src/DataWrangling/dataset.jl
@@ -32,7 +32,7 @@ end
32
function default_inpainting(metadata)
33
if metadata.name in [:temperature, :salinity]
34
return NearestNeighborInpainting(Inf)
35
- elseif metadata.name in [:sea_ice_fraction, :sea_ice_thickness]
+ elseif metadata.name in [:sea_ice_thickness, :sea_ice_concentration]
36
return nothing
37
else
38
return NearestNeighborInpainting(5)
0 commit comments