Go to the source code of this file.
Data Types |
module | MODI_INI_VAR_FROM_DATA |
interface | MODI_INI_VAR_FROM_DATA::INI_VAR_FROM_DATA |
Functions/Subroutines |
subroutine | INI_VAR_FROM_DATA_1D (HPROGRAM, HATYPE, HNAME, HTYPE, HFNAM, HFTYP, PUNIF, PFIELD, OPRESENT) |
subroutine | INI_VAR_FROM_DATA_2D (HPROGRAM, HATYPE, HNAME, HTYPE, HFNAM, HFTYP, PUNIF, PFIELD_TIME, OPRESENT) |
Function/Subroutine Documentation
subroutine INI_VAR_FROM_DATA_1D |
( |
CHARACTER(LEN=6), intent(in) |
HPROGRAM, |
|
|
CHARACTER(LEN=3), intent(in) |
HATYPE, |
|
|
CHARACTER(LEN=*), intent(in) |
HNAME, |
|
|
CHARACTER(LEN=3), intent(in) |
HTYPE, |
|
|
CHARACTER(LEN=28), dimension(:), intent(in) |
HFNAM, |
|
|
CHARACTER(LEN=6), dimension(:), intent(in) |
HFTYP, |
|
|
REAL, dimension(:), intent(in) |
PUNIF, |
|
|
REAL, dimension(:,:), intent(out) |
PFIELD, |
|
|
LOGICAL, intent(out) |
OPRESENT |
|
) |
| |
subroutine INI_VAR_FROM_DATA_2D |
( |
CHARACTER(LEN=6), intent(in) |
HPROGRAM, |
|
|
CHARACTER(LEN=3), intent(in) |
HATYPE, |
|
|
CHARACTER(LEN=*), intent(in) |
HNAME, |
|
|
CHARACTER(LEN=3), intent(in) |
HTYPE, |
|
|
CHARACTER(LEN=28), dimension(:,:), intent(in) |
HFNAM, |
|
|
CHARACTER(LEN=6), dimension(:,:), intent(in) |
HFTYP, |
|
|
REAL, dimension(:,:), intent(in) |
PUNIF, |
|
|
REAL, dimension(:,:,:), intent(out) |
PFIELD_TIME, |
|
|
LOGICAL, intent(out) |
OPRESENT |
|
) |
| |