|
subroutine | interp_weighted_scalar_1d (grdin, grdout, datin, datout) |
| interp_weighted_scalar_1D receives the variables grdin, grdout, and datin as inputs and returns datout. More...
|
|
subroutine | interp_weighted_scalar_2d (grdin, grdout, datin, datout) |
| interp_weighted_scalar_2D receives the variables grdin, grdout, and datin as inputs and returns datout. More...
|
|
Definition at line 246 of file interpolator.F90.
◆ interp_weighted_scalar_1d()
subroutine interpolator_mod::interp_weighted_scalar::interp_weighted_scalar_1d |
( |
real, dimension(:), intent(in) |
grdin, |
|
|
real, dimension(:), intent(in) |
grdout, |
|
|
real, dimension(:), intent(in) |
datin, |
|
|
real, dimension(:), intent(out) |
datout |
|
) |
| |
|
private |
interp_weighted_scalar_1D receives the variables grdin, grdout, and datin as inputs and returns datout.
- Parameters
-
[in] | <grdin> | No description |
[in] | <grdout> | No description |
[in] | <datin> | No description |
[out] | <datout> | No description |
Definition at line 3812 of file interpolator.F90.
◆ interp_weighted_scalar_2d()
subroutine interpolator_mod::interp_weighted_scalar::interp_weighted_scalar_2d |
( |
real, dimension(:), intent(in) |
grdin, |
|
|
real, dimension(:), intent(in) |
grdout, |
|
|
real, dimension(:,:), intent(in) |
datin, |
|
|
real, dimension(:,:), intent(out) |
datout |
|
) |
| |
|
private |
interp_weighted_scalar_2D receives the variables grdin, grdout, and datin as inputs and returns datout.
- Parameters
-
[in] | <grdin> | No description |
[in] | <grdout> | No description |
[in] | <datin> | No description |
[out] | <datout> | No description |
Definition at line 3743 of file interpolator.F90.
The documentation for this interface was generated from the following file: