Unidata McIDAS-X:
July 26, 2012 Changes


This list of routines below represents modules modified by the UPC for McIDAS-X, -XCD.

Please refer to the installation and configuration instructions at the end of this page for details on how to upgrade your system with this addendum.

File(s) Problem/Change
airsadir.cp,
airsaget.cp,
amsradir.cp,
ashxadir.cp,
dataloc.pgm,
ddeservc.c,
dmnexr.pgm,
makefile,
mcadel.for,
mod4adir.cp,
mod4aget.cp,
mod8adir.cp,
mod8aget.cp,
modradir.cp,
modraget.cp,
modsadir.cp,
modsaget.cp,
modxadir.cp,
modxaget.cp,
nssxadir.cp,
xcdgrib.c,
xcdscour
Routines modified in SSEC's v2012.1 release.
abba.pgm,
advdisp.pgm,
airxadir.cp,
airxaget.cp,
amrradir.cp,
amrraget.cp,
amseadir.cp,
amseaget.cp,
amsraget.cp,
ashxaget.cp,
astat.pgm,
catgadir.cp,
catgaget.cp,
circle.pgm,
circutil.c,
cldtopo.pgm,
cloudp_tasc.c,
colimgplot.pgm,
conlev1b.c,
dirlist.pgm,
geotaput.cp,
gvarinfo.pgm,
imgcombo.pgm,
imgmake.pgm,
imgnorm.pgm,
imgparm.pgm,
imgproc.pgm,
io.c,
j1getsigmet_.c,
j2getsigmet_.c,
kalpadir.cp,
kalpaget.cp,
maaaaget.cp,
maaaget.cp,
maaget.cp,
maketopo.pgm,
mddpi.pgm,
mdscat.pgm,
mod3adir.cp,
mod3aget.cp,
modcadir.cp,
modcaget.cp,
modiadir.cp,
modiaget.cp,
modladir.cp,
modlaget.cp,
modvadir.cp,
modvaget.cp,
nl.pgm,
nortel.pgm,
nowcast.pgm,
nssxaget.cp,
path.pgm,
pirpplot.pgm,
remap2.pgm,
remap2_tasc.pgm,
satangles.pgm,
sminadir.cp,
sminaget.cp,
tminadir.cp,
tordec.pgm,
tordisp.pgm,
torlist.pgm,
when.pgm,
xfgrid.pgm,
zfp.pgm
Routines modified in SSEC's v2012.1 XRD release.
commandout.gui,
mcgui.k,
upcguiprocs.tcl,
tclcomp.sh,
giniutil.c,
giniutil.h,
mcidas_env.sh,
mcidas_env.csh
UPC mods for v2009k.
CHANGES.2009,
VERSION.TXT
CHANGES.2009 was updated to incorporate SSEC v2012.1 modifications and all Unidata bugfixes/enhancements up to this date.
VERSION.TXT was updated to v2009k to reflect the new bugfix addendum.

 

Building and Installing the Updated McIDAS-X Distribution

Important:

The code changes included in Unidata McIDAS v2009k are extensive enough to warrant a full rebuild of the distribution binaries.

What to do:

The McIDAS administrator (typically the user mcidas) should perform the following steps in the order listed to update his/her system with the 2009i addendum:

  1. login as the user mcidas

  2. EXIT all active McIDAS-X sessions

  3. Download the full Unidata McIDAS-X/-XCD v2009 distribution:

    • Web download

      If you are a Registered Unidata User, and have logged into the Unidata web portal, you can download the needed file(s) as follows:

      Unidata HomePage
      http://www.unidata.ucar.edu
        Downloads
        http://www.unidata.ucar.edu/downloads/index.jsp
          McIDAS-X
          http://www.unidata.ucar.edu/downloads/mcidas/index.jsp
            v2009 Unix Source Code Distribution
            http://www.unidata.ucar.edu/downloads/mcidas/index.jsp
      
            mcidasx2009.tar.gz
      
      NB: Make sure to download to the HOME directory of the user mcidas (~mcidas)!

      If the scripts mcunpack and mcinet2009.sh do not exist in the ~mcidas directory, download them also.

    • FTP download

      Type: cd ~mcidas
      Type: ftp ftp.unidata.ucar.edu
            <user>
            <pass>
            cd unix/2009
            binary
            get mcidasx2009.tar.gz
            get mcunpack
            get mcinet2009.sh
            quit
      
  4. clobber the existing distribution and rename three ancillary packages included in the McIDAS-X distribution

    Type: cd ~mcidas/mcidas2009/src
    Type: make clobber
    Type: cd ../
    Type: mv g2clib g2clib.old
    Type: mv hdf hdf.old
    Type: mv netcdf netcdf.old
    Type: mv tcl tcl.old
    Type: mv tk tk.old
    Type: cd ~mcidas
    
  5. Unpack the distribution. NB: assumes that the environment variable McINST_ROOT is defined correctly!

    Type: chmod +x mcunpack
    Type: ./mcunpack
    

  6. make and install McIDAS-X

    Type: cd ~mcidas/mcidas2009/src
    Type: make mcx
    Type: make install.mcx
    

  7. make and install McIDAS-XCD (if you run XCD)

    Type: cd ~mcidas/mcidas2009/src
    Type: make xcd
    Type: make install.xcd
    

  8. make and install McIDAS-XRD (optional)

    Type: cd ~mcidas/mcidas2009/src
    Type: make xrd
    Type: make install.xrd
    

This completes the update process instructions.


Send questions/comments to Unidata McIDAS Support <support-mcidas@unidata.ucar.edu>.