subroutine ysuvdif::tridi1n | ( | real(kind=kind_phys), dimension( im, 2:km+1 ), intent(in) | cl, |
real(kind=kind_phys), dimension( im, km ), intent(in) | cm, | ||
real(kind=kind_phys), dimension( im, km ), intent(inout) | cu, | ||
real(kind=kind_phys), dimension( im, km ), intent(in) | r1, | ||
real(kind=kind_phys), dimension( im, km,nt ), intent(in) | r2, | ||
real(kind=kind_phys), dimension( im, km ), intent(inout) | au, | ||
real(kind=kind_phys), dimension( im, km ), intent(inout) | f1, | ||
real(kind=kind_phys), dimension( im, km,nt ), intent(inout) | f2, | ||
integer, intent(in) | im, | ||
integer, intent(in) | km, | ||
integer, intent(in) | nt ) |
Definition at line 1112 of file ysuvdif.F90.