13 integer(itm_i4),
intent(in) :: ias
14 real(r8),
intent(out) :: tbb, tbf
17 if (ias == 0) tbb = 0._r8
20 if (standard_output)
then
21 write(out_he, *)
'******************************************'
22 write(out_he, *)
'* ballooning stability *'
23 write(out_he, *)
'* program suydam_ballooning version 1 *'
24 write(out_he, *)
'******************************************'
25 write(out_he, *) tbb, tbf
subroutine suydam_initialization(ias, tbb, tbf)