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

Issue with `GRU` variable in the `drainage database` #18

Closed kasra-keshavarz closed 10 months ago

kasra-keshavarz commented 10 months ago

Problem statement

To run MESH I receive a "Remark" on the format of the GRU variable in the drainage database that I have created for a MESH 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:

   WARNING: Unknown format of GRU (land cover) inputs from 'gru'.

Just wondering what it could mean. Apologies as I am not fully familiar with the codebase.

kasra-keshavarz commented 10 months 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.