You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description is the keyword used to turn on the netcdf variable shuffle filter when the deflate option is also set. The shuffle filter has the effect of storing the first byte of all of a variable's values in a chunk contiguously, followed by all the second bytes, etc. This can be an optimization for compression with certain types of data.
30
30
31
-
block options
32
-
name chunk_record
33
-
type record chunking chunk_time chunk_face chunk_z chunk_y chunk_x
34
-
reader urword
35
-
optional true
36
-
longname netcdf export chunking record
37
-
description netcdf export chunking record
38
-
39
-
block options
40
-
name chunking
41
-
type keyword
42
-
in_record true
43
-
reader urword
44
-
optional false
45
-
longname keyword when defining chunking parameters
46
-
description is a keyword for providing netcdf export chunk sizes. Chunking can dramatically impact data access times and optimal chunking is highly dependent on access patterns (timeseries vs spatial, for example). It can also significantly impact compressibility of the data. A valid input record specifies chunk\_time and either chunk\_face (MESH) or chunk\_z, chunk\_y, and chunk\_x (STRUCTURED).
47
-
48
31
block options
49
32
name chunk_time
50
33
type integer
51
-
in_record true
52
34
reader urword
53
-
optional false
35
+
optional true
54
36
longname chunking parameter for the time dimension
55
-
description is the keyword used to provide a netcdf export time dimension chunk size.
37
+
description is the keyword used to provide a data chunk size for the time dimension in a NETCDF\_MESH2D or NETCDF\_STRUCTURED output file. Must be used in combination with the the chunk\_face parameter (NETCDF\_MESH2D) or the chunk\_z, chunk\_y, and chunk\_x parameter set (NETCDF\_STRUCTURED) to have an effect.
56
38
57
39
block options
58
40
name chunk_face
59
41
type integer
60
-
in_record true
61
42
reader urword
62
43
optional true
63
44
longname chunking parameter for the mesh face dimension
64
-
description is the keyword used to provide a mesh face dimension chunk size.
45
+
description is the keyword used to provide a data chunk size for the face dimension in a NETCDF\_MESH2D output file. Must be used in combination with the the chunk\_time parameter to have an effect.
65
46
66
47
block options
67
48
name chunk_z
68
49
type integer
69
-
in_record true
70
50
reader urword
71
51
optional true
72
52
longname chunking parameter for structured z
73
-
description is the keyword used to provide a structured grid z dimensions chunk size.
53
+
description is the keyword used to provide a data chunk size for the z dimension in a NETCDF\_STRUCTURED output file. Must be used in combination with the the chunk\_time, chunk\_x and chunk\_y parameter set to have an effect.
74
54
75
55
block options
76
56
name chunk_y
77
57
type integer
78
-
in_record true
79
58
reader urword
80
59
optional true
81
60
longname chunking parameter for structured y
82
-
description is the keyword used to provide a structured grid y dimensions chunk size.
61
+
description is the keyword used to provide a data chunk size for the y dimension in a NETCDF\_STRUCTURED output file. Must be used in combination with the the chunk\_time, chunk\_x and chunk\_z parameter set to have an effect.
83
62
84
63
block options
85
64
name chunk_x
86
65
type integer
87
-
in_record true
88
66
reader urword
89
67
optional true
90
68
longname chunking parameter for structured x
91
-
description is the keyword used to provide a structured grid x dimensions chunk size.
69
+
description is the keyword used to provide a data chunk size for the x dimension in a NETCDF\_STRUCTURED output file. Must be used in combination with the the chunk\_time, chunk\_y and chunk\_z parameter set to have an effect.
92
70
93
71
block options
94
72
name modflow6_attr_off
@@ -107,12 +85,12 @@ type integer
107
85
optional true
108
86
reader urword
109
87
longname number of cells in layer
110
-
description is the number of cells in a in a projected plane layer.
88
+
description is the number of cells in a projected plane layer.
0 commit comments