|
|
|||
|
||||
Users upgrading from a previous version of McIDAS-X will at a minimum need to do the following.
to the HOME directory of the user mcidas
Define the Unix environment variable VENDOR to select which of the two supported set of compilers you want to use to build Unidata McIDAS-X/-XCD (-vendor for vendor-supplied compilers; -g77 for GNU gcc/g77). The VENDOR definition should also be put in your shell definition file.
Assuming that the McIDAS-X/-XCD is to be installed in the standard location, and the user wants to use the GNU gcc/g77 compiler combination, The entries for McINST_ROOT and VENDOR will look like:
| non-Conforming shells (e.g., .cshrc) | Conforming shells (e.g., .profile, .bash_profile, or .kshrc) |
# McINST_ROOT and VENDOR non-conforming shell defines needed to bulid McIDAS setenv McINST_ROOT $HOME setenv VENDOR -g77 if ( -e $HOME/admin/mcidas_env.csh ) then source $HOME/admin/mcidas_env.csh endif |
# McINST_ROOT and VENDOR conforming shell defines needed to bulid McIDAS McINST_ROOT=$HOME VENDOR=-g77 export McINST_ROOT VENDOR if [ -e $HOME/admin/mcidas_env.sh ]; then . $HOME/admin/mcidas_env.sh fi |
After adding entries to your shell definition file, make those additions active in your session (e.g. source .cshrc, . .profile, . .bash_profile, etc.).
cd ~mcidas chmod +x mcunpack ./mcunpack
cd ~/mcidas2006/src make mcx <- to build McIDAS-X only -- OR -- make all <- to build both McIDAS-X and McIDAS-XCD
If this step applies to you, please review the contents of v2006's ADDEIMAGE.CORE to learn what you must do to convert your previous files to the correct content and format.
<login as 'ldm'> cd ~ldm ldmadmin stop <exit>
cd ~/mcidas2005/src make uninstall.all
cd ~/mcidas2006/src <- to install McIDAS-X only make install -- OR -- make install.all <- to install both McIDAS-X and McIDAS-XCD
cd ~mcidas/data <merge new definitions in EXAMPLE.NAM with existing definitions in LOCAL.NAM that you created when you installed the previous distribution of McIDAS> cd ~mcidas/workdata redirect.k REST LOCAL.NAM
cd ~mcidas/data <merge new definitions in DSSERVE.BAT with existing definitions in LSSERVE.BAT that you created when you installed the previous distribution of McIDAS> cd ~mcidas/workdata batch.k LSSERVE.BAT
cd ~mcidas/workdata cp ~mcidas/data/SCHEMA directory_where_XCD_decoders_write_output rm DECINFO.DAT batch.k XCD.BAT <If you were decoding GRIB data using DMGRID, reactivate that data monitor> decinfo.k SET DMGRID ACTIVE
<login as 'ldm'> ldmadmin start <exit>
At this point, your McIDAS v2006 distribution should be ready to use. If you have problems, send email to <support-mcidas@unidata.ucar.edu> for assistance. Please make sure to describe the problem you are having in enough detail so we can help you troubleshoot.
| Contact Us Site Map Search Terms and Conditions Privacy Policy Participation Policy | ||||||
|
||||||