Compute the U and V winds from the Vorticity and Divergenge fields. All the fields are in the spectral space.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ModSpectral_t), | intent(in) | :: | this | |||
| complex(kind=p), | intent(in), | dimension(mx, nx) | :: | vorm | ||
| complex(kind=p), | intent(in), | dimension(mx, nx) | :: | divm | ||
| complex(kind=p), | intent(inout), | dimension(mx, nx) | :: | ucosm | ||
| complex(kind=p), | intent(inout), | dimension(mx, nx) | :: | vcosm |