|
SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | pgd_isba (DTCO, DTV, IG, IO, S, K, ISS, UG, U, USS, HPR |
| subroutine | get_field (HFILETYPE, HFILE, HFIELD, OIMP, PUNIF, PFIELD) |
| subroutine pgd_isba::get_field | ( | character(len=*), intent(inout) | HFILETYPE, |
| character(len=*), intent(in) | HFILE, | ||
| character(len=*), intent(in) | HFIELD, | ||
| logical, intent(in) | OIMP, | ||
| real, intent(in) | PUNIF, | ||
| real, dimension(:), intent(out) | PFIELD | ||
| ) |
Definition at line 634 of file pgd_isba.F90.


| subroutine pgd_isba | ( | type(data_cover_t), intent(inout) | DTCO, |
| type(data_isba_t), intent(inout) | DTV, | ||
| type(grid_t), intent(inout) | IG, | ||
| type(isba_options_t), intent(inout) | IO, | ||
| type(isba_s_t), intent(inout) | S, | ||
| type(isba_k_t), intent(inout) | K, | ||
| type(sso_t), intent(inout) | ISS, | ||
| type(surf_atm_grid_t), intent(inout) | UG, | ||
| type(surf_atm_t), intent(inout) | U, | ||
| type(sso_t), intent(inout) | USS, | ||
| HPR | |||
| ) |
Definition at line 7 of file pgd_isba.F90.


1.8.13