ocssw
V2022
|
interp_hycom_ascii.f File Reference
Go to the source code of this file.
Functions/Subroutines | |
program | interp_hycom |
subroutine | bilinear_p (a_in, idm_in, jdm_in, a_out, idm_out, jdm_out, m_in, m_out, i_out, j_out, x_out, y_out) |
subroutine | landfill (a, mask, m, n, iv, if, il, jf, jl) |
subroutine | psmooth (a, mask, amn, amx, m, n) |
subroutine | handle_err (status) |
Function/Subroutine Documentation
◆ bilinear_p()
subroutine bilinear_p | ( | real, dimension( idm_in, jdm_in ) | a_in, |
integer | idm_in, | ||
integer | jdm_in, | ||
real, dimension(idm_out,jdm_out) | a_out, | ||
integer | idm_out, | ||
integer | jdm_out, | ||
integer, dimension(idm_in,jdm_in) | m_in, | ||
integer, dimension(idm_out,jdm_out) | m_out, | ||
integer, dimension(idm_out,jdm_out) | i_out, | ||
integer, dimension(idm_out,jdm_out) | j_out, | ||
real, dimension(idm_out,jdm_out) | x_out, | ||
real, dimension(idm_out,jdm_out) | y_out | ||
) |
Definition at line 431 of file interp_hycom_ascii.f.
◆ handle_err()
subroutine handle_err | ( | integer | status | ) |
Definition at line 719 of file interp_hycom_ascii.f.
◆ interp_hycom()
program interp_hycom |
Definition at line 1 of file interp_hycom_ascii.f.
◆ landfill()
subroutine landfill | ( | real, dimension(m,n) | a, |
integer, dimension(m,n) | mask, | ||
integer | m, | ||
integer | n, | ||
integer, dimension(n,2) | iv, | ||
integer | if, | ||
integer | il, | ||
integer | jf, | ||
integer | jl | ||
) |
Definition at line 524 of file interp_hycom_ascii.f.