! ! Magnetic field data: ! ! This is included in bdotch.F, bdzdvb.F, divb.F, lamdas.F, oplus.F. ! Note this /MAGFLD/ is the same memory as /MAGFLD/ in magdyn.F, ! therefore order is important. ! real :: bxm,bx,bxp,by,byp,bz,bzp,bmod,bmodp COMMON/MAGFLD/ | BXM(zimxp,2),BX(zimxp,zjmx),BXP(zimxp,4), | BY(zimxp,zjmx),BYP(zimxp,4),BZ(zimxp,zjmx),BZP(zimxp,4), | BMOD(zimxp,zjmx),BMODP(zimxp,2) !