MESH-Model / MESH-Dev

This repository contains the official MESH development code, which is the basis for the 'tags' listed under the MESH-Releases repository. The same tags are listed under this repository. Legacy branches and utilities have also been ported from the former SVN (Subversion) repository. Future developments must create 'forks' from this repository.
Other
2 stars 3 forks source link

NetCDF resume files for vector-based setups #7

Closed mee067 closed 8 months ago

mee067 commented 1 year ago

I used SAVERESUMEFLAG 6 to save the resume file for a hot start for a vector-based setup. Using RESUMEFLAG 6 to read it failed on memory. Investigating the Initial conditions file, I found it has the wrong dimensions as n x n instead of n x 1, where n is the number of subbasins.

mee067 commented 1 year ago

This applies to nc outputs requested via OUTFILESFLAG resulting in huge unusable files - no support for nc_subbasin as for the shed file!! I have not tested with parameters.nc but we had issues passing MMESH parameters for vector-based setups before.

mee067 commented 8 months ago

Any updates, I really need to run a vector-based setup with nc output and nc resume files. Point me to what I can change at least, I can implement and test things myself.

mee067 commented 8 months ago

I fixed the issue in this code: https://github.com/MESH-Model/MESH_Code/tree/master

dprincz commented 8 months ago

Pending update from r1680_ME.