|
SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | coupling_dst_n (DSTK, KK, PK, PEK, DK, HPROGRAM, KI, KDST, PPS, PQA, PRHOA, PPA, PTA, PU, PUREF, PV, PZREF, PSFDST) |
| subroutine | treat_surf (KSIZE, KMASK) |
| subroutine | avg_flux_dst (KTILE) |
| subroutine coupling_dst_n::avg_flux_dst | ( | integer, intent(in) | KTILE | ) |
Definition at line 389 of file coupling_dstn.F90.


| subroutine coupling_dst_n | ( | type(dst_t), intent(inout) | DSTK, |
| type(isba_k_t), intent(inout) | KK, | ||
| type(isba_p_t), intent(inout) | PK, | ||
| type(isba_pe_t), intent(inout) | PEK, | ||
| type(diag_t), intent(inout) | DK, | ||
| character(len=*), intent(in) | HPROGRAM, | ||
| integer, intent(in) | KI, | ||
| integer, intent(in) | KDST, | ||
| real, dimension(ki), intent(in) | PPS, | ||
| real, dimension(ki), intent(in) | PQA, | ||
| real, dimension(ki), intent(in) | PRHOA, | ||
| real, dimension(ki), intent(in) | PPA, | ||
| real, dimension(ki), intent(in) | PTA, | ||
| real, dimension(ki), intent(in) | PU, | ||
| real, dimension(ki), intent(in) | PUREF, | ||
| real, dimension(ki), intent(in) | PV, | ||
| real, dimension(ki), intent(in) | PZREF, | ||
| real, dimension(ki,kdst), intent(out) | PSFDST | ||
| ) |
Definition at line 20 of file coupling_dstn.F90.


1.8.13