Searched refs:MC_dMt (Results 1 – 1 of 1) sorted by relevance
19 real*8 :: MC_dMt !filtered state deviation from target variable125 dMt = MC_alpha*dMt + (1 - MC_alpha)*MC_dMt132 MC_IdMt = (dMt + MC_dMt)*MC_dt/2 + MC_IdMt !trapezoidal rule134 MC_dMtdt = (dMt - MC_dMt)/MC_dt !first order BE FD derivative135 MC_dMt = dMt !update the actual state152 & MC_Kp*MC_dMt + 188 & MC_dMtdt, MC_dMt, MC_IdMt223 read(1002, *) MC_dMtdt, MC_dMt, MC_IdMt263 write(1002, "(3(F18.14))") MC_dMtdt, MC_dMt, MC_IdMt