Skip to content

Vague instructions on NetCDF dimension writing method #584

@kasra-keshavarz

Description

@kasra-keshavarz

* <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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions