Gridded output of mean wave parameters. More...
Go to the source code of this file.
Modules | |
| module | w3iogomd |
| Gridded output of mean wave parameters. | |
Functions/Subroutines | |
| subroutine | w3iogomd::w3flgrdupdt (NDSO, NDSEN, FLGRD, FLGR2, FLGD, FLG2) |
| Updates the flags for output parameters based on the mod_def file this is to prevent the allocation of big 3D arrays when not requested. More... | |
| subroutine | w3iogomd::w3readflgrd (NDSI, NDSO, NDSS, NDSEN, COMSTR, FLG1D, FLG2D, IAPROC, NAPOUT, IERR) |
| Fills in FLG1D and FLG2D arrays from ASCII input file. More... | |
| subroutine | w3iogomd::w3flgrdflag (NDSO, NDSS, NDSEN, FLDOUT, FLG1D, FLG2D, IAPROC, NAPOUT, IERR) |
| Fills in FLG1D and FLG2D arrays from ASCII input file. More... | |
| subroutine | w3iogomd::w3fldtoij (FLD, I, J, IAPROC, NAPOUT, NDSEN) |
| Returns the group/field (I/J) indices for a named output field. More... | |
| subroutine | w3iogomd::w3outg (A, FLPART, FLOUTG, FLOUTG2) |
| Fill necessary arrays with gridded data for output. More... | |
| subroutine | w3iogomd::w3iogo (INXOUT, NDSOG, IOTST, IMOD ifdef W3_ASCII |
| Read/write gridded output. More... | |
| subroutine | w3iogomd::calc_u3stokes (A, USS_SWITCH) |
| Output Stokes drift related parameters. More... | |
| subroutine | w3iogomd::calc_wbt (A) |
| Estimate the dominant wave breaking probability b_T. More... | |
| subroutine | w3iogomd::secondhh (NKHF, FAC0, FAC1, FAC2, FAC3) |
| Computation of second order harmonics and relevant tables for the altimeter corrections. More... | |
| real(kind=4) function | vmin_d (XI, XJ, XK, XIJ, XIK, XJK, XOI, XOJ, XOK) |
| real(kind=4) function | vplus_d (XI, XJ, XK, XIJ, XIK, XJK, XOI, XOJ, XOK) |
| subroutine | w3iogomd::skewness (A) |
| Determines skewness paramters in order to obtain correction on altimeter wave height. More... | |
Variables | |
| character(len=1024) | w3iogomd::fldout |
| real(kind=4) function secondhh::vmin_d | ( | real, intent(in) | XI, |
| real, intent(in) | XJ, | ||
| real, intent(in) | XK, | ||
| real, intent(in) | XIJ, | ||
| real, intent(in) | XIK, | ||
| real, intent(in) | XJK, | ||
| real, intent(in) | XOI, | ||
| real, intent(in) | XOJ, | ||
| real, intent(in) | XOK | ||
| ) |
Definition at line 4855 of file w3iogomd.F90.
References vplus_d().
Referenced by w3iogomd::secondhh().
| real(kind=4) function secondhh::vplus_d | ( | real, intent(in) | XI, |
| real, intent(in) | XJ, | ||
| real, intent(in) | XK, | ||
| real, intent(in) | XIJ, | ||
| real, intent(in) | XIK, | ||
| real, intent(in) | XJK, | ||
| real, intent(in) | XOI, | ||
| real, intent(in) | XOJ, | ||
| real, intent(in) | XOK | ||
| ) |