jcm.physics_interface.PhysicsTendency¶
- class jcm.physics_interface.PhysicsTendency(u_wind, v_wind, temperature, specific_humidity, tracers=None)¶
Represents the tendencies (rates of change) of physical variables. These tendencies are computed by the physics parameterizations and are used to update the model state over a time step.
- Attributes:
- u_windjnp.ndarray
Tendency of the zonal wind component.
- v_windjnp.ndarray
Tendency of the meridional wind component.
- temperaturejnp.ndarray
Tendency of temperature.
- specific_humidityjnp.ndarray
Tendency of specific humidity.
Methods
copy([u_wind, v_wind, temperature, ...])ones(shape[, u_wind, v_wind, temperature, ...])zeros(shape[, u_wind, v_wind, temperature, ...])