Closed kasra-keshavarz closed 1 year ago
I actually have found the solution; an extra gru
variable was being added to the drainage database (which was supposed to be only a dimension name), and that cause the issue. I've only posted this issue for future references.
Thanks.
Problem statement
To run
MESH
I receive a "Remark" on the format of theGRU
variable in the drainage database that I have created for aMESH
setup. I couldn't fully understand the remark being printed. It appears to come from these lines:https://github.com/MESH-Model/MESH-Dev/blob/ff1de25e67ef552844f1e789c0faffb4175a8dac/Modules/io_modules/mesh_io.F90#L1123-L1136
The "Remark" is as follows:
Just wondering what it could mean. Apologies as I am not fully familiar with the codebase.