SURFEX v8.1
General documentation of Surfex
Functions/Subroutines
decompress.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

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)
 

Function/Subroutine Documentation

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

Definition at line 216 of file decompress.f90.

Here is the caller graph for this function:

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

Definition at line 37 of file decompress.f90.

Here is the call graph for this function:

◆ extractintarray()

subroutine decompress_field::extractintarray ( integer, dimension(:), intent(out)  KTAB)

Definition at line 253 of file decompress.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

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

Definition at line 7 of file decompress.f90.