| 
    LMDZ
    
   | 
 
Functions/Subroutines | |
| subroutine | irreg_to_grid (hgt_matrix, t_matrix, p_matrix, rh_matrix, env_hgt_matrix, env_t_matrix, env_p_matrix, env_rh_matrix) | 
| subroutine | order_data (hgt_matrix, hm_matrix, p_matrix, t_matrix, rh_matrix, sfc_radar, hgt_reversed) | 
| subroutine format_input::irreg_to_grid | ( | real*8, dimension(:,:), intent(in) | hgt_matrix, | 
| real*8, dimension(:,:), intent(out) | t_matrix, | ||
| real*8, dimension(:,:), intent(out) | p_matrix, | ||
| real*8, dimension(:,:), intent(out) | rh_matrix, | ||
| real*8, dimension(:,:), intent(in) | env_hgt_matrix, | ||
| real*8, dimension(:,:), intent(in) | env_t_matrix, | ||
| real*8, dimension(:,:), intent(in) | env_p_matrix, | ||
| real*8, dimension(:,:), intent(in) | env_rh_matrix | ||
| ) | 
| subroutine format_input::order_data | ( | real*8, dimension(:,:), intent(inout) | hgt_matrix, | 
| real*8, dimension(:,:,:), intent(inout) | hm_matrix, | ||
| real*8, dimension(:,:), intent(inout) | p_matrix, | ||
| real*8, dimension(:,:), intent(inout) | t_matrix, | ||
| real*8, dimension(:,:), intent(inout) | rh_matrix, | ||
| integer, intent(in) | sfc_radar, | ||
| logical, intent(out) | hgt_reversed | ||
| ) |