subroutine cs_conv_pre::cs_conv_pre_run | ( | integer, intent(in) | im, |
integer, intent(in) | levs, | ||
integer, intent(in) | ntrac, | ||
real(kind_phys), dimension(:,:), intent(in) | q, | ||
real(kind_phys), dimension(:,:), intent(in) | clw1, | ||
real(kind_phys), dimension(:,:), intent(in) | clw2, | ||
real(kind_phys), dimension(:), intent(in) | work1, | ||
real(kind_phys), dimension(:), intent(in) | work2, | ||
real(kind_phys), intent(in) | cs_parm1, | ||
real(kind_phys), intent(in) | cs_parm2, | ||
real(kind_phys), dimension(:), intent(out) | wcbmax, | ||
real(kind_phys), dimension(:), intent(out) | fswtr, | ||
real(kind_phys), dimension(:), intent(out) | fscav, | ||
real(kind_phys), dimension(:,:), intent(out) | save_q1, | ||
real(kind_phys), dimension(:,:), intent(out) | save_q2, | ||
real(kind_phys), dimension(:,:), intent(out) | save_q3, | ||
character(len=*), intent(out) | errmsg, | ||
integer, intent(out) | errflg ) |
Definition at line 10 of file cs_conv_pre.F90.