SURFEX  V8_0
Surfex V8_0 release
 All Classes Files Functions Variables
Data Types | Functions/Subroutines
unpack_same_rank2.F90 File Reference

Go to the source code of this file.

Data Types

module  modi_unpack_same_rank2
 
interface  modi_unpack_same_rank2::unpack_same_rank2
 

Functions/Subroutines

subroutine unpack_same_rank2_from1d (KM, P1D_IN, P1D_OUT, PMISS)
 
subroutine unpack_same_rank2_from2d (KM, P2D_IN, P2D_OUT, PMISS)
 

Function/Subroutine Documentation

subroutine unpack_same_rank2_from1d ( integer, dimension(:), intent(in)  KM,
real, dimension(:), intent(in)  P1D_IN,
real(kind=4), dimension(:), intent(out)  P1D_OUT,
real, intent(in), optional  PMISS 
)

Definition at line 33 of file unpack_same_rank2.F90.

subroutine unpack_same_rank2_from2d ( integer, dimension(:), intent(in)  KM,
real, dimension(:,:), intent(in)  P2D_IN,
real(kind=4), dimension(:,:), intent(out)  P2D_OUT,
real, intent(in), optional  PMISS 
)

Definition at line 110 of file unpack_same_rank2.F90.