easyclimate.core.rvdv

Divergence and Vorticity

Functions

calc_divergence(u_data, v_data[, lon_dim, ...])

Calculate the horizontal divergence term.

calc_divergence_ncl(u_data, v_data[, ...])

Calculate the horizontal divergence term using the NCL-compatible backend.

calc_divergence_rs(u_data, v_data[, ...])

Calculate the horizontal divergence term using the Rust backend.

calc_vorticity(u_data, v_data[, lon_dim, ...])

Calculate the horizontal relative vorticity term.

calc_vorticity_ncl(u_data, v_data[, ...])

Calculate the horizontal relative vorticity term using the NCL-compatible backend.

calc_vorticity_rs(u_data, v_data[, lon_dim, ...])

Calculate the horizontal relative vorticity term using the Rust backend.