-
Notifications
You must be signed in to change notification settings - Fork 19
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
Pass subset of ClimaAtmosParameters to detrainment #3445
Conversation
ef37150
to
214d214
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.
Thanks! We can just replace turbconv_params
with tc_params
in some of the functions?
92fb64f
to
5f2ba95
Compare
I renamed |
5f2ba95
to
323cae3
Compare
Hmm, somehow the reproducibility test failed. I don't think this should change MSE though? |
Fixes More fixes Rename tc_params -> turbconv_params
323cae3
to
d9bbbc1
Compare
Yeah, that's strange. My best guess is that it ran on a different machine? Or there are still issues with the reproducibility test infrastructure that need worked out. I'm working on adding more unit tests now. |
Please let me know if this was sufficient to get your example working (cc @szy21). If not, I can do a followup with updating the actual broadcast expression, which I think could have a bigger impact since the local geometry is passed in. |
Yes, it seems to work, thanks! |
This PR passes a subset of ClimaAtmosParameters to detrainment, as we are near hitting the limit of parameter memory space when running on the gpu.