Skip to content

Conversation

sajjadazimi
Copy link
Member

@sajjadazimi sajjadazimi commented Oct 3, 2025

Purpose

Fix density fluctuations by using downwind density info in updraft buoyancy eq

Here are $\rho^j - \rho$ plots after 1hr simulation of the single column trmm with prognostic EDMF when updating the updraft velocity by using density:

  • upwind of the flow,
  • interpolating the two sides,
  • downwind of the flow,
    respectively:
Screenshot 2025-10-03 at 3 15 45 PM Screenshot 2025-10-03 at 3 12 44 PM Screenshot 2025-10-03 at 3 14 20 PM

@sajjadazimi
Copy link
Member Author

Intuitive explanation of perturbation behavior (upwind vs downwind)

Consider an upward flow with a positive density perturbation at a cell center (ρ′ > 0 at i).

Upwind scheme

  • Velocity at the face is updated using the upstream (upwind) density.
  • A denser fluid leads to a reduction in velocity (u′ < 0).
  • Reduced outflow from the perturbed cell causes the density perturbation to grow.
  • Result: perturbations amplify → unstable.

Downwind scheme

  • Velocity at the face is updated using the downstream (downwind) density.
  • The negative velocity perturbation reduces inflow into the perturbed cell.
  • The excess density gradually decays.
  • Result: perturbations damp → stable.

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.

1 participant