Use land mask when initializing bump
Closed this issue · 4 comments
travissluka commented
use the land mask when initializing BUMP horizontal convolution.
travissluka commented
Add to the staticbinit, var, and dirac:
mask_check: 1
network: 1
loganchen39 commented
@travissluka The staticbinit failed the test after adding these two items, I'll check.
travissluka commented
you'll have to delete the previous output files that were generated by
staticbinit. If the size of the files changes (which they are, because we
have fewer gridpoints now with a mask) BUMP will complain and crash
…On Tue, Feb 9, 2021 at 8:24 AM Logan (Ligang) Chen ***@***.***> wrote:
@travissluka <https://github.com/travissluka> The staticbinit failed the
test after adding these two items, I'll check.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#40 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC7PW2JG5VJH3HIOQRVNEUDS6FHUVANCNFSM4USOEKWQ>
.
--
Travis Sluka
Software Engineer | Joint Center for Satellite Data Assimilation, UCAR
Boulder, CO
loganchen39 commented
Yes I deleted all the files first, it generated all of the netCDF files which look ok, but it failed the tests for staticbinit, dirac and var. I'll check.