weatherbench2.regions.ExtraTropicalRegion
- class weatherbench2.regions.ExtraTropicalRegion(threshold_lat=20)
Latitude-longitude box selection.
- Parameters:
threshold_lat (Optional[float]) –
- __init__(threshold_lat=20)
- Parameters:
threshold_lat (Optional[float]) –
- Return type:
None
Methods
__init__([threshold_lat])apply(dataset, weights)Returns weights multiplied with a boolean mask to exclude tropics.
Attributes
threshold_lat