Is your feature request related to a problem? Please describe.
Currently, the hypsometric interpolation routine is located in l3. However, it should be universal. Its probably needed in the l4 module anyway.
Describe the solution you'd like
Refactor: migrate the hypsometric interpolation routine to misc and replace the specific names used by something abstract, applicable in many contexts.
Is your feature request related to a problem? Please describe. Currently, the hypsometric interpolation routine is located in
l3
. However, it should be universal. Its probably needed in thel4
module anyway.Describe the solution you'd like Refactor: migrate the hypsometric interpolation routine to misc and replace the specific names used by something abstract, applicable in many contexts.