CliMA / ClimateMachine.jl

Climate Machine: an Earth System Model that automatically learns from data
https://clima.github.io/ClimateMachine.jl/latest/
Other
452 stars 78 forks source link

Held-Suarez Velocity Field Bug #1105

Closed bischtob closed 4 years ago

bischtob commented 4 years ago

Description

When running Held-Suarez, the time and zonal average of the meridional velocity is positive everywhere. This is unphysical.

Steps to reproduce

Steps to reproduce the behavior:

  1. In master branch
  2. Just run basic Held-Suarez
  3. Takes a few hours of runtime to discover

Expected behavior

Field should have positive and negative values.

Screenshots

If applicable, add screenshots to help explain your problem, otherwise please remove this section. This can be particularly useful for physical simulations.

Environment and error messages

Additional context

Add any other context about the problem here.

For CLIMA developers

bischtob commented 4 years ago

Most likely a sponge-related issue due to angular-momentum conservation violation.

bischtob commented 4 years ago

Now tracked in #1247