File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Graphs = "1.4"
38
38
IfElse = " 0.1"
39
39
LoggingExtras = " 0.4.6,0.5,1"
40
40
LoopVectorization = " 0.12"
41
- NCDatasets = " 0.12.11 "
41
+ NCDatasets = " 0.13 "
42
42
Parameters = " 0.12"
43
43
Polyester = " 0.7"
44
44
Polynomials = " 3,4"
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
- Documentation: add leakage term to the wflow\_ sbm figure, document external input
12
12
parameter ` ksathorfrac ` and fix description of adding external ` inflow ` to the kinematic
13
13
wave.
14
+ - Bump compat for NCDatasets to 0.13.
14
15
15
16
### Changed
16
17
- 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