-
Notifications
You must be signed in to change notification settings - Fork 8
muphys: Only write the surface level of the fluxes #995
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
base: muphys_bug_fix
Are you sure you want to change the base?
Conversation
| write_height_field("qg", self.qg) | ||
| if self.pflx is not None: | ||
| write_height_field("pflx", self.pflx) | ||
| write_surface_field("pflx", self.pflx) |
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.
Needs testing!
| inp, dt=experiment.dt, qnc=experiment.qnc, backend=backend_like | ||
| ) | ||
|
|
||
| graupel_run_program( |
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.
We should also add checks for the fluxes.
| { | ||
| dims.CellDim: (horizontal_start, horizontal_end), | ||
| dims.KDim: (vertical_end - 1, vertical_end), |
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.
this should be a full field, right?
| dims.CellDim: (horizontal_start, horizontal_end), | ||
| dims.KDim: (vertical_start, vertical_end), | ||
| }, | ||
| domain=( |
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.
changes should also be applied to full_muphys
|
Mandatory Tests Please make sure you run these tests via comment before you merge!
Optional Tests To run benchmarks you can use:
To run tests and benchmarks with the DaCe backend you can use:
To run test levels ignored by the default test suite (mostly simple datatest for static fields computations) you can use:
For more detailed information please look at CI in the EXCLAIM universe. |
No description provided.