Mean wave parameter computation for case without input and dissipation. More...
Functions/Subroutines | |
| subroutine | w3spr0 (A, CG, WN, EMEAN, FMEAN, WNMEAN, AMAX) |
| Calculate mean wave parameters. More... | |
Mean wave parameter computation for case without input and dissipation.
| subroutine w3src0md::w3spr0 | ( | real, dimension(nth,nk), intent(in) | A, |
| real, dimension(nk), intent(in) | CG, | ||
| real, dimension(nk), intent(in) | WN, | ||
| real, intent(out) | EMEAN, | ||
| real, intent(out) | FMEAN, | ||
| real, intent(out) | WNMEAN, | ||
| real, intent(out) | AMAX | ||
| ) |
Calculate mean wave parameters.
| [in] | A | Action as a function of direction and wavenumber. |
| [in] | CG | Group velocities. |
| [in] | WN | Wavenumbers. |
| [out] | EMEAN | Mean wave energy. |
| [out] | FMEAN | Mean wave frequency. |
| [out] | WNMEAN | Mean wavenumber. |
| [out] | AMAX | Maximum action density in spectrum. |
Definition at line 82 of file w3src0md.F90.
References w3gdatmd::dden, w3gdatmd::fte, w3gdatmd::ftf, w3gdatmd::ftwn, w3odatmd::ndst, w3gdatmd::nk, w3gdatmd::nth, w3gdatmd::sig, w3servmd::strace(), and constants::tpiinv.
Referenced by w3srcemd::w3srce().