-
Notifications
You must be signed in to change notification settings - Fork 0
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
Cleanup nh constants #339
Cleanup nh constants #339
Conversation
… (generates warnings in pre-commit runs, section not present in other packages)
cscs-ci run |
launch jenkins spack |
Everything looks good. I think that initialization of solve_nonhydro is now finally clean. |
) | ||
@pytest.mark.datatest | ||
def test_non_hydrostatic_params(savepoint_nonhydro_init): | ||
config = config = NonHydrostaticConfig() |
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.
Probably config =
is duplicated?
Mandatory Tests Please make sure you run these tests via comment before you merge!
Optional Tests In case your change might affect downstream icon-exclaim, please consider running
For more detailed information please look at CI in the EXCLAIM universe. |
cscs-ci run |
launch jenkins spack |
Calculate NhConstants inside NonHydrostaticParams and removes NhConstants from argument to the timestep.
Calculates the values in
NhConstants
insideNonHydrostaticParams
and removesNhConstants
from argument to the timestep.