LMDZ
|
Functions/Subroutines | |
subroutine | cosp (overlap, Ncolumns, cfg, vgrid, gbx, sgx, sgradar, sglidar, isccp, misr, stradar, stlidar) |
subroutine | cosp_iter (overlap, seed, cfg, vgrid, gbx, sgx, sgradar, sglidar, isccp, misr, stradar, stlidar) |
subroutine mod_cosp::cosp | ( | integer, intent(in) | overlap, |
integer, intent(in) | Ncolumns, | ||
type(cosp_config), intent(in) | cfg, | ||
type(cosp_vgrid), intent(in) | vgrid, | ||
type(cosp_gridbox), intent(inout) | gbx, | ||
type(cosp_subgrid), intent(inout) | sgx, | ||
type(cosp_sgradar), intent(inout) | sgradar, | ||
type(cosp_sglidar), intent(inout) | sglidar, | ||
type(cosp_isccp), intent(inout) | isccp, | ||
type(cosp_misr), intent(inout) | misr, | ||
type(cosp_radarstats), intent(inout) | stradar, | ||
type(cosp_lidarstats), intent(inout) | stlidar | ||
) |
subroutine mod_cosp::cosp_iter | ( | integer, intent(in) | overlap, |
integer, dimension(:), intent(in) | seed, | ||
type(cosp_config), intent(in) | cfg, | ||
type(cosp_vgrid), intent(in) | vgrid, | ||
type(cosp_gridbox), intent(inout) | gbx, | ||
type(cosp_subgrid), intent(inout) | sgx, | ||
type(cosp_sgradar), intent(inout) | sgradar, | ||
type(cosp_sglidar), intent(inout) | sglidar, | ||
type(cosp_isccp), intent(inout) | isccp, | ||
type(cosp_misr), intent(inout) | misr, | ||
type(cosp_radarstats), intent(inout) | stradar, | ||
type(cosp_lidarstats), intent(inout) | stlidar | ||
) |