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
@doutriaux1 Are you saying that if the ntimes_writtten value of a variable is greater than the number of times in the time axis then CMOR should output an error? Is this similar to the issue in #440?
@doutriaux1 Did you mean the ntimes_passed parameter for cmor_write? I can see this being done for the Python/Numpy arrays but not C arrays. I'm not sure about Fortran.
@mauzey1 yes mostly for python. In C since we're sending a pointer i don't think we can catch it. in fortran we can get the array size so we can catch this well.
ntimes_written=2
but passing enough data only for 1 time should not work and right now it does
The text was updated successfully, but these errors were encountered: