This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Hi Jim, re: > Using just "ftp" worked fine. Super! re: > All were downloaded and the "make all xrd" went smoothly with no errors. Excellent! re: > So, I think you can clear the ftp site. Thanks for letting me know; I just removed all three files from our anonymous FTP site. re: > Your instructions were great! I'm glad that you didn't run into any hiccups. re: > I haven't yet unistalled MCIDAS 2009 until I hear from you about the ~mcidas > environment below. OK, I will comment after I check out the settings. re: > Before proceeding further, you asked about the McIDAS environment. Here is > what > we currently get from a "env" as ~mcidas user: > > CXXCPP= > HOSTNAME=typhoon.plymouth.edu > SHELL=/bin/bash > TERM=xterm > MCBIN=/usr/local/mcidas/bin > HISTSIZE=1000 > CPPFLAGS=-DNDEBUG -Df2cFortran > MCHOME=/usr/local/mcidas > QTDIR=/usr/lib64/qt-3.3 > QTINC=/usr/lib64/qt-3.3/include > MCUPDATE=/usr/local/mcidas/mcidas2009/update > MCCOMPRESS=GZIP > USER=mcidas > LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.tbz=01;31:*.tbz2=01;31:*.bz=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35 :*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=01;36:*.au=01;36:*.flac=01;36:*.mid=01;36:*.midi=01;36:*.mka=01;36:*.mp3=01;36:*.mpc=01;36:*.ogg=01;36:*.ra=01;36:*.wav=01;36:*.axa=01;36:*.oga=01;36:*.spx=01;36:*.xspf=01;36: > McINST_ROOT=/usr/local/mcidas > MCTABLE_WRITE=/usr/local/mcidas/data/ADDESITE.TXT > MAIL=/var/spool/mail/mcidas > PATH=/usr/local/mcidas/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/mcidas/bin > MCSRC=/usr/local/mcidas/mcidas2009/src > F90= > PWD=/usr/local/mcidas > LANG=en_US.UTF-8 > MODULEPATH=/usr/share/Modules/modulefiles:/etc/modulefiles > LOADEDMODULES= > CXX= > SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass > HISTCONTROL=ignoredups > MCDATA=/usr/local/mcidas/workdata > SHLVL=1 > HOME=/usr/local/mcidas > MCTABLE_READ=/usr/local/mcidas/workdata/MCTABLE.TXT;/usr/local/mcidas/data/ADDESITE.TXT > CFLAGS=-O > FC=gfortran > VENDOR=-gfortran > MCVER=2009 > LOGNAME=mcidas > QTLIB=/usr/lib64/qt-3.3/lib > CVS_RSH=ssh > XCD_disp_file=/usr/local/mcidas/workdata/DECOSTAT.DAT > MCGUI=/usr/local/mcidas/bin > MODULESHOME=/usr/share/Modules > LESSOPEN=||/usr/bin/lesspipe.sh %s > MCPATH=/usr/local/mcidas/workdata:/usr/local/mcidas/workdata:/usr/local/mcidas/data:/usr/local/mcidas/help > CC=gcc > G_BROKEN_FILENAMES=1 > FFLAGS=-O -Wuninitialized -fno-automatic -fno-range-check > BASH_FUNC_module()=() { eval `/usr/bin/modulecmd bash $*` > } > _=/bin/env > OLDPWD=/usr/local/mcidas/mcidas2019 > [mcidas@typhoon ~]$ The only things that I see that is incorrect (but will change) are the definitions of MCSRC, MCUPDATE and MCVER. Right now, they all have reference to 2009. This should change as soon as the user 'mcidas' installs v2019 and then logs off and then logs back on ASSUMING that the environment is set as per recommendations in: Preparing the mcidas Account https://www.unidata.ucar.edu/software/mcidas/current/users_guide/PreparingthemcidasAccount.html In essence, what this page directs the user to do is to add 'sourcing' of the 'mcidas' environment setting file (~mcidas/env/mcidas_env.(sh|csh)) in one's shell definition file (e.g., .bash_profile for BASH users; .cshrc for CShell users, etc.). Comment: If you uninstall the v2009 executables using the following (and only the following), you can always reinstall it later if need be: <as 'mcidas'> cd ~/mcidas2009/src make uninstall.all This simply removes the v2009 executables from the MCBIN directory. Since those executables are simple hard links to executables in the MCSRC directory, only the executables in the MCBIN directory get removed, and the ones in the MCSRC directory are left alone. Cheers, Tom -- **************************************************************************** Unidata User Support UCAR Unidata Program (303) 497-8642 P.O. Box 3000 address@hidden Boulder, CO 80307 ---------------------------------------------------------------------------- Unidata HomePage http://www.unidata.ucar.edu **************************************************************************** Ticket Details =================== Ticket ID: SET-184160 Department: Support IDD Priority: Normal Status: Closed =================== NOTE: All email exchanges with Unidata User Support are recorded in the Unidata inquiry tracking system and then made publicly available through the web. If you do not want to have your interactions made available in this way, you must let us know in each email you send to us.