From fesen@hao.ucar.edu Tue Oct 27 14:12 MST 1998
Received: from poly.hao.ucar.edu (poly.hao.ucar.edu [128.117.16.83])
	by jabba.hao.ucar.edu (8.9.0/8.9.0) with ESMTP id OAA21180
	for <foster@jabba.hao.ucar.edu>; Tue, 27 Oct 1998 14:12:34 -0700 (MST)
Received: (from fesen@localhost)
	by poly.hao.ucar.edu (8.9.0/8.9.0) id OAA20726
	for foster; Tue, 27 Oct 1998 14:12:32 -0700 (MST)
Date: Tue, 27 Oct 1998 14:12:32 -0700 (MST)
From: Cassandra Fesen <fesen@hao.ucar.edu>
Message-Id: <199810272112.OAA20726@poly.hao.ucar.edu>
To: foster@poly.hao.ucar.edu
Content-Type: text
Content-Length: 2653
Status: R

Ben --

after screwing around with this awhile, it occurred to me
that my "old" runs used a different script than the
one in tgcmproc.  So I tried submitting the same job
with the different scripts and the results
returned were indeed different for UI and VI.
UN and POTEN were essentially the same.

The plots and ascii files are in /cedar/d/fesen/tgmcproc;
I extracted the UI part below, along with the salient
part of the script that produced each.

I'll talk to you when you're back about this.

cassandra

------------------------------------------------------


My old plots used a script that included the statements:


cd $TMPDIR
set job = tgcmproc
batchname $job.$$    
msread $job /FOSTER/bin/$job    
chmod u+x $job
msread $job.res /FOSTER/src/$job.res
$job << 'EOF' || goto badx         



whereas the new script has 

cd $TMPDIR
setenv NCPUS 1
set job = tgcmproc
batchname $job.$$   
INCLUDE $TGCMROOT/tgcmproc/f90/get_tgcmproc
$exec << 'EOF' || goto badx 




The first script produced


ZONAL ION DRIFT (M/S) (ExB)

LAT=-12.50 LON= -75.00 HT=300.0 KM (Jicamarca)

TIEGCM /FESEN/CGF97/EQN003

Frame    1

nx=  25 xx  UT (HRS)
  0.72000E+02  0.73000E+02  0.74000E+02  0.75000E+02  0.76000E+02
0.77000E+02
  0.78000E+02  0.79000E+02  0.80000E+02  0.81000E+02  0.82000E+02
0.83000E+02
  0.84000E+02  0.85000E+02  0.86000E+02  0.87000E+02  0.88000E+02
0.89000E+02
  0.90000E+02  0.91000E+02  0.92000E+02  0.93000E+02  0.94000E+02
0.95000E+02
  0.96000E+02
ny=   1 yy  UI
 0.56747E+02  0.82728E+02  0.92360E+02  0.91080E+02  0.81470E+02
0.69494E+02
 0.60369E+02  0.55761E+02  0.53972E+02  0.51294E+02  0.36413E+02
0.12644E+02
 0.95659E+01  0.36327E+01 -0.38703E+01 -0.10734E+02 -0.15714E+02 -
0.17852E+02
-0.16741E+02 -0.12480E+02 -0.56162E+01  0.32046E+01  0.13144E+02
0.24032E+02
 0.57078E+02




and the second script

ZONAL ExB DRIFT (UI) (M/S)

LAT=-12.5 LON= -75.0 HT=300.0 (KM)

FIRST, LAST: FESEN/CGF97/EQN001, FESEN/CGF97/EQN003

Frame    2

nx=  25 xx  UT (HRS)
 0.72000E+02  0.73000E+02  0.74000E+02  0.75000E+02  0.76000E+02
0.77000E+02
 0.78000E+02  0.79000E+02  0.80000E+02  0.81000E+02  0.82000E+02
0.83000E+02
 0.84000E+02  0.85000E+02  0.86000E+02  0.87000E+02  0.88000E+02
0.89000E+02
 0.90000E+02  0.91000E+02  0.92000E+02  0.93000E+02  0.94000E+02
0.95000E+02
 0.96000E+02
ny=   1 yy  UI
 -0.40932E+02 -0.36378E+02 -0.28874E+02 -0.19268E+02 -0.87246E+01
 0.17861E+01
  0.11261E+02  0.18513E+02  0.22756E+02  0.23782E+02  0.23031E+02
 0.23039E+02
  0.23647E+02  0.20766E+02  0.14961E+02  0.79278E+01 -0.11999E+01 
-0.12579E+02
 -0.22882E+02 -0.31055E+02 -0.36808E+02 -0.38966E+02 -0.40334E+02
-0.42262E+02
 -0.40929E+02





