Go to the source code of this file.
|
| subroutine | average_diag (PFRAC_TILE, DGO, D, ND, DC, NDC) |
| |
| subroutine | make_average (PFRAC, PFIELD_IN, PFIELD_OUT, KTILE) |
| |
| subroutine | make_average_2d (PFRAC, PFIELD_IN, PFIELD_OUT, KTILE) |
| |
| subroutine | make_average_z0 (PFRAC, PREF, PFIELD_IN, PFIELD_OUT, KTILE) |
| |
| subroutine | make_average_mw (PFRAC, PFIELD_IN, PFIELD_OUT, KTILE, PLAND, PSEA, P |
| |
◆ average_diag()
| subroutine average_diag |
( |
real, dimension(:,:), intent(in) |
PFRAC_TILE, |
|
|
type(diag_options_t), intent(inout) |
DGO, |
|
|
type(diag_t), intent(inout) |
D, |
|
|
type(diag_np_t), intent(inout) |
ND, |
|
|
type(diag_t), intent(inout) |
DC, |
|
|
type(diag_np_t), intent(inout) |
NDC |
|
) |
| |
◆ make_average()
| subroutine average_diag::make_average |
( |
real, dimension(:), intent(in) |
PFRAC, |
|
|
real, dimension(:), intent(in) |
PFIELD_IN, |
|
|
real, dimension(:), intent(out) |
PFIELD_OUT, |
|
|
integer, intent(in) |
KTILE |
|
) |
| |
◆ make_average_2d()
| subroutine average_diag::make_average_2d |
( |
real, dimension(:), intent(in) |
PFRAC, |
|
|
real, dimension(:,:), intent(in) |
PFIELD_IN, |
|
|
real, dimension(:,:), intent(out) |
PFIELD_OUT, |
|
|
integer, intent(in) |
KTILE |
|
) |
| |
◆ make_average_mw()
| subroutine average_diag::make_average_mw |
( |
real, dimension(:), intent(in) |
PFRAC, |
|
|
real, dimension(:), intent(in) |
PFIELD_IN, |
|
|
real, dimension(:), intent(out) |
PFIELD_OUT, |
|
|
integer, intent(in) |
KTILE, |
|
|
real, dimension(:), intent(inout) |
PLAND, |
|
|
real, dimension(:), intent(inout) |
PSEA, |
|
|
|
P |
|
) |
| |
◆ make_average_z0()
| subroutine average_diag::make_average_z0 |
( |
real, dimension(:), intent(in) |
PFRAC, |
|
|
real, dimension(:), intent(in) |
PREF, |
|
|
real, dimension(:), intent(in) |
PFIELD_IN, |
|
|
real, dimension(:), intent(out) |
PFIELD_OUT, |
|
|
integer, intent(in) |
KTILE |
|
) |
| |