Remove salinity from tracers#54
Open
simone-silvestri wants to merge 2 commits intomainfrom
Open
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #54 +/- ##
==========================================
- Coverage 70.76% 70.72% -0.04%
==========================================
Files 27 27
Lines 797 796 -1
==========================================
- Hits 564 563 -1
Misses 233 233 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Member
|
I was thinking that we can have an abstraction for diagnostic tracers like we have for background fields. So any tracer can be prognostic or diagnostic. The nice thing about this is that the place where you'd find salinty What design do you propose instead? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ice salinity can be prognostic or diagnostic or prescribed, thus it is not a tracer because
tracersare assumed to obey an evolution equation for which we have tendencies (i.e. always prognostic), therefore it is more sustainable to extract out salinity so that we can make general assumptions on the fields held in thetracersfield (i.e. that we have to compute a tendency and we need to evolve them).