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

Update example #96

Open
jbisits opened this issue Sep 6, 2023 · 1 comment
Open

Update example #96

jbisits opened this issue Sep 6, 2023 · 1 comment
Labels
Package dev Package development for TLDNS

Comments

@jbisits
Copy link
Owner

jbisits commented Sep 6, 2023

The salinity does not look to be set correctly. My experiments run now so once I get some time I will make a proper example with wording and should then put it into docs.

@jbisits
Copy link
Owner Author

jbisits commented Sep 6, 2023

tracer_perturbation_depth = find_depth(model, INTERFACE_LOCATION / 2)
tracer_perturbation = SalinityGaussianProfile(tracer_perturbation_depth, 0.0, 1.5)

this should be

tracer_perturbation = SalinityGaussianProfile(INTERFACE_LOCATION, tracer_perturbation_depth, 1.5)

then I think the salinity will set correctly.

@jbisits jbisits added Project 2 Related to project two of my PhD Package dev Package development for TLDNS and removed Project 2 Related to project two of my PhD labels Oct 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Package dev Package development for TLDNS
Projects
None yet
Development

No branches or pull requests

1 participant