DerivedWS¶
GlobalNVIDIAPyTorch
Import path: earth2studio.models.dx.DerivedWS
View source on GitHub View install commands
Documentation¶
Bases: Module
Calculates the Wind Speed (WS) magnitude from eastward and northward wind components for specified levels. The calculation is based on the formula: ws = sqrt(u^2 + v^2)
Parameters: