weatherbench2.derived_variables.VComponentOfAgeostrophicWind
- class weatherbench2.derived_variables.VComponentOfAgeostrophicWind(u_name='u_component_of_wind', v_name='v_component_of_wind', geopotential_name='geopotential')
North-south component of ageostrophic wind.
- Parameters:
u_name (str) –
v_name (str) –
geopotential_name (str) –
- __init__(u_name='u_component_of_wind', v_name='v_component_of_wind', geopotential_name='geopotential')
- Parameters:
u_name (str) –
v_name (str) –
geopotential_name (str) –
- Return type:
None
Methods
__init__
([u_name, v_name, geopotential_name])compute
(dataset)Compute derived variable, returning it in a new DataArray.
Attributes
all_input_core_dims
The set of all input core dimensions.
base_variables
Return a list of base variables.
core_dims
Return core dimensions needed for computing this variable.
geopotential_name
u_name
v_name