SURFEX  V8_0
Surfex V8_0 release
 All Classes Files Functions Variables
Public Member Functions | List of all members
modi_pack_same_rank::pack_same_rank Interface Reference

Public Member Functions

subroutine pack_same_rank_from1di (KM, K1D_IN, K1D_OUT)
 
subroutine pack_same_rank_from2di (KM, K1D_IN, K1D_OUT)
 
subroutine pack_same_rank_from1dl (KM, O1D_IN, O1D_OUT)
 
subroutine pack_same_rank_from1d (KM, P1D_IN, P1D_OUT)
 
subroutine pack_same_rank_from2d (KM, P2D_IN, P2D_OUT)
 
subroutine pack_same_rank_from3d (KM, P3D_IN, P3D_OUT)
 
subroutine pack_same_rank_from4d (KM, P4D_IN, P4D_OUT)
 

Detailed Description

Definition at line 8 of file pack_same_rank.F90.

Member Function/Subroutine Documentation

subroutine modi_pack_same_rank::pack_same_rank::pack_same_rank_from1d ( integer, dimension(:), intent(in)  KM,
real, dimension(:), intent(in)  P1D_IN,
real, dimension(:), intent(out)  P1D_OUT 
)

Definition at line 30 of file pack_same_rank.F90.

subroutine modi_pack_same_rank::pack_same_rank::pack_same_rank_from1di ( integer, dimension(:), intent(in)  KM,
integer, dimension(:), intent(in)  K1D_IN,
integer, dimension(:), intent(out)  K1D_OUT 
)

Definition at line 9 of file pack_same_rank.F90.

subroutine modi_pack_same_rank::pack_same_rank::pack_same_rank_from1dl ( integer, dimension(:), intent(in)  KM,
logical, dimension(:), intent(in)  O1D_IN,
logical, dimension(:), intent(out)  O1D_OUT 
)

Definition at line 23 of file pack_same_rank.F90.

subroutine modi_pack_same_rank::pack_same_rank::pack_same_rank_from2d ( integer, dimension(:), intent(in)  KM,
real, dimension(:,:), intent(in)  P2D_IN,
real, dimension(:,:), intent(out)  P2D_OUT 
)

Definition at line 37 of file pack_same_rank.F90.

subroutine modi_pack_same_rank::pack_same_rank::pack_same_rank_from2di ( integer, dimension(:), intent(in)  KM,
integer, dimension(:,:), intent(in)  K1D_IN,
integer, dimension(:,:), intent(out)  K1D_OUT 
)

Definition at line 16 of file pack_same_rank.F90.

subroutine modi_pack_same_rank::pack_same_rank::pack_same_rank_from3d ( integer, dimension(:), intent(in)  KM,
real, dimension(:,:,:), intent(in)  P3D_IN,
real, dimension(:,:,:), intent(out)  P3D_OUT 
)

Definition at line 45 of file pack_same_rank.F90.

subroutine modi_pack_same_rank::pack_same_rank::pack_same_rank_from4d ( integer, dimension(:), intent(in)  KM,
real, dimension(:,:,:,:), intent(in)  P4D_IN,
real, dimension(:,:,:,:), intent(out)  P4D_OUT 
)

Definition at line 53 of file pack_same_rank.F90.


The documentation for this interface was generated from the following file: