Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

out of vertex space #15

Open
galuardi opened this issue Mar 28, 2019 · 1 comment
Open

out of vertex space #15

galuardi opened this issue Mar 28, 2019 · 1 comment

Comments

@galuardi
Copy link
Collaborator

when running calc.hycom (parallel or not) on a certain track this error occurs:

Error in lfproc(x, y, weights = weights, cens = cens, base = base, geth = geth, : newsplit: out of vertex space

procedure fails on this date:

image

@camrinbraun
Copy link
Owner

This issue is applicable for the depth-temperature profile calc.xxx functions in HMMoce as they all use locfit() to regress then predict temperatures at standard depth levels available in the environmental product (HYCOM in this case). Problem is explained here.

Ultimately, this isn't really an issue with more "well-behaved" input data to the regression. We should add a tryCatch() that allows us to try other values for maxk and/or alpha without sending an error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants