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.
>From: Anthony James Wimmers <address@hidden> >Organization: UVa >Keywords: 200006161438.e5GEchT14323 McIDAS-X 7.6 Linux Tony, re: Check your environment variable settings and try a session again. >They were already set. Got anything else? Are they exported? Since you are using bash, and since the McIDAS startup script uses the Bourne shell, you need to export your McIDAS environment variables for them to be understood. >Here's what I just did. For some reason, it doesn't understand that the >MCPATH variable is already set: > >barb: /home/mcidas/mcidas7.6/src $ echo $MCPATH >/home/mcidas/mcidas7.6/data:/home/mcidas/mcidas7.6/src barb: >/home/mcidas/mcidas7.6/src $ echo $MCTABLE_READ >/home/mcidas/workdata/MCTABLE.TXT;/home/mcidas/data/ADDESITE.TXT barb: >/home/mcidas/mcidas7.6/src $ echo $MCTABLE_WRITE >/home/mcidas/data/ADDESITE.TXT >barb: /home/mcidas/mcidas7.6/src $ echo $MCGUI >/home/mcidas/mcidas7.6/src >barb: /home/mcidas/mcidas7.6/src $ echo $PATH >/home/mcidas/mcidas7.6/src:/home/mcidas/bin:/usr/kerberos/bin:/usr/local/bin:/ > bin:/usr/bin:/usr/X11R6/bin:/home/mcidas/bin >barb: /home/mcidas/mcidas7.6/src $ echo $MCDATA >/home/mcidas/mcidas7.6/data >barb: /home/mcidas/mcidas7.6/src $ mcidas > >WARNING: only run as the user 'mcidas' for supervisory tasks WARNING: No >MCPATH environment variable. Using >MCPATH=/home/mcidas/mcidas/data:/home/mcidas/mcidas/help:/home/mcidas/data:/ho > me/mcidas/help >Current directory is /home/mcidas/mcidas/data >open: No such file or >directory apparent state: unit 10 (unnamed) lately writing direct >unformatted internal IO >open: No such file or directory apparent state: >unit 10 (unnamed) lately writing direct unformatted internal IO Try: export MCDATA=... export MCPATH=... etc. >Thanks, Please let me know if this doesn't work. Tom