Yair Cohen
Yair Cohen
This can be reproduced by: 1. running using Revise; include("test/Atmos/EDMF/stable_bl_coupled_edmf_an1d.jl") 2. after the simulation is done pasting in Julia RPEL """" const clima_dir = dirname(dirname(pathof(ClimateMachine))); include("test/Atmos/EDMF/compute_mse.jl") include(joinpath(clima_dir, "docs", "plothelpers.jl")); dons_arr...
The behavior of 'dudz' in the plot above for 20
@jkozdon thanks so much. That really helps me isolating where the problem is. I will work on it from here and close this issue
I am re-opening the issue with a better view of the problem following @jkozdon's comment. I can reproduce this issue with the ConstantKinematicViscosity(0.1) model with no EDMF (using 'NoTurbConv') flag....
it appears that the problem is more generally a problem with the way 'flux_second_order' (which is the only flux operating here).
It is useful to partition the diagnostics into levels of increasing complexity: A. Spacial manipulations at a given time (i.e. computers mean of a variable along a surface) B. Temporal...
A. **Spacial manipulation** 1. One dimensional mean -compute the mean along a chosen coordinate (ζ) and return it as data on the plane (Ω) normal to that coordinate. This function...
B. **Temporal manipulation** -these will be typically applied to diagnosed variables produce in one of the functions in A. 1. Temporal statistics - compute time average (or deviation from the...
#1073 is ready for review
this PR breaks on saturation adjustment and I can't figure out why