SURFEX v8.1
General documentation of Surfex
Data Types | Modules | Functions/Subroutines
pgd_field.F90 File Reference

Go to the source code of this file.

Data Types

interface  modi_pgd_field::pgd_field
 

Modules

module  modi_pgd_field
 

Functions/Subroutines

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)
 

Function/Subroutine Documentation

◆ 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 
)

Definition at line 97 of file pgd_field.F90.

Here is the call graph for this function:

◆ 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 
)

Definition at line 158 of file pgd_field.F90.

Here is the call graph for this function: