The SWY model has many raster outputs that reflect monthly values. Some of these are named using a 1-indexed convention, so that the numbers align with month indices (1=January [...] 12=December). Others, however, are 0-indexed. These are generally the aligned versions of model inputs, but even so, the lack of consistency is a bit confusing and makes the model code less straightforward. It would be helpful if all files generated by the model followed the same naming convention, where numbers correspond to month indices.