Yair Cohen

Results 16 issues of Yair Cohen

# Description This issue lists the types of diagnostics by their algorithms, to assist a clear development of a small number of functions that could be called for different variables...

Diagnostics
discussion

The EDMF development has been struggling with the computation of gradients (in the z direction) in the 1D model. To isolate the issues I have created an example branch 'yc/gradient_exmaple':...

# PULL REQUEST ## Purpose and Content Change the prognostic variable in the subdomains to total energy (and the corresponding fluxes to total enthalpy) ## Benefits and Risks Compatibility with...

## Purpose In a recent large PR #960 the grid mean thermodynamic variables were converted from `(ρθ_lid_ice, ρq_tot)` to `(ρe_tot, ρq_tot)`. This PR resulted in undesired behavioral changes, most notably...

Dycore integration :earth_asia:

Currently when computing the Shear term we use `extrapolate` as BC for the velocity ta the lowest level. It seems to me more physical that we should set the horizontal...

Currently when computing the Shear term we use `extrapolate` as BC for the velocity ta the lowest level. It seems to me more physical that we should set the horizontal...

This PR implements the buoyancy flux formulation =based on MSE outlined in this [doc](https://www.overleaf.com/7149629736ygjfhcfqxqsp). It is a writeup of @tapios handwritten derivation. Both equations and PR still need careful review,...

I will followup here what we learn when working on adding RRTMGP in ClimaAtmos and hope to bring this to a complete PR

This PR move the terminal velocity out of `update_aux` following #987 , calls SGS microphysics inside `update_aux` and collect the precipitation functions into a single call.