|
SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | prep_hor_teb_garden_field (DTCO, UG, U, USS, GCP, IO, S, K, P, PEK, TG, TOP, HPROGRAM, HSURF, HATMFILE, HATMFILETYPE, HPGDFILE, HPGDFILETYPE, KPATCH, YDCTL) |
| subroutine | init_from_ref_grid (PGRID1, PT1, PD2, PT2) |
| subroutine prep_hor_teb_garden_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 404 of file prep_hor_teb_garden_field.F90.
| subroutine prep_hor_teb_garden_field | ( | type(data_cover_t), intent(inout) | DTCO, |
| type(surf_atm_grid_t), intent(inout) | UG, | ||
| type(surf_atm_t), intent(inout) | U, | ||
| type(sso_t), intent(inout) | USS, | ||
| type(grid_conf_proj_t), intent(inout) | GCP, | ||
| type(isba_options_t), intent(inout) | IO, | ||
| type(isba_s_t), intent(inout) | S, | ||
| type(isba_k_t), intent(inout) | K, | ||
| type(isba_p_t), intent(inout) | P, | ||
| type(isba_pe_t), intent(inout) | PEK, | ||
| type(grid_t), intent(inout) | TG, | ||
| 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, | ||
| type (prep_ctl), intent(inout) | YDCTL | ||
| ) |
Definition at line 8 of file prep_hor_teb_garden_field.F90.


1.8.13