SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | ol_define_dim (UG, KSIZE_FULL, HPROGRAM, KLUOUT, KNI, KDIM1, HUNIT1, HUNIT2, PX, PY, KDIMS, KDDIM, HNAME_DIM, KNPATCH, KNSNLAYER, PLAT, PLON) |
subroutine ol_define_dim | ( | type(surf_atm_grid_t), intent(inout) | UG, |
integer, intent(in) | KSIZE_FULL, | ||
character(len=6), intent(in) | HPROGRAM, | ||
integer, intent(in) | KLUOUT, | ||
integer, intent(in) | KNI, | ||
integer, intent(out) | KDIM1, | ||
character(len=13), dimension(:), intent(out) | HUNIT1, | ||
character(len=13), dimension(:), intent(out) | HUNIT2, | ||
real, dimension(:), pointer | PX, | ||
real, dimension(:), pointer | PY, | ||
integer, dimension(:), pointer | KDIMS, | ||
integer, dimension(:), pointer | KDDIM, | ||
character(len=100), dimension(:), pointer | HNAME_DIM, | ||
integer, intent(in), optional | KNPATCH, | ||
integer, intent(in), optional | KNSNLAYER, | ||
real, dimension(:), optional, pointer | PLAT, | ||
real, dimension(:), optional, pointer | PLON | ||
) |
Definition at line 8 of file ol_define_dim.F90.