-
Notifications
You must be signed in to change notification settings - Fork 1
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
Compute Taylor coefficient for conformal map #18
Conversation
I'll also convert the script to a utility function. |
Rancic et al (1996) claimed that |
sketchy |
But if you truncate at k=30, the series is only accurate to 1e-4, right? Why do you need 15 digits in the coefficients then? |
Oh I don’t truncate to 30. Only just printed out first 30. I truncated to 256 or 512. Didn’t make any difference. |
I think the question is: how does the series truncation + coefficient accuracy translate to errors in the grid metrics? |
Yes, I’ll do that and get back to you! |
…ere.jl into ncc/compute-taylor-coeffs
I'll merge this since it has not changed anything in the main package but only adds functionality for computing the Taylor coefficients + fixed the scripts in sandbox directory. We can continue the discussion in #15. |
I added some functionality: https://clima.github.io/CubedSphere.jl/previews/PR18/library/internals/#CubedSphere |
Using the script in
sandbox
withr = 1 - 1e-7
we get:The notes at https://www.overleaf.com/4334618329ngmtbmbvjrcn describe the procedure behind the script.