My Project
 All Classes Files Functions Variables Macros
mod_cosp_utils::cosp_check_input Interface Reference

Public Member Functions

subroutine cosp_check_input_1d (vname, x, min_val, max_val)
subroutine cosp_check_input_2d (vname, x, min_val, max_val)
subroutine cosp_check_input_3d (vname, x, min_val, max_val)

Detailed Description

Definition at line 38 of file cosp_utils.F90.

Member Function/Subroutine Documentation

subroutine mod_cosp_utils::cosp_check_input::cosp_check_input_1d ( character(len=*)  vname,
real, dimension(:), intent(inout)  x,
real, intent(in), optional  min_val,
real, intent(in), optional  max_val 
)

Definition at line 232 of file cosp_utils.F90.

subroutine mod_cosp_utils::cosp_check_input::cosp_check_input_2d ( character(len=*)  vname,
real, dimension(:,:), intent(inout)  x,
real, intent(in), optional  min_val,
real, intent(in), optional  max_val 
)

Definition at line 267 of file cosp_utils.F90.

subroutine mod_cosp_utils::cosp_check_input::cosp_check_input_3d ( character(len=*)  vname,
real, dimension(:,:,:), intent(inout)  x,
real, intent(in), optional  min_val,
real, intent(in), optional  max_val 
)

Definition at line 302 of file cosp_utils.F90.


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