SURFEX v8.1
General documentation of Surfex
Data Types | Modules | Functions/Subroutines
unpack_same_rank2.F90 File Reference

Go to the source code of this file.

Data Types

interface  modi_unpack_same_rank2::unpack_same_rank2
 

Modules

module  modi_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

◆ unpack_same_rank2_from1d()

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 34 of file unpack_same_rank2.F90.

◆ unpack_same_rank2_from2d()

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 111 of file unpack_same_rank2.F90.