Hi, I have a suite (u-dv923, just committed) that consistently fails at forecast 007. Here is the error message:
???
???!!!???!!!???!!!???!!!???!!! ERROR ???!!!???!!!???!!!???!!!???!!!
? Error code: 40
? Error from routine: NC_PUT_VAR_REAL_1D
? Error message: NetCDF: Index exceeds dimension bound : NF90_PUT_VAR
? Error from processor: 0
? Error number: 35
???
So it sounds like the issue is in writing one of the variables I request to netcdf - but I’m wondering how to tell which variable is causing the problem? For this suite, I’m creating output at specific timesteps in addition to the standard hourly output. To do that, I cloned a set of STASH requests and set their timestream to be the specific times of interest, and have them write to a new netcdf. The suite runs when I don’t request variables at the additional timesteps, and it also runs when I just requested one variable (theta after timestep) at the specific timesteps.

