| subroutine neighbor_budget_interp_mod::interpolate_neighbor_budget::interpolate_neighbor_budget_vector |
( |
integer, dimension(20), intent(in) |
IPOPT, |
|
|
class(ip_grid), intent(in) |
grid_in, |
|
|
class(ip_grid), intent(in) |
grid_out, |
|
|
integer, intent(in) |
MI, |
|
|
integer, intent(in) |
MO, |
|
|
integer, intent(in) |
KM, |
|
|
integer, dimension(km), intent(in) |
IBI, |
|
|
logical*1, dimension(mi,km), intent(in) |
LI, |
|
|
real, dimension(mi,km), intent(in) |
UI, |
|
|
real, dimension(mi,km), intent(in) |
VI, |
|
|
integer, intent(out) |
NO, |
|
|
real, dimension(mo), intent(inout) |
RLAT, |
|
|
real, dimension(mo), intent(inout) |
RLON, |
|
|
real, dimension(mo), intent(out) |
CROT, |
|
|
real, dimension(mo), intent(out) |
SROT, |
|
|
integer, dimension(km), intent(out) |
IBO, |
|
|
logical*1, dimension(mo,km), intent(out) |
LO, |
|
|
real, dimension(mo,km), intent(out) |
UO, |
|
|
real, dimension(mo,km), intent(out) |
VO, |
|
|
integer, intent(out) |
IRET |
|
) |
| |
|
private |