| 
    LMDZ
    
   | 
 
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) | 
Definition at line 38 of file cosp_utils.F90.
| 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 233 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 268 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 303 of file cosp_utils.F90.