Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reverse the order of dynamics and thermodynamics (#665)
# Reverse the order of dynamics and thermodynamics Fixes #654 --- # Change Description Currently, the thermodynamics runs after the dynamics. Since the thermodynamics changes the mean, DG0 value of prognostic fields, this can mean that the higher DG components could be such that the value of the field exceeds its physical limits. To be fully consistent the final state of fields with both DG components and geophysical limits should be immediately after the dynamics, when the limiters have just been applied. The solution to this is to swap the order of the dynamics and thermodynamics within the `PrognosticData::update()`, as done in the PR. --- # Test Description Running the updated model through January 2010 doesn't look any *worse* than before. Arguably it is more realistic.
- Loading branch information