Skip to content

Investigate warm moist bubble test case #24

@benegee

Description

@benegee

This test case features a strange hump on top of the bubble and should be worth looking at
image

The most complicated part actually is the computation of the hydrostatic initial condition.

We can do it as in #2, cf.

function moist_state(y, dz, y0, r_t0, theta_e0,

or, alternatively, as done here:
https://github.com/trixi-framework/Trixi.jl/blob/cadf32b2f617acc239a53542ba0e5597e7c5cc0b/examples/structured_2d_dgsem/elixir_eulermultimoist_warm_bubble.jl#L19

The latter was adopted from a Fortran code by one of the authors of the paper. It does not require NLSolve, but in the end I did not notice a significant difference.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions