mnlevy1981 / MOM6

Modular Ocean Model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add_MARBL: prioritize remaining tasks, figure out how long it'll take to finish

mnlevy1981 opened this issue · comments

Coming in to the home stretch, there should be few enough tasks remaining that it's possible to estimate how much time is needed.

This never really got done, but I have a feel for prioritization:

Main goal is to get reasonable results from G1850MOMECO_JRA to scientists.

  • Include river fluxes in forcing

  • Treat vanishing layers at bottom of column correctly

    1. will require MARBL update to return bottom flux
    2. will require flipping order of tracer_vertdiff() and interior_tendency_compute() (which means h_new -> h_old)
  • Add some timers and some low-hanging diagnostic fruit

That should be enough to get onto dev/ncar, then I can work on code cleanup, additional features, and maybe the stand-alone driver?