7 real(DP) :: time,timef,fintim,timeio &
8 ,dt,dtlag(10),dtinit,dtinvm,courno,ctarg &
9 ,ab(10),bd(10),abmsh(10) &
10 ,avdiff(ldimt1),avtran(ldimt1),volfld(0:ldimt1) &
11 ,tolrel,tolabs,tolhdf,tolpdf,tolev,tolnl,prelax &
12 ,tolps,tolhs,tolhr,tolhv,tolht(ldimt1),tolhe &
13 ,vnrmh1,vnrmsm,vnrml2,vnrml8,vmean &
14 ,tnrmh1(ldimt),tnrmsm(ldimt),tnrml2(ldimt) &
15 ,tnrml8(ldimt),tmean(ldimt)
18 real(DP) :: re_cell = 0._dp !>
20 integer :: ifield,imesh,istep,nsteps,iostep,lastep,iocomm &
22 ,nab,nbd,nbdinp,ntaubd &
23 ,nmxh,nmxp,nmxe,nmxnl,ninter &
25 ,nconv,nconv_max, ntdump
27 real(DP) :: pi, betag, gtheta
28 LOGICAL :: ifprnt,if_full_pres
30 real(DP) :: lyap(3,lpert)