Privacy and Security Notice

Archived Messages for CLAS_OFFLINE@cebaf.gov: New field in GSIM

New field in GSIM

STEPANYAN@CEBAF.GOV
Sun, 18 Jan 1998 18:59:28 -0500 (EST)

Hi,

I made some changes in the init_mg.F and gsimpar.inc in order to
have GSIM and RECSIS read the same Mag. Tables for Torus and Mini torus.
Before GSIM initialize the magnetic field by reading a table in
bgrid.fpk, now it reads to files separately for Main and Mini torus -
bgrid_t.fpk and bgrid_m.fpk.

following might be important:
==
was - gsim_bgrid_flag = 'bg'

now - gsim_tgrid_flag = 'tg' (torus)
gsim_mgrid_flag = 'mg' (mini tor.)
==
was - gsim_bgrid_env = 'GSIM_BGRID'

now - gsim_tgrid_env = 'GSIM_TGRID' (torus)
gsim_mgrid_env = 'GSIM_MGRID' (mini tor.)
==
was - gsim_bgrid_name = 'bgrid.fpk'

now - gsim_tgrid_name = 'bgrid_t.fpk' (torus)
gsim_mgrid_name = 'bgrid_m.fpk' (mini tor.)
==

If you will find a problem to run with new setting of
magnetic fields let me know.

Stepan.

P.S. Sorry for delay, I had a hard time to compile GSIM with SC lib.