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