CAM
simplemathmod Module Reference

Data Types

interface  array_div_vector
 
interface  array_normalization
 

Functions/Subroutines

subroutine array_normalization_2d (which_dim, arr2d_inout)
 
subroutine array_normalization_2d_filter (lbj1, ubj1, lbj2, ubj2, numf, filter, arr2d_inout)
 
subroutine array_div_vector_filter (lbj1, ubj1, lbj2, ubj2, arr1d_in, fn, filter, arr2d_inout)
 
subroutine array_div_vector_nofilter (arr1d_in, which_dim, arr2d_inout)
 

Function/Subroutine Documentation

◆ array_div_vector_filter()

subroutine simplemathmod::array_div_vector_filter ( integer, intent(in)  lbj1,
integer, intent(in)  ubj1,
integer, intent(in)  lbj2,
integer, intent(in)  ubj2,
real(r8), dimension(lbj1: ), intent(in)  arr1d_in,
integer, intent(in)  fn,
integer, dimension(:), intent(in)  filter,
real(r8), dimension(lbj1: ,lbj2: ), intent(inout)  arr2d_inout 
)

◆ array_div_vector_nofilter()

subroutine simplemathmod::array_div_vector_nofilter ( real(r8), dimension(:), intent(in)  arr1d_in,
integer, intent(in)  which_dim,
real(r8), dimension(:,:), intent(inout)  arr2d_inout 
)

◆ array_normalization_2d()

subroutine simplemathmod::array_normalization_2d ( integer, intent(in)  which_dim,
real(r8), dimension(:,:), intent(inout)  arr2d_inout 
)

◆ array_normalization_2d_filter()

subroutine simplemathmod::array_normalization_2d_filter ( integer, intent(in)  lbj1,
integer, intent(in)  ubj1,
integer, intent(in)  lbj2,
integer, intent(in)  ubj2,
integer, intent(in)  numf,
integer, dimension(:), intent(in)  filter,
real(r8), dimension(lbj1: , lbj2: ), intent(inout)  arr2d_inout 
)