Adds horizontal diffusion tendency of field to spectral tendency fdt at all model levels using damping coefficients dmp and dmp1.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=p), | intent(in) | :: | field(mx,nx,kx) | |||
| complex(kind=p), | intent(in) | :: | fdt_in(mx,nx,kx) | |||
| real(kind=p), | intent(in) | :: | dmp_in(mx,nx) | |||
| real(kind=p), | intent(in) | :: | dmp1_in(mx,nx) |