Go to the source code of this file.
Functions/Subroutines | |
subroutine | OL_DEFINE_DIM (HPROGRAM, KLUOUT, KNI, KDIM1, HUNIT1, HUNIT2, PX, PY, KDIMS, KDDIM, HNAME_DIM, KNPATCH) |
subroutine OL_DEFINE_DIM | ( | 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 | ||
) |
Definition at line 1 of file ol_define_dim.F90.