BAS Main Index
  [Science]   [BAS home]   [Met home] Antarctic Meteorology 


Single processor 64-bit

This is the easiest to get working. The only mod I remember needing apart from the standard set is lux_open which fixes problems with re-opening old files. Note that it is needed for qxcombine too, which you need for CRUNs.

See yabbb.

Climate meaning should work OK too.

The input files need bigending, perhaps with something similar to:

for f in `find . -type f -print`; do print $f; mv $f $f.old; bigend -32 $f.old $f; done
in the ~/um/vn4.5/ancil directory, and in ~/um/PUM_Input/vn4.5/.

You'll probably find you need to add the following sections to the source/obj_xref file:


       qsmncompile(20): ***      a70_1b/A1AcAdP4/NORMAL
       qsmncompile(20): ***      a71_1a/A1G1/NORMAL
       qsmncompile(20): ***      c70_1a/A1G1/NORMAL

and perhaps

       c96_1a/A1G1G3GrGw/NORMAL

too


Past last modified: 7/3/2002

© Copyright Natural Environment Research Council - British Antarctic Survey 2001