Go to the source code of this file.
|
subroutine | pgd_field_1d (DTCO, UG, U, USS, HPROGRAM, HFIELD, HAREA, HFILE, HFILETYPE, PUNIF, PFIELD, OPRESENT, PVEGTYPE) |
|
subroutine | pgd_field_2d (DTCO, UG, U, USS, HPROGRAM, HFIELD, HAREA, HFILE, HFILETYPE, PUNIF, PFIELD, OPRESENT, PVEGTYPE) |
|
◆ pgd_field_1d()
subroutine pgd_field_1d |
( |
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, |
|
|
character(len=6), intent(in) |
HPROGRAM, |
|
|
character(len=*), intent(in) |
HFIELD, |
|
|
character(len=3), intent(in) |
HAREA, |
|
|
character(len=28), intent(in) |
HFILE, |
|
|
character(len=6), intent(inout) |
HFILETYPE, |
|
|
real, intent(in) |
PUNIF, |
|
|
real, dimension(:), intent(out) |
PFIELD, |
|
|
logical, intent(out), optional |
OPRESENT, |
|
|
real, dimension(:), intent(in), optional |
PVEGTYPE |
|
) |
| |
◆ pgd_field_2d()
subroutine pgd_field_2d |
( |
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, |
|
|
character(len=6), intent(in) |
HPROGRAM, |
|
|
character(len=*), intent(in) |
HFIELD, |
|
|
character(len=3), intent(in) |
HAREA, |
|
|
character(len=28), intent(in) |
HFILE, |
|
|
character(len=6), intent(inout) |
HFILETYPE, |
|
|
real, intent(in) |
PUNIF, |
|
|
real, dimension(:,:), intent(out) |
PFIELD, |
|
|
logical, intent(out), optional |
OPRESENT, |
|
|
real, dimension(:,:), intent(in), optional |
PVEGTYPE |
|
) |
| |