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

Go to the source code of this file.

Data Types

interface  modi_unpack_same_rank::unpack_same_rank
 

Modules

module  modi_unpack_same_rank
 

Functions/Subroutines

subroutine unpack_same_rank_from1d (KM, P1D_IN, P1D_OUT, PMISS)
 
subroutine unpack_same_rank_from1di (KM, K1D_IN, K1D_OUT, KMISS)
 
subroutine unpack_same_rank_from2di (KM, K2D_IN, K2D_OUT, PMISS)
 
subroutine unpack_same_rank_from1dl (KM, O1D_IN, O1D_OUT, OMISS)
 
subroutine unpack_same_rank_from2d (KM, P2D_IN, P2D_OUT, PMISS)
 
subroutine unpack_same_rank_from3d (KM, P3D_IN, P3D_OUT, PMISS)
 
subroutine unpack_same_rank_from3di (KM, K3D_IN, K3D_OUT, KMISS)
 
subroutine unpack_same_rank_from4d (KM, P4D_IN, P4D_OUT, PMISS)
 

Function/Subroutine Documentation

◆ unpack_same_rank_from1d()

subroutine unpack_same_rank_from1d ( integer, dimension(:), intent(in)  KM,
real, dimension(:), intent(in)  P1D_IN,
real, dimension(:), intent(out)  P1D_OUT,
real, intent(in), optional  PMISS 
)

Definition at line 83 of file unpack_same_rank.F90.

◆ unpack_same_rank_from1di()

subroutine unpack_same_rank_from1di ( integer, dimension(:), intent(in)  KM,
integer, dimension(:), intent(in)  K1D_IN,
integer, dimension(:), intent(out)  K1D_OUT,
integer, intent(in), optional  KMISS 
)

Definition at line 161 of file unpack_same_rank.F90.

◆ unpack_same_rank_from1dl()

subroutine unpack_same_rank_from1dl ( integer, dimension(:), intent(in)  KM,
logical, dimension(:), intent(in)  O1D_IN,
logical, dimension(:), intent(out)  O1D_OUT,
logical, intent(in), optional  OMISS 
)

Definition at line 315 of file unpack_same_rank.F90.

◆ unpack_same_rank_from2d()

subroutine unpack_same_rank_from2d ( integer, dimension(:), intent(in)  KM,
real, dimension(:,:), intent(in)  P2D_IN,
real, dimension(:,:), intent(out)  P2D_OUT,
real, intent(in), optional  PMISS 
)

Definition at line 391 of file unpack_same_rank.F90.

◆ unpack_same_rank_from2di()

subroutine unpack_same_rank_from2di ( integer, dimension(:), intent(in)  KM,
integer, dimension(:,:), intent(in)  K2D_IN,
integer, dimension(:,:), intent(out)  K2D_OUT,
real, intent(in), optional  PMISS 
)

Definition at line 237 of file unpack_same_rank.F90.

◆ unpack_same_rank_from3d()

subroutine unpack_same_rank_from3d ( integer, dimension(:), intent(in)  KM,
real, dimension(:,:,:), intent(in)  P3D_IN,
real, dimension(:,:,:), intent(out)  P3D_OUT,
real, intent(in), optional  PMISS 
)

Definition at line 472 of file unpack_same_rank.F90.

◆ unpack_same_rank_from3di()

subroutine unpack_same_rank_from3di ( integer, dimension(:), intent(in)  KM,
real, dimension(:,:,:), intent(in)  K3D_IN,
real, dimension(:,:,:), intent(out)  K3D_OUT,
real, intent(in), optional  KMISS 
)

Definition at line 554 of file unpack_same_rank.F90.

◆ unpack_same_rank_from4d()

subroutine unpack_same_rank_from4d ( integer, dimension(:), intent(in)  KM,
real, dimension(:,:,:,:), intent(in)  P4D_IN,
real, dimension(:,:,:,:), intent(out)  P4D_OUT,
real, intent(in), optional  PMISS 
)

Definition at line 636 of file unpack_same_rank.F90.