Go to the source code of this file.
|
subroutine | get_compheader (KTAB, SIZEKTAB, KNBELT, KTYPECOD) |
|
subroutine | decompress_field (XTAB, NBELT, COMPTAB, NBCOMPELT, CODINGTYPE) |
|
subroutine | decomp_fop (PTAB, KTAB, PREF, PCOEFF, OMASK, KINDCOR) |
|
subroutine | extractintarray (KTAB) |
|
◆ decomp_fop()
subroutine decompress_field::decomp_fop |
( |
real(kind=8), dimension(:), intent(inout) |
PTAB, |
|
|
integer, dimension(:), intent(in) |
KTAB, |
|
|
real, intent(in) |
PREF, |
|
|
real, intent(in) |
PCOEFF, |
|
|
logical, dimension(:), intent(in), optional |
OMASK, |
|
|
integer, intent(in), optional |
KINDCOR |
|
) |
| |
◆ decompress_field()
subroutine decompress_field |
( |
real (kind=8), dimension(nbelt), intent(out), target |
XTAB, |
|
|
integer, intent(in) |
NBELT, |
|
|
integer(kind=8), dimension(nbcompelt), intent(in) |
COMPTAB, |
|
|
integer, intent(in) |
NBCOMPELT, |
|
|
integer, intent(in) |
CODINGTYPE |
|
) |
| |
◆ extractintarray()
subroutine decompress_field::extractintarray |
( |
integer, dimension(:), intent(out) |
KTAB | ) |
|
◆ get_compheader()
subroutine get_compheader |
( |
integer(kind=8), dimension(sizektab), intent(in) |
KTAB, |
|
|
integer, intent(in) |
SIZEKTAB, |
|
|
integer, intent(out) |
KNBELT, |
|
|
integer, intent(out) |
KTYPECOD |
|
) |
| |