Functions/Subroutines | |
| subroutine | tide_write_results (LP, filename, ndef, KD1, KD2, ITZ, xlat, xlon, RES, SSQ, RMSR0, SDEV0, SDEV, RMSR, RESMAX, IMAX, RMSRP) |
| subroutine | tide_find_indices_prediction (LIST, INDS, TIDE_PRMF) |
| subroutine | tide_find_indices_analysis (LIST) |
| subroutine | tide_set_indices |
| subroutine | setvuf_fast (h, pp, s, p, enp, dh, dpp, ds, dp, dnp, tau, XLAT, F, U, V) |
| subroutine | tide_read_settings (filename, fnam6, fnam7, fnam8, fnam9, fnam11) |
| subroutine | tide_read_anapar (KR1, LP, filename, KD1, KD2, XLON, XLAT, NDEF, ITREND, ITZ) |
| subroutine | tide_read_timeseries (KR2, filename, KD1, KD2, TIDE_NTI, NDEF) |
| subroutine | astr (d1, h, pp, s, p, np, dh, dpp, ds, dp, dnp) |
| double precision function | dpythag (a, b) |
| subroutine | dsvbksb (u, w, v, m, n, mp, np, b, x) |
| subroutine | dsvdcmp (a, m, n, mp, np, w, v) |
| integer *4 function | juldayt (id, mm, iyyy) |
| subroutine | caldatt (julian, id, mm, iyyy) |
| subroutine | svd (q, u, v, cov, w, p, b, sig, ic, m, n, mm, N2, toler, jc, ssq, res) |
| subroutine | vuf_set_parameters |
| subroutine | vuf (KONX, Vx, ux, FX, ITIME) |
| subroutine | opnvuf (filename) |
| subroutine | setvuf (hr, XLAT, ITIME) |
| subroutine | flex_tidana_webpage (IX, IY, XLON, XLAT, KD1, KD2, ndef, itrend, RES, SSQ, RMSR0, SDEV0, RMSR, RESMAX, IMAX, ITEST) |
| subroutine | tide_predict (itrend, ndef, N, HOURS, DATAIN, PREDICTED, RESID, XLAT, SDEV, RMSR) |
| subroutine | tide_predict_only (itrend, ndef, N, TIDE_HOURS, PREDICTED, XLAT) |
Variables | |
| double precision, parameter | twpi =3.1415926535898*2. |
| double precision, parameter | fac =TWPI/360. |
| integer, parameter | mc =70 |
| integer, parameter | nr =106000 |
| integer, parameter | nmaxp1 =MC*2 |
| integer, parameter | nmaxpm =NR*2+NMAXP1 |
| integer, parameter | mc2 =MC*2 |
| character *5, parameter | kblank =' ' |
| integer | ntidal_con |
| integer | ntotal_con |
| integer | nkonco |
| character *5, dimension(:), allocatable | tidecon_allnames |
| character *5, dimension(:), allocatable | konco_con |
| real, dimension(:), allocatable | semi |
| real, dimension(:), allocatable | coef_con |
| real, dimension(:,:), allocatable | v_arg |
| real, dimension(:,:), allocatable | f_arg |
| real, dimension(:,:), allocatable | u_arg |
| real, dimension(180) | ee |
| real, dimension(180) | ph |
| integer, dimension(180) | ldel |
| integer, dimension(180) | mdel |
| integer, dimension(180) | ndel |
| integer, dimension(180) | ir |
| integer, dimension(:), allocatable | tide_indexj |
| integer, dimension(:), allocatable | tide_indexjk |
| integer | tide_mf |
| integer | tide_nx |
| integer | tide_ny |
| real, dimension(:), allocatable | tide_freqc |
| character(len=5), dimension(:), allocatable | tidecon_namei |
| character(len=5), dimension(:), allocatable | tidecon_name |
| character(len=5), dimension(10) | tide_konan |
| character(len=5), dimension(10, 10) | tide_konin |
| real, dimension(10, 10) | tide_r |
| real, dimension(10, 10) | tide_zeta |
| real, dimension(10) | tide_sigan |
| real, dimension(10, 10) | tide_sigin |
| integer | tide_nin |
| integer, dimension(10) | tide_ninf |
| real, dimension(:,:,:,:,:), allocatable | tidal_const |
| integer(kind=4) | tide_nti |
| real, dimension(:,:), allocatable | tide_data |
| integer(kind=4), dimension(:), allocatable | tide_days |
| integer(kind=4), dimension(:), allocatable | tide_secs |
| real(kind=8), dimension(:), allocatable | tide_hours |
| real, parameter | tide_dt = 1800. |
| real, dimension(mc, 2) | tide_ampc |
| real, dimension(mc, 2) | tide_phg |
| real, dimension(mc, 2) | tide_sig1 |
| real, dimension(mc, 2) | tide_sig2 |
| real, dimension(mc, 2) | tide_sig3 |
| real, dimension(mc, 2) | tide_ttest |
| real, dimension(10, 10, 2) | tide_ampci |
| real, dimension(10, 10, 2) | tide_phgi |
| integer, dimension(mc) | tide_index |
| integer, dimension(mc) | tide_index2 |
| integer | ndset |
| integer | tide_verbose = 0 |
| subroutine w3tidemd::astr | ( | real(kind=8), intent(in) | d1, |
| real(kind=8), intent(out) | h, | ||
| real(kind=8), intent(out) | pp, | ||
| real(kind=8), intent(out) | s, | ||
| real(kind=8), intent(out) | p, | ||
| real(kind=8), intent(out) | np, | ||
| real(kind=8), intent(out) | dh, | ||
| real(kind=8), intent(out) | dpp, | ||
| real(kind=8), intent(out) | ds, | ||
| real(kind=8), intent(out) | dp, | ||
| real(kind=8), intent(out) | dnp | ||
| ) |
Definition at line 911 of file w3tidemd.F90.
Referenced by setvuf(), w3updtmd::w3ucur(), and w3updtmd::w3ulev().
| subroutine w3tidemd::caldatt | ( | integer(kind=4), intent(in) | julian, |
| integer(kind=4), intent(out) | id, | ||
| integer(kind=4), intent(out) | mm, | ||
| integer(kind=4), intent(out) | iyyy | ||
| ) |
| double precision function w3tidemd::dpythag | ( | double precision | a, |
| double precision | b | ||
| ) |
| subroutine w3tidemd::dsvbksb | ( | double precision, dimension(mp,np) | u, |
| double precision, dimension(np) | w, | ||
| double precision, dimension(np,np) | v, | ||
| integer | m, | ||
| integer | n, | ||
| integer | mp, | ||
| integer | np, | ||
| double precision, dimension(mp) | b, | ||
| double precision, dimension(np) | x | ||
| ) |
| subroutine w3tidemd::dsvdcmp | ( | double precision, dimension(mp,np) | a, |
| integer | m, | ||
| integer | n, | ||
| integer | mp, | ||
| integer | np, | ||
| double precision, dimension(np) | w, | ||
| double precision, dimension(np,np) | v | ||
| ) |
| subroutine w3tidemd::flex_tidana_webpage | ( | integer(kind=4), intent(in) | IX, |
| integer(kind=4), intent(in) | IY, | ||
| real, intent(in) | XLON, | ||
| real, intent(in) | XLAT, | ||
| integer(kind=4), intent(in) | KD1, | ||
| integer(kind=4), intent(in) | KD2, | ||
| integer, intent(in) | ndef, | ||
| integer, intent(in) | itrend, | ||
| real, dimension(ndef), intent(out) | RES, | ||
| real, dimension(ndef), intent(out) | SSQ, | ||
| real(kind=8), dimension(ndef), intent(out) | RMSR0, | ||
| real(kind=8), dimension(ndef), intent(out) | SDEV0, | ||
| real(kind=8), dimension(ndef), intent(out) | RMSR, | ||
| real(kind=8), dimension(ndef), intent(out) | RESMAX, | ||
| integer, dimension(ndef), intent(out) | IMAX, | ||
| integer, intent(in) | ITEST | ||
| ) |
Definition at line 2033 of file w3tidemd.F90.
References fac, ndset, svd(), tide_ampc, tide_ampci, tide_data, tide_days, tide_freqc, tide_konan, tide_konin, tide_mf, tide_nin, tide_ninf, tide_nti, tide_phg, tide_phgi, tide_r, tide_secs, tide_sig1, tide_sig2, tide_sig3, tide_ttest, tide_zeta, tidecon_name, twpi, and vuf().
| integer*4 function w3tidemd::juldayt | ( | integer | id, |
| integer | mm, | ||
| integer | iyyy | ||
| ) |
Definition at line 1257 of file w3tidemd.F90.
Referenced by tide_read_anapar(), and tide_read_timeseries().
| subroutine w3tidemd::opnvuf | ( | character*256, intent(in) | filename | ) |
Definition at line 1747 of file w3tidemd.F90.
References coef_con, ee, file(), ir, kblank, konco_con, ldel, mc2, mdel, ndel, ntidal_con, ntotal_con, ph, semi, and tidecon_allnames.
| subroutine w3tidemd::setvuf | ( | real(kind=8), intent(in) | hr, |
| real, intent(in) | XLAT, | ||
| integer, intent(in) | ITIME | ||
| ) |
Definition at line 1891 of file w3tidemd.F90.
References astr(), coef_con, ee, f_arg, ir, ldel, mdel, ndel, ntidal_con, ntotal_con, ph, constants::pi, semi, tide_index, tide_indexj, tide_indexjk, tide_mf, tidecon_allnames, tidecon_name, u_arg, and v_arg.
| subroutine w3tidemd::setvuf_fast | ( | real(kind=8), intent(in) | h, |
| real(kind=8), intent(in) | pp, | ||
| real(kind=8), intent(in) | s, | ||
| real(kind=8), intent(in) | p, | ||
| real(kind=8), intent(in) | enp, | ||
| real(kind=8), intent(in) | dh, | ||
| real(kind=8), intent(in) | dpp, | ||
| real(kind=8), intent(in) | ds, | ||
| real(kind=8), intent(in) | dp, | ||
| real(kind=8), intent(in) | dnp, | ||
| real(kind=8), intent(in) | tau, | ||
| real, intent(in) | XLAT, | ||
| real, dimension(ntil), intent(out) | F, | ||
| real, dimension(ntil), intent(out) | U, | ||
| real, dimension(ntil), intent(out) | V | ||
| ) |
Definition at line 532 of file w3tidemd.F90.
References coef_con, ee, ir, ldel, mdel, ndel, ntidal_con, ntotal_con, ph, constants::pi, semi, tide_index2, tide_indexj, tide_indexjk, and tide_mf.
Referenced by w3updtmd::w3ucur(), and w3updtmd::w3ulev().
| subroutine w3tidemd::svd | ( | real, dimension(mm,n2), intent(inout) | q, |
| double precision, dimension(mm,n2), intent(out) | u, | ||
| double precision, dimension(n2,n2), intent(out) | v, | ||
| double precision, dimension(n2,n2), intent(out) | cov, | ||
| double precision, dimension(n2), intent(out) | w, | ||
| double precision, dimension(n2), intent(out) | p, | ||
| double precision, dimension(mm), intent(out) | b, | ||
| double precision, dimension(mm), intent(inout) | sig, | ||
| integer, intent(in) | ic, | ||
| integer, intent(in) | m, | ||
| integer, intent(in) | n, | ||
| integer, intent(in) | mm, | ||
| integer, intent(in) | N2, | ||
| real, intent(in) | toler, | ||
| integer, intent(inout) | jc, | ||
| real, intent(inout) | ssq, | ||
| real, intent(inout) | res | ||
| ) |
Definition at line 1314 of file w3tidemd.F90.
References dsvbksb(), and dsvdcmp().
Referenced by flex_tidana_webpage().
| subroutine w3tidemd::tide_find_indices_analysis | ( | character(len=100), dimension(70), intent(in) | LIST | ) |
Definition at line 343 of file w3tidemd.F90.
References w3odatmd::iaproc, w3odatmd::naperr, w3odatmd::napout, w3odatmd::naproc, w3odatmd::ndse, w3odatmd::ndso, w3servmd::strace(), tide_freqc, tide_mf, tide_set_indices(), and tidecon_name.
| subroutine w3tidemd::tide_find_indices_prediction | ( | character(len=100), dimension(70), intent(in) | LIST, |
| integer, dimension(70), intent(out) | INDS, | ||
| integer, intent(out) | TIDE_PRMF | ||
| ) |
Definition at line 244 of file w3tidemd.F90.
References w3odatmd::iaproc, w3odatmd::naperr, w3odatmd::napout, w3odatmd::naproc, w3odatmd::ndse, w3odatmd::ndso, w3servmd::strace(), tide_freqc, tide_mf, and tidecon_name.
| subroutine w3tidemd::tide_predict | ( | integer, intent(in) | itrend, |
| integer, intent(in) | ndef, | ||
| integer, intent(in) | N, | ||
| real(kind=8), dimension(n), intent(in) | HOURS, | ||
| real, dimension(n,ndef), intent(in) | DATAIN, | ||
| real, dimension(n,ndef), intent(out) | PREDICTED, | ||
| real, dimension(n,ndef), intent(out) | RESID, | ||
| real, intent(in) | XLAT, | ||
| real(kind=8), dimension(ndef), intent(out) | SDEV, | ||
| real(kind=8), dimension(ndef), intent(out) | RMSR | ||
| ) |
Definition at line 2512 of file w3tidemd.F90.
References fac, tide_ampc, tide_ampci, tide_konin, tide_mf, tide_nin, tide_ninf, tide_phg, tide_phgi, tidecon_name, twpi, and vuf().
| subroutine w3tidemd::tide_predict_only | ( | integer, intent(in) | itrend, |
| integer, intent(in) | ndef, | ||
| integer, intent(in) | N, | ||
| real(kind=8), dimension(n), intent(in) | TIDE_HOURS, | ||
| real, dimension(n,ndef), intent(out) | PREDICTED, | ||
| real, intent(in) | XLAT | ||
| ) |
Definition at line 2570 of file w3tidemd.F90.
References fac, tide_ampc, tide_ampci, tide_hours, tide_konin, tide_mf, tide_nin, tide_ninf, tide_phg, tide_phgi, tidecon_name, twpi, and vuf().
| subroutine w3tidemd::tide_read_anapar | ( | integer, intent(in) | KR1, |
| integer, intent(in) | LP, | ||
| character*256, intent(in) | filename, | ||
| integer(kind=4), intent(out) | KD1, | ||
| integer(kind=4), intent(out) | KD2, | ||
| real, intent(out) | XLON, | ||
| real, intent(out) | XLAT, | ||
| integer, intent(out) | NDEF, | ||
| integer, intent(out) | ITREND, | ||
| character*4, intent(out) | ITZ | ||
| ) |
Definition at line 717 of file w3tidemd.F90.
References file(), juldayt(), kblank, tide_freqc, tide_konan, tide_konin, tide_mf, tide_nin, tide_ninf, tide_r, tide_sigan, tide_sigin, tide_zeta, and tidecon_name.
| subroutine w3tidemd::tide_read_settings | ( | character*256, intent(in) | filename, |
| character*256, intent(out) | fnam6, | ||
| character*256, intent(out) | fnam7, | ||
| character*256, intent(out) | fnam8, | ||
| character*256, intent(out) | fnam9, | ||
| character*256, intent(out) | fnam11 | ||
| ) |
| subroutine w3tidemd::tide_read_timeseries | ( | integer, intent(in) | KR2, |
| character*256, intent(in) | filename, | ||
| integer(kind=4), intent(in) | KD1, | ||
| integer(kind=4), intent(in) | KD2, | ||
| integer(kind=4), intent(out) | TIDE_NTI, | ||
| integer, intent(in) | NDEF | ||
| ) |
Definition at line 844 of file w3tidemd.F90.
References file(), juldayt(), nr, tide_data, tide_days, tide_hours, and tide_secs.
| subroutine w3tidemd::tide_set_indices |
Definition at line 495 of file w3tidemd.F90.
References konco_con, ntidal_con, ntotal_con, tide_index2, tide_indexj, tide_indexjk, tide_mf, tidecon_allnames, and tidecon_name.
Referenced by tide_find_indices_analysis().
| subroutine w3tidemd::tide_write_results | ( | integer, intent(in) | LP, |
| character*256, intent(in) | filename, | ||
| integer, intent(in) | ndef, | ||
| integer(kind=4), intent(in) | KD1, | ||
| integer(kind=4), intent(in) | KD2, | ||
| character*4, intent(in) | ITZ, | ||
| real, intent(in) | xlat, | ||
| real, intent(in) | xlon, | ||
| real, dimension(ndef), intent(in) | RES, | ||
| real, dimension(ndef), intent(in) | SSQ, | ||
| real(kind=8), dimension(ndef), intent(in) | RMSR0, | ||
| real(kind=8), dimension(ndef), intent(in) | SDEV0, | ||
| real(kind=8), dimension(ndef), intent(in) | SDEV, | ||
| real(kind=8), dimension(ndef), intent(in) | RMSR, | ||
| real(kind=8), dimension(ndef), intent(in) | RESMAX, | ||
| integer, dimension(ndef), intent(in) | IMAX, | ||
| real(kind=8), dimension(ndef), intent(in) | RMSRP | ||
| ) |
Definition at line 146 of file w3tidemd.F90.
References caldatt(), file(), tide_ampc, tide_ampci, tide_freqc, tide_konan, tide_konin, tide_mf, tide_nin, tide_ninf, tide_nti, tide_phg, tide_phgi, tide_sig1, tide_sig2, tide_sig3, tide_sigin, tide_ttest, and tidecon_name.
| subroutine w3tidemd::vuf | ( | character*5, intent(in) | KONX, |
| real(kind=8), intent(out) | Vx, | ||
| real(kind=8), intent(out) | ux, | ||
| real(kind=8), intent(out) | FX, | ||
| integer, intent(in) | ITIME | ||
| ) |
Definition at line 1705 of file w3tidemd.F90.
References f_arg, ndset, ntotal_con, tidecon_allnames, u_arg, and v_arg.
Referenced by flex_tidana_webpage(), tide_predict(), and tide_predict_only().
| subroutine w3tidemd::vuf_set_parameters |
Definition at line 1445 of file w3tidemd.F90.
References coef_con, ee, ir, konco_con, ldel, mdel, ndel, nkonco, ntidal_con, ntotal_con, ph, semi, tide_indexj, tide_indexjk, and tidecon_allnames.
| real, dimension(:), allocatable w3tidemd::coef_con |
Definition at line 100 of file w3tidemd.F90.
Referenced by opnvuf(), setvuf(), setvuf_fast(), and vuf_set_parameters().
| real, dimension(180) w3tidemd::ee |
Definition at line 102 of file w3tidemd.F90.
Referenced by opnvuf(), setvuf(), setvuf_fast(), and vuf_set_parameters().
| real, dimension(:,:), allocatable w3tidemd::f_arg |
Definition at line 101 of file w3tidemd.F90.
| double precision, parameter w3tidemd::fac =TWPI/360. |
Definition at line 87 of file w3tidemd.F90.
Referenced by flex_tidana_webpage(), tide_predict(), and tide_predict_only().
| integer, dimension(180) w3tidemd::ir |
Definition at line 103 of file w3tidemd.F90.
Referenced by opnvuf(), setvuf(), setvuf_fast(), and vuf_set_parameters().
| character*5, parameter w3tidemd::kblank =' ' |
Definition at line 94 of file w3tidemd.F90.
Referenced by opnvuf(), and tide_read_anapar().
| character*5, dimension(:), allocatable w3tidemd::konco_con |
Definition at line 98 of file w3tidemd.F90.
Referenced by opnvuf(), tide_set_indices(), and vuf_set_parameters().
| integer, dimension(180) w3tidemd::ldel |
Definition at line 103 of file w3tidemd.F90.
Referenced by opnvuf(), setvuf(), setvuf_fast(), and vuf_set_parameters().
| integer, parameter w3tidemd::mc =70 |
| integer, parameter w3tidemd::mc2 =MC*2 |
| integer, dimension(180) w3tidemd::mdel |
Definition at line 103 of file w3tidemd.F90.
Referenced by opnvuf(), setvuf(), setvuf_fast(), and vuf_set_parameters().
| integer, dimension(180) w3tidemd::ndel |
Definition at line 103 of file w3tidemd.F90.
Referenced by opnvuf(), setvuf(), setvuf_fast(), and vuf_set_parameters().
| integer w3tidemd::ndset |
Definition at line 136 of file w3tidemd.F90.
Referenced by flex_tidana_webpage(), and vuf().
| integer w3tidemd::nkonco |
Definition at line 96 of file w3tidemd.F90.
Referenced by vuf_set_parameters().
| integer, parameter w3tidemd::nmaxp1 =MC*2 |
Definition at line 92 of file w3tidemd.F90.
| integer, parameter w3tidemd::nmaxpm =NR*2+NMAXP1 |
Definition at line 92 of file w3tidemd.F90.
| integer, parameter w3tidemd::nr =106000 |
Definition at line 92 of file w3tidemd.F90.
Referenced by tide_read_timeseries().
| integer w3tidemd::ntidal_con |
Definition at line 96 of file w3tidemd.F90.
Referenced by opnvuf(), setvuf(), setvuf_fast(), tide_set_indices(), and vuf_set_parameters().
| integer w3tidemd::ntotal_con |
Definition at line 96 of file w3tidemd.F90.
Referenced by opnvuf(), setvuf(), setvuf_fast(), tide_set_indices(), vuf(), and vuf_set_parameters().
| real, dimension(180) w3tidemd::ph |
Definition at line 102 of file w3tidemd.F90.
Referenced by opnvuf(), setvuf(), setvuf_fast(), and vuf_set_parameters().
| real, dimension(:), allocatable w3tidemd::semi |
Definition at line 100 of file w3tidemd.F90.
Referenced by opnvuf(), setvuf(), setvuf_fast(), and vuf_set_parameters().
| real, dimension(:,:,:,:,:), allocatable w3tidemd::tidal_const |
Definition at line 117 of file w3tidemd.F90.
Referenced by w3fldsmd::w3fldtide2().
| real, dimension(mc,2) w3tidemd::tide_ampc |
Definition at line 129 of file w3tidemd.F90.
Referenced by flex_tidana_webpage(), tide_predict(), tide_predict_only(), tide_write_results(), w3updtmd::w3ucur(), and w3updtmd::w3ulev().
| real, dimension(10,10,2) w3tidemd::tide_ampci |
Definition at line 132 of file w3tidemd.F90.
Referenced by flex_tidana_webpage(), tide_predict(), tide_predict_only(), and tide_write_results().
| real, dimension(:,:), allocatable w3tidemd::tide_data |
Definition at line 122 of file w3tidemd.F90.
Referenced by flex_tidana_webpage(), and tide_read_timeseries().
| integer(kind=4), dimension(:), allocatable w3tidemd::tide_days |
Definition at line 123 of file w3tidemd.F90.
Referenced by flex_tidana_webpage(), and tide_read_timeseries().
| real, parameter w3tidemd::tide_dt = 1800. |
Definition at line 125 of file w3tidemd.F90.
| real, dimension(:), allocatable w3tidemd::tide_freqc |
Definition at line 110 of file w3tidemd.F90.
Referenced by flex_tidana_webpage(), tide_find_indices_analysis(), tide_find_indices_prediction(), tide_read_anapar(), tide_write_results(), and w3fldsmd::w3fldtide2().
| real(kind=8), dimension(:), allocatable w3tidemd::tide_hours |
Definition at line 124 of file w3tidemd.F90.
Referenced by tide_predict_only(), and tide_read_timeseries().
| integer, dimension(mc) w3tidemd::tide_index |
Definition at line 133 of file w3tidemd.F90.
Referenced by setvuf().
| integer, dimension(mc) w3tidemd::tide_index2 |
Definition at line 133 of file w3tidemd.F90.
Referenced by setvuf_fast(), tide_set_indices(), and w3updtmd::w3ucur().
| integer, dimension(:), allocatable w3tidemd::tide_indexj |
Definition at line 105 of file w3tidemd.F90.
Referenced by setvuf(), setvuf_fast(), tide_set_indices(), and vuf_set_parameters().
| integer, dimension(:), allocatable w3tidemd::tide_indexjk |
Definition at line 105 of file w3tidemd.F90.
Referenced by setvuf(), setvuf_fast(), tide_set_indices(), and vuf_set_parameters().
| character(len=5), dimension(10) w3tidemd::tide_konan |
Definition at line 113 of file w3tidemd.F90.
Referenced by flex_tidana_webpage(), tide_read_anapar(), and tide_write_results().
| character(len=5), dimension(10,10) w3tidemd::tide_konin |
Definition at line 113 of file w3tidemd.F90.
Referenced by flex_tidana_webpage(), tide_predict(), tide_predict_only(), tide_read_anapar(), and tide_write_results().
| integer w3tidemd::tide_mf |
Definition at line 109 of file w3tidemd.F90.
Referenced by flex_tidana_webpage(), setvuf(), setvuf_fast(), tide_find_indices_analysis(), tide_find_indices_prediction(), tide_predict(), tide_predict_only(), tide_read_anapar(), tide_set_indices(), tide_write_results(), w3fldsmd::w3fldtide1(), w3fldsmd::w3fldtide2(), w3updtmd::w3ucur(), and w3updtmd::w3ulev().
| integer w3tidemd::tide_nin |
Definition at line 116 of file w3tidemd.F90.
Referenced by flex_tidana_webpage(), tide_predict(), tide_predict_only(), tide_read_anapar(), and tide_write_results().
| integer, dimension(10) w3tidemd::tide_ninf |
Definition at line 116 of file w3tidemd.F90.
Referenced by flex_tidana_webpage(), tide_predict(), tide_predict_only(), tide_read_anapar(), and tide_write_results().
| integer(kind=4) w3tidemd::tide_nti |
Definition at line 121 of file w3tidemd.F90.
Referenced by flex_tidana_webpage(), and tide_write_results().
| integer w3tidemd::tide_nx |
Definition at line 109 of file w3tidemd.F90.
| integer w3tidemd::tide_ny |
Definition at line 109 of file w3tidemd.F90.
| real, dimension(mc,2) w3tidemd::tide_phg |
Definition at line 129 of file w3tidemd.F90.
Referenced by flex_tidana_webpage(), tide_predict(), tide_predict_only(), tide_write_results(), w3updtmd::w3ucur(), and w3updtmd::w3ulev().
| real, dimension(10,10,2) w3tidemd::tide_phgi |
Definition at line 132 of file w3tidemd.F90.
Referenced by flex_tidana_webpage(), tide_predict(), tide_predict_only(), and tide_write_results().
| real, dimension(10,10) w3tidemd::tide_r |
Definition at line 114 of file w3tidemd.F90.
Referenced by flex_tidana_webpage(), and tide_read_anapar().
| integer(kind=4), dimension(:), allocatable w3tidemd::tide_secs |
Definition at line 123 of file w3tidemd.F90.
Referenced by flex_tidana_webpage(), and tide_read_timeseries().
| real, dimension(mc,2) w3tidemd::tide_sig1 |
Definition at line 129 of file w3tidemd.F90.
Referenced by flex_tidana_webpage(), and tide_write_results().
| real, dimension(mc,2) w3tidemd::tide_sig2 |
Definition at line 129 of file w3tidemd.F90.
Referenced by flex_tidana_webpage(), and tide_write_results().
| real, dimension(mc,2) w3tidemd::tide_sig3 |
Definition at line 129 of file w3tidemd.F90.
Referenced by flex_tidana_webpage(), and tide_write_results().
| real, dimension(10) w3tidemd::tide_sigan |
Definition at line 115 of file w3tidemd.F90.
Referenced by tide_read_anapar().
| real, dimension(10,10) w3tidemd::tide_sigin |
Definition at line 115 of file w3tidemd.F90.
Referenced by tide_read_anapar(), and tide_write_results().
| real, dimension(mc,2) w3tidemd::tide_ttest |
Definition at line 129 of file w3tidemd.F90.
Referenced by flex_tidana_webpage(), and tide_write_results().
| integer w3tidemd::tide_verbose = 0 |
Definition at line 136 of file w3tidemd.F90.
| real, dimension(10,10) w3tidemd::tide_zeta |
Definition at line 114 of file w3tidemd.F90.
Referenced by flex_tidana_webpage(), and tide_read_anapar().
| character*5, dimension(:), allocatable w3tidemd::tidecon_allnames |
Definition at line 97 of file w3tidemd.F90.
Referenced by opnvuf(), setvuf(), tide_set_indices(), vuf(), vuf_set_parameters(), and w3updtmd::w3ucur().
| character(len=5), dimension(:), allocatable w3tidemd::tidecon_name |
Definition at line 112 of file w3tidemd.F90.
Referenced by flex_tidana_webpage(), setvuf(), tide_find_indices_analysis(), tide_find_indices_prediction(), tide_predict(), tide_predict_only(), tide_read_anapar(), tide_set_indices(), tide_write_results(), and w3fldsmd::w3fldtide2().
| character(len=5), dimension(:), allocatable w3tidemd::tidecon_namei |
Definition at line 111 of file w3tidemd.F90.
Referenced by w3fldsmd::w3fldtide2().
| double precision, parameter w3tidemd::twpi =3.1415926535898*2. |
Definition at line 86 of file w3tidemd.F90.
Referenced by flex_tidana_webpage(), tide_predict(), tide_predict_only(), w3updtmd::w3ucur(), and w3updtmd::w3ulev().
| real, dimension(:,:), allocatable w3tidemd::u_arg |
Definition at line 101 of file w3tidemd.F90.
| real, dimension(:,:), allocatable w3tidemd::v_arg |
Definition at line 101 of file w3tidemd.F90.