Dear devs,
While testing
github.com/tuggegese/T2D_BridgeModule, I hit an annoying bug (or missing feature ?).
The above link provide an example with fortran routines that add keywords. I found that there is an existing keyword DICTIONARY which is used to provide another dico.
But during the computation initialisation, keywords of provided CAS file are checked (
gitlab.pam-retd.fr/otm/telemac-mascaret/..._type=heads#L108-109) and the dico used for comparaison is default dico (ex. sources/telemac2d/telemac2d.dico) (
gitlab.pam-retd.fr/otm/telemac-mascaret/..._type=heads#L128-129) and not the modified one provided in CAS file.
Obviously, it creates an error (NEW KEYWORD not found).
The current workaround is to alter the default dico to match the match the modified one.
It's fine on local install but users might not have the permission to alter the default dico (like on clusters).