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
1 stars 3 forks source link

Reading multiple forcing files #35

Open kasra-keshavarz opened 8 months ago

kasra-keshavarz commented 8 months ago

There could be a feature where multiple forcing files could be read at once. Currently, there is a manual method for pause/restart, however, it could be a bit slow and quite limiting while dealing with forcing datasets that are described using many files.

Not sure if it is inline with the standards of MESH, but a wildcard in the file name(s) if the forcing file(s), could be a great start to specify these types of datasets.

This is more of a feature suggestion.