SURFEX v7.3
General documentation of Surfex
 All Classes Files Functions Variables Typedefs
Data Types | Public Member Functions
MODE_CONVERT Module Reference

List of all members.

Data Types

interface  CONVERT
interface  UN_CONVERT

Public Member Functions

subroutine CONVERT_1D (P1D, GMASK, P2D)
subroutine CONVERT_2D (P2D, GMASK, P3D)
subroutine UN_CONVERT_1D (P2D, GMASK, P1D)
subroutine UN_CONVERT_2D (P3D, GMASK, P2D)

Detailed Description

Definition at line 2 of file mode_convert.F90.


Member Function/Subroutine Documentation

subroutine MODE_CONVERT::CONVERT_1D ( REAL, dimension(:), intent(in)  P1D,
LOGICAL, dimension(:,:), intent(in)  GMASK,
REAL, dimension(:,:), intent(out)  P2D 
)

Definition at line 26 of file mode_convert.F90.

subroutine MODE_CONVERT::CONVERT_2D ( REAL, dimension(:,:), intent(in)  P2D,
LOGICAL, dimension(:,:), intent(in)  GMASK,
REAL, dimension(:,:,:), intent(out)  P3D 
)

Definition at line 61 of file mode_convert.F90.

subroutine MODE_CONVERT::UN_CONVERT_1D ( REAL, dimension(:,:), intent(in)  P2D,
LOGICAL, dimension(:,:), intent(in)  GMASK,
REAL, dimension(:), intent(out)  P1D 
)

Definition at line 96 of file mode_convert.F90.

subroutine MODE_CONVERT::UN_CONVERT_2D ( REAL, dimension(:,:,:), intent(in)  P3D,
LOGICAL, dimension(:,:), intent(in)  GMASK,
REAL, dimension(:,:), intent(out)  P2D 
)

Definition at line 128 of file mode_convert.F90.


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