gadget-framework / gadget3

TMB-based gadget implemtation
GNU General Public License v2.0
8 stars 6 forks source link

wrap up age data into formula for lookup #91

Closed willbutler42 closed 1 year ago

willbutler42 commented 1 year ago

It would be useful to be able to wrap up age data into a lookup table, for instance, if parameter values vary within ages. Does something for this exist? If not, g3_timeareadata could be modified or a new function added (something like 0b7ac93)?

lentinj commented 1 year ago

I think this is a duplicate of #22? Or is there some other subtlety you're after?

We have the gubbins required as part of g3_param_table to look for arbitrary columns, we just don't use them here. At least not yet. Ideally the 2 kinda-similar mechanisms would combine, but it's surprisingly hard to achieve atm.

willbutler42 commented 1 year ago

Yes, it's a duplicate, no other subtleties!