Calculate ice dissipation source term S_{ice}. More...
Functions/Subroutines | |
| subroutine, public | w3sic2 (A, DEPTH, ICEH, ICEF, CG, WN, IX, IY, S, D, WN_R, CG_ICE, ALPHA, R) |
| S_{ice} source term using 5 parameters read from input files. More... | |
Calculate ice dissipation source term S_{ice}.
| subroutine, public w3sic2md::w3sic2 | ( | real, dimension(nspec), intent(in) | A, |
| real, intent(in) | DEPTH, | ||
| real, intent(in) | ICEH, | ||
| real, intent(in) | ICEF, | ||
| real, dimension(nk), intent(in) | CG, | ||
| real, dimension(nk), intent(in) | WN, | ||
| integer, intent(in) | IX, | ||
| integer, intent(in) | IY, | ||
| real, dimension(nspec), intent(out) | S, | ||
| real, dimension(nspec), intent(out) | D, | ||
| real, dimension(nk), intent(in) | WN_R, | ||
| real, dimension(nk), intent(in) | CG_ICE, | ||
| real, dimension(nk), intent(in) | ALPHA, | ||
| real, dimension(nk), intent(in) | R | ||
| ) |
S_{ice} source term using 5 parameters read from input files.
| [in] | A | Action density spectrum (1-D). |
| [in] | DEPTH | Local water depth. |
| [in] | ICEH | Ice thickness. |
| [in] | ICEF | Ice Floe diameter. |
| [in] | CG | Group velocities. |
| [in] | WN | Wavenumbers. |
| [in] | IX | Grid index. |
| [in] | IY | Grid index. |
| [out] | S | Source term (1-D version). |
| [out] | D | Diagonal term of derivative (1-D version). |
| [in] | WN_R | Wavenumbers in ice. |
| [in] | CG_ICE | Group velocities in ice. |
| [in] | ALPHA | Exponential decay rate of energy. |
| [in] | R | Ratio of energy to wave energy without ice. |
Definition at line 122 of file w3sic2md.F90.
References constants::abmin, w3gdatmd::dden, constants::delab, w3servmd::extcde(), w3gdatmd::flagll, constants::fwtable, constants::grav, w3gdatmd::gtype, w3gdatmd::ic2pars, w3idatmd::inflags2, w3gdatmd::mapwn, w3odatmd::ndse, w3odatmd::ndst, w3gdatmd::nk, w3gdatmd::nspec, w3gdatmd::nth, w3arrymd::outmat(), w3arrymd::prt2ds(), w3gdatmd::rlgtype, w3gdatmd::sig, constants::sizefwtable, w3servmd::strace(), constants::tpi, and w3gdatmd::ygrd.
Referenced by gxexpo(), and w3srcemd::w3srce().