earth-system-radiation/rte-rrtmgp

Generic names in C bindings

Closed this issue · 1 comments

Currently, certain subroutines are exposed via C bindings under very generic names, e.g. interpolation. That might trigger a name collision in a user application.

A possible solution is to come up with some common prefix and use it for all public functions of the library, e.g. rrtm_interpolation.

@skosukhin Thanks, this is a good idea. I'll try to implement in March some time.