igfuw / UWLCM

University of Warsaw Lagrangian Cloud Model
GNU General Public License v3.0
6 stars 13 forks source link

Implicit buoyancy? #169

Closed pdziekan closed 8 months ago

pdziekan commented 8 months ago

Buoyancy is supposed to be added implicitly. If so, shouldn't it be included in normalize_vip?

TODO:

Examples: mpdata_rhs_vip_common.hpp mpdata_rhs_vip_prs_common.hpp boussinesq_impl.hpp supercell.hpp (from mwarusz/supercell branch)

pdziekan commented 8 months ago

No need to change anything. boussinesq_impl and supercell model perturbation of tht and not full tht, therefore there's a tht forcing proportional to w*grad(tht_e) which, together with trapezoidal integration of absorbers, leads to vip normalization.