Is your feature request related to a problem? Please describe.
The function ecbuild_generate_fortran_interfaces make use of FCM to generate the interfaces.
We would like to have the possibility to replace FCM to use our custom interface generator, able for instance to manage specific #pragma directives,
Describe the solution you'd like
Ideally, the user would have the possibility to choose among a list of generators when calling ecbuild_generate_fortran_interfaces. He should need a way to configure a generator (file path + configuration file).
Describe alternatives you've considered
Using hirlam code generator hm_list_generated_interfaces
Additional context
The context is GPU code porting
Organisation
RMI
Meteo-France