Go to the source code of this file.
Functions/Subroutines | |
| subroutine | prep_hor_teb_field (B, BOP, DTCO, IG, U, TG, T, TOP, HPROGRAM, HSURF, HATMFILE, HATMFILETYPE, HPGDFILE, HPGDFILETYPE, KPATCH) |
| subroutine | init_from_ref_grid (PGRID1, PT1, PD2, PT2) |
| subroutine prep_hor_teb_field::init_from_ref_grid | ( | real, dimension(:), intent(in) | PGRID1, |
| real, dimension(:,:), intent(in) | PT1, | ||
| real, dimension(:,:), intent(in) | PD2, | ||
| real, dimension(:,:), intent(out) | PT2 | ||
| ) |
Definition at line 288 of file prep_hor_teb_field.F90.
| subroutine prep_hor_teb_field | ( | type(bem_t), intent(inout) | B, |
| type(bem_options_t), intent(inout) | BOP, | ||
| type(data_cover_t), intent(inout) | DTCO, | ||
| type(isba_grid_t), intent(inout) | IG, | ||
| type(surf_atm_t), intent(inout) | U, | ||
| type(teb_grid_t), intent(inout) | TG, | ||
| type(teb_t), intent(inout) | T, | ||
| type(teb_options_t), intent(inout) | TOP, | ||
| character(len=6), intent(in) | HPROGRAM, | ||
| character(len=7), intent(in) | HSURF, | ||
| character(len=28), intent(in) | HATMFILE, | ||
| character(len=6), intent(in) | HATMFILETYPE, | ||
| character(len=28), intent(in) | HPGDFILE, | ||
| character(len=6), intent(in) | HPGDFILETYPE, | ||
| integer, intent(in) | KPATCH | ||
| ) |
Definition at line 6 of file prep_hor_teb_field.F90.


1.8.5