-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Labels
Description
summa/docs/input_output/SUMMA_input.md
Line 217 in 19a7f9c
| * <a id="forcing_file_dimensions">Forcing dimensions</a>: SUMMA expects the dimensions of the forcing NetCDF file as `(hru,time)`. Note that different programming languages interact with NetCDF dimensions in different ways. For example, a NetCDF file with dimensions `(hru,time)` generated by Python, will be read by Fortran as a file with dimensions `(time,hru)`. |
Basically the issue is the line above. Do we know which Python library messes with the order of dimensions in writing NetCDF files specifically?
I can send a PR clarifying this point or update the writing if you are aware which library (@ specific version) causes/used to cause this issue.
Reactions are currently unavailable