mnlevy1981 / MOM6

Modular Ocean Model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add_marbl (compute): Better [vertical] interpolation routines

mnlevy1981 opened this issue · comments

Keith has pointed out that the routines I'm using to interpolate initial conditions and iron flux are deprecated. I need to dig in to see exactly which functions I'm using, and which ones they've been replaced by

I think the iron flux is okay, but I'm using tracer_Z_init() for tracers instead of MOM_initialize_tracer_from_Z()

Fixed in becd34f (March 2023)