mnlevy1981 / MOM6

Modular Ocean Model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add_MARBL (compute): interpolate ndep from climatology

mnlevy1981 opened this issue · comments

Reading in a file for ndep; it has 12 months of data, but for now the driver is only reading the first month. It looks like FMS provides a way to interpolate a climatology in src/interpolator/interpolator.F90 but it's not clear how to access that from the driver.

duplicate of #31