Go to the source code of this file.
Functions/Subroutines | |
| subroutine | interpol_sst_mth (S, KYEAR, KMONTH, KDAY, HFLAG, POUT) |
| subroutine | interpol_local (HMETHOD, PMTH0, PMTH1, PMTH2) |
| subroutine interpol_sst_mth::interpol_local | ( | character(len=6), intent(in) | HMETHOD, |
| real, dimension(:), intent(in) | PMTH0, | ||
| real, dimension(:), intent(in) | PMTH1, | ||
| real, dimension(:), intent(in) | PMTH2 | ||
| ) |
Definition at line 143 of file interpol_sst_mth.F90.


| subroutine interpol_sst_mth | ( | type(seaflux_t), intent(inout) | S, |
| integer, intent(in) | KYEAR, | ||
| integer, intent(in) | KMONTH, | ||
| integer, intent(in) | KDAY, | ||
| character(len=1), intent(in) | HFLAG, | ||
| real, dimension(:), intent(out) | POUT | ||
| ) |
Definition at line 6 of file interpol_sst_mth.F90.


1.8.5