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
However, fms2_io ignores the corner and edge_lengths arguments and you will always read starting with the first z axis till however big the third dimension is in your buffer.
Describe the bug
If one wanted to read in a slice of the zaxis with fms2_io, one can do
However, fms2_io ignores the
corner
andedge_lengths
arguments and you will always read starting with the first z axis till however big the third dimension is in your buffer.FMS/fms2_io/include/domain_read.inc
Lines 156 to 157 in bd9cbeb
FMS/fms2_io/include/domain_read.inc
Lines 183 to 185 in bd9cbeb
To Reproduce
This unit test reproduces the issue. It currently fails when checking that the data was read in correctly.
Expected behavior
That test case should work
System Environment
This happens in any system
Additional context
N/A
The text was updated successfully, but these errors were encountered: