|
SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | read_isba_n (DTCO, IO, S, NP, NPE, PCLAY, U, HPROGRAM) |
| subroutine | make_ens_enkf (KWORK, KLU, HREC, PCOFSWI, NP, PVAR) |
| subroutine read_isba_n::make_ens_enkf | ( | integer, intent(in) | KWORK, |
| integer, intent(in) | KLU, | ||
| character(len=3), intent(in) | HREC, | ||
| real, dimension(:), intent(in) | PCOFSWI, | ||
| type(isba_np_t), intent(inout) | NP, | ||
| real, dimension(:,:,:), intent(inout), optional | PVAR | ||
| ) |
Definition at line 762 of file read_isban.F90.


| subroutine read_isba_n | ( | type(data_cover_t), intent(inout) | DTCO, |
| type(isba_options_t), intent(inout) | IO, | ||
| type(isba_s_t), intent(inout) | S, | ||
| type(isba_np_t), intent(inout) | NP, | ||
| type(isba_npe_t), intent(inout) | NPE, | ||
| real, dimension(:,:), intent(in) | PCLAY, | ||
| type(surf_atm_t), intent(inout) | U, | ||
| character(len=6), intent(in) | HPROGRAM | ||
| ) |
Definition at line 7 of file read_isban.F90.


1.8.13