-
Notifications
You must be signed in to change notification settings - Fork 27
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
Thermocline depth calculation #118
Comments
Smin is a bit confusing, because it is easily overridden in the code if it's set too high or too low. What are you trying to accomplish? Would the |
I think mixed.cutoff considers the maximum difference between de highest temperature and the lowest temperature in the whole profile, right? |
Yeah I seem the problem. Without recoding the current function, you could apply your own density cutoff. Something like the following:
Using the data.frame structure probably makes more sense if you have multiple profiles and group them accordingly by date. But hopefully this is useful. |
Yes, I think I'll go for a solution like that. Thank you for your help! |
HI! I am finding a problem when calculating the thermocline depth of a temperature profile in R. Here it goes:
I don't understand why it finds a thermocline at 1.99 m with the Smin=0.5 condition. I also tried with really high and low Smin numbers and the result is the same, do someone know how to fix that?
I would really appreciate the help, thanks!
The text was updated successfully, but these errors were encountered: