File tree 3 files changed +15
-7
lines changed
3 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -26,23 +26,30 @@ TerminalLoggers = "5d786b92-1e48-4d6f-9151-6b4477ca9bed"
26
26
UnPack = " 3a884ed6-31ef-47d7-9d2a-63182c4928ed"
27
27
28
28
[compat ]
29
+ Aqua = " 0.8"
29
30
BasicModelInterface = " 0.1"
30
31
CFTime = " 0.1"
31
- DelimitedFiles = " 1.6"
32
+ Dates = " <0.0.1,1"
33
+ DelimitedFiles = " <0.0.1,1"
34
+ Downloads = " <0.0.1,1"
32
35
FieldMetadata = " 0.3"
33
36
Glob = " 1.3"
34
37
Graphs = " 1.4"
35
38
IfElse = " 0.1"
36
- LoggingExtras = " 0.4.6, 0.5, 1"
39
+ LoggingExtras = " 0.4.6,0.5,1"
37
40
LoopVectorization = " 0.12"
38
- NCDatasets = " 0.12.11 "
41
+ NCDatasets = " 0.13 "
39
42
Parameters = " 0.12"
40
43
Polyester = " 0.7"
44
+ Polynomials = " 3,4"
41
45
ProgressLogging = " 0.1"
42
- StaticArrays = " 0.12, 1.0"
43
- Statistics = " 1"
44
- TOML = " 1.0"
46
+ QuadGK = " 2"
47
+ Random = " <0.0.1,1"
48
+ StaticArrays = " 0.12,1.0"
49
+ Statistics = " <0.0.1,1"
50
+ TOML = " <0.0.1,1"
45
51
TerminalLoggers = " 0.1.5"
52
+ Test = " <0.0.1,1"
46
53
UnPack = " 1"
47
54
julia = " 1.6"
48
55
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
(BasicModelInterface.jl), including function arguments, return types and the BMI
16
16
specification that arrays are always flattened (this was not the case for variables stored
17
17
as 2-dimensional arrays or as vector of SVectors).
18
+ - Bump compat for NCDatasets to 0.13.
18
19
19
20
### Changed
20
21
- For cyclic parameters different cyclic time inputs are supported (only one common cyclic
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const ldd_mv = 255
4
4
# read the staticmaps into memory
5
5
nc = NCDataset (staticmaps_rhine_path)
6
6
# helper function to get the axis order and directionality right
7
- read_right (nc, var) = reverse (permutedims (nc[var][:] ); dims = 2 )
7
+ read_right (nc, var) = reverse (permutedims (Array ( nc[var]) ); dims = 2 )
8
8
ldd_2d = read_right (nc, " ldd" )
9
9
10
10
inds, _ = Wflow. active_indices (ldd_2d, ldd_mv)
You can’t perform that action at this time.
0 commit comments