Skip to content

Conversation

@havogt
Copy link
Contributor

@havogt havogt commented Jan 19, 2026

No description provided.

write_height_field("qg", self.qg)
if self.pflx is not None:
write_height_field("pflx", self.pflx)
write_surface_field("pflx", self.pflx)
Copy link
Contributor Author

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(
Copy link
Contributor Author

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.

Comment on lines 606 to 608
{
dims.CellDim: (horizontal_start, horizontal_end),
dims.KDim: (vertical_end - 1, vertical_end),
Copy link
Contributor Author

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=(
Copy link
Contributor Author

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

@github-actions
Copy link

Mandatory Tests

Please make sure you run these tests via comment before you merge!

  • cscs-ci run default

Optional Tests

To run benchmarks you can use:

  • cscs-ci run benchmark-bencher

To run tests and benchmarks with the DaCe backend you can use:

  • cscs-ci run dace

To run test levels ignored by the default test suite (mostly simple datatest for static fields computations) you can use:

  • cscs-ci run extra

For more detailed information please look at CI in the EXCLAIM universe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants