-
Notifications
You must be signed in to change notification settings - Fork 5
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
Move entr and detr to separate file #100
Merged
Merged
Conversation
This file contains 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
yairchn
force-pushed
the
yc/add_entr_detr
branch
3 times, most recently
from
August 10, 2021 03:06
3fa8046
to
3c0d79d
Compare
yairchn
force-pushed
the
yc/add_entr_detr
branch
2 times, most recently
from
August 10, 2021 18:18
a9a86ee
to
cbd3d5d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After deleting the block of commented code, I think this looks ready to go.
WIP add pressure closure file cleanups in entrainment add entr_detr, incomplete move nh_pressure to closures move nh_pressure to closures update tables running with entr in closures running with entr in closures working with entr_detr apply formatter update tables resolve conflicts with yc/call_press_closure remove cleanup_covariance add entr_detr_model + merge turb entr + cleanup fix bug apply formatter WIP WIP add pressure closure file cleanups in entrainment add entr_detr, incomplete move nh_pressure to closures move nh_pressure to closures update tables running with entr in closures running with entr in closures working with entr_detr apply formatter update tables resolve conflicts with yc/call_press_closure remove cleanup_covariance add entr_detr_model + merge turb entr + cleanup fix bug apply formatter update tables
yairchn
force-pushed
the
yc/add_entr_detr
branch
from
August 10, 2021 20:31
cbd3d5d
to
d37ebb2
Compare
bors r+ |
bors bot
added a commit
that referenced
this pull request
Aug 10, 2021
100: Move entr and detr to separate file r=charleskawczynski a=yairchn This PR moves the computation of entrainment and detrainment to a separate file - while breaking of the non dimensional functions so that they could replaced by NN or any time of ML in the future. Both this PR and the the recent changes to pressure should have all parameters read of CliMA parameters in the future 103: set qt and h in extrap buoyancy to clear values r=charleskawczynski a=yairchn First step to handle the definition of h and qt in extra buoyancy part in the updrafts Co-authored-by: yairchn <[email protected]>
This PR was included in a batch that was canceled, it will be automatically retried |
bors r- |
Canceled. |
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.
This PR moves the computation of entrainment and detrainment to a separate file - while breaking of the non dimensional functions so that they could replaced by NN or any time of ML in the future.
Both this PR and the the recent changes to pressure should have all parameters read of CliMA parameters in the future