Calculate ice source term S_{ice} according to simple methods. More...
Functions/Subroutines | |
| subroutine, public | w3sic1 (A, DEPTH, CG, IX, IY, S, D) |
| S_{ice} source term using 5 parameters read from input files. More... | |
Calculate ice source term S_{ice} according to simple methods.
| subroutine, public w3sic1md::w3sic1 | ( | real, dimension(nspec), intent(in) | A, |
| real, intent(in) | DEPTH, | ||
| real, dimension(nk), intent(in) | CG, | ||
| integer, intent(in) | IX, | ||
| integer, intent(in) | IY, | ||
| real, dimension(nspec), intent(out) | S, | ||
| real, dimension(nspec), intent(out) | D | ||
| ) |
S_{ice} source term using 5 parameters read from input files.
| [in] | A | Action density spectrum (1-D). |
| [in] | DEPTH | Local water depth. |
| [in] | CG | Group velocities. |
| [in] | IX | Grid index. |
| [in] | IY | Grid index. |
| [out] | S | Source term (1-D version). |
| [out] | D | Diagonal term of derivative (1-D version). |
Definition at line 94 of file w3sic1md.F90.
References w3servmd::extcde(), w3idatmd::inflags2, w3gdatmd::mapwn, w3odatmd::ndse, w3odatmd::ndst, w3gdatmd::nk, w3gdatmd::nspec, w3gdatmd::nth, w3arrymd::outmat(), w3arrymd::prt2ds(), w3gdatmd::sig, w3servmd::strace(), and constants::tpi.
Referenced by gxexpo(), and w3srcemd::w3srce().