jhardenberg / smmregrid

A compact regridder using sparse matrix multiplication
Apache License 2.0
8 stars 0 forks source link

Use level values to track selected levels #27

Open jhardenberg opened 6 months ago

jhardenberg commented 6 months ago

Currently a feature for 3D data uses an additional vertical coordinate "lev_index*" to match levels with levels in the weights. Actually the original level could be found by comparing the numerical value of the vertical coordinate with those in the weights file.