Skip to content
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

User/bgr/kvisc fix #267

Merged
merged 2 commits into from
Apr 21, 2016
Merged

Commits on Apr 20, 2016

  1. Disable diffusion of momentum by diabatic_driver in ALE mode

    - Diabatic_driver was advecting momentum with Kdiffusivity as it should do in layer mode, but resulted in double counting viscosity in ALE mode.
    breichl committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    ee9c682 View commit details
    Browse the repository at this point in the history
  2. Missing factor of 2 in application of KV_turb

    - Mixing momentum with viscosity in KV_turb gave different results from equal viscosity in Kv due to missing factor of 2.  Confirmed against analytical solution for simple test case.
    breichl committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    5726297 View commit details
    Browse the repository at this point in the history