Writing the BGC boundary conditions currently involves using an external module to fill missing values before interpolating to the boundaries. This only needs to be applied to one file, so we should be able to replace that file with a pre-flooded one and remove this dependency.
|
from boundary import flood_missing, Segment |
As discussed with @amoebaliz and @uwagura
Writing the BGC boundary conditions currently involves using an external module to fill missing values before interpolating to the boundaries. This only needs to be applied to one file, so we should be able to replace that file with a pre-flooded one and remove this dependency.
CEFI-regional-MOM6/tools/boundary/write_bgc_boundary.py
Line 18 in 2934bf2
As discussed with @amoebaliz and @uwagura