LMDZ
|
Public Member Functions | |
subroutine | z_to_dbz_2d (mdi, z) |
subroutine | z_to_dbz_3d (mdi, z) |
subroutine | z_to_dbz_4d (mdi, z) |
Definition at line 34 of file cosp_utils.F90.
subroutine mod_cosp_utils::z_to_dbz::z_to_dbz_2d | ( | real, intent(in) | mdi, |
real, dimension(:,:), intent(inout) | z | ||
) |
Definition at line 178 of file cosp_utils.F90.
subroutine mod_cosp_utils::z_to_dbz::z_to_dbz_3d | ( | real, intent(in) | mdi, |
real, dimension(:,:,:), intent(inout) | z | ||
) |
Definition at line 196 of file cosp_utils.F90.
subroutine mod_cosp_utils::z_to_dbz::z_to_dbz_4d | ( | real, intent(in) | mdi, |
real, dimension(:,:,:,:), intent(inout) | z | ||
) |
Definition at line 214 of file cosp_utils.F90.