SABER
tools_func::convert_l2i Interface Reference

Public Member Functions

subroutine func_convert_l2i_r0 (fldl, fldi)
 Convert logical to integer. More...
 
subroutine func_convert_l2i_r1 (fldl, fldi)
 Convert logical to integer. More...
 
subroutine func_convert_l2i_r2 (fldl, fldi)
 Convert logical to integer. More...
 
subroutine func_convert_l2i_r3 (fldl, fldi)
 Convert logical to integer. More...
 
subroutine func_convert_l2i_r4 (fldl, fldi)
 Convert logical to integer. More...
 

Detailed Description

Definition at line 178 of file tools_func.F90.

Member Function/Subroutine Documentation

◆ func_convert_l2i_r0()

subroutine tools_func::convert_l2i::func_convert_l2i_r0 ( logical, intent(in)  fldl,
integer, intent(out)  fldi 
)

Convert logical to integer.

Parameters
[in]fldlLogical field
[out]fldiInteger field

Definition at line 2220 of file tools_func.F90.

◆ func_convert_l2i_r1()

subroutine tools_func::convert_l2i::func_convert_l2i_r1 ( logical, dimension(:), intent(in)  fldl,
integer, dimension(:), intent(out)  fldi 
)

Convert logical to integer.

Parameters
[in]fldlLogical field
[out]fldiInteger field

Definition at line 2250 of file tools_func.F90.

◆ func_convert_l2i_r2()

subroutine tools_func::convert_l2i::func_convert_l2i_r2 ( logical, dimension(:,:), intent(in)  fldl,
integer, dimension(:,:), intent(out)  fldi 
)

Convert logical to integer.

Parameters
[in]fldlLogical field
[out]fldiInteger field

Definition at line 2290 of file tools_func.F90.

◆ func_convert_l2i_r3()

subroutine tools_func::convert_l2i::func_convert_l2i_r3 ( logical, dimension(:,:,:), intent(in)  fldl,
integer, dimension(:,:,:), intent(out)  fldi 
)

Convert logical to integer.

Parameters
[in]fldlLogical field
[out]fldiInteger field

Definition at line 2340 of file tools_func.F90.

◆ func_convert_l2i_r4()

subroutine tools_func::convert_l2i::func_convert_l2i_r4 ( logical, dimension(:,:,:,:), intent(in)  fldl,
integer, dimension(:,:,:,:), intent(out)  fldi 
)

Convert logical to integer.

Parameters
[in]fldlLogical field
[out]fldiInteger field

Definition at line 2400 of file tools_func.F90.


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