Skip to content

Test full microphysics (satadj + graupel + satadj)#1341

Open
vectorflux wants to merge 11 commits into
mainfrom
full_muphys_tests
Open

Test full microphysics (satadj + graupel + satadj)#1341
vectorflux wants to merge 11 commits into
mainfrom
full_muphys_tests

Conversation

@vectorflux

Copy link
Copy Markdown
Contributor

This MR should allow multiple iterations of the MuphysExperiment. It is probably not so far away from the right solution, but I could use some help.

Comment on lines 101 to 115
muphys_program(
dz=inp.dz,
te=inp.t,
p=inp.p,
rho=inp.rho,
q_in=inp.q,
t_out=out.t,
q_out=out.q,
pflx=out.pflx,
pr=out.pr,
ps=out.ps,
pi=out.pi,
pg=out.pg,
pre=out.pre,
)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you want to do more than one iteration, then this would be the place, but honestly I'd stick to just one iteration for the test.

@github-actions

Copy link
Copy Markdown

Mandatory Tests

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

  • cscs-ci run default
  • cscs-ci run distributed

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.

@vectorflux vectorflux changed the title First changes for 5 total iterations in test_full_muphys Test full microphysics (satadj + graupel + satadj) Jun 25, 2026
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.

3 participants