I assume you downloaded the tar.gz file from the NIST website, like this one:
contam-x-3.4.0.1-Linux-64bit.tar.gz
from here:
https://www.nist.gov/el/energy-and-environment-division-73200/nist-multizone-modeling/software/contam/download
You should be able to unzip the file from a terminal, like this:
$ cd <directory with the tar.gz file>
$ gzip -d contam-x-3.4.0.1-Linux-64bit.tar.gz
You can also use
$ gunzip contam-x-3.4.0.1-Linux-64bit.tar.gz
This should give you a "tar" file (though it sounds like you got this
step already):
contam-x-3.4.0.1-Linux-64bit.tar
Then to unpack the tarball, do something like this:
$ tar -xvf contam-x-3.4.0.1-Linux-64bit.tar
The "x" says to extract the tarball, The "f" tells it which file to
unpack. The "v" makes it print out what it's extracted, and you can
omit the "v" if you don't care.
After that, you should be able to run contam-x:
$ cd contam-x-3.4.0.1-Linux-64bit
$ ./contamx3 <path-to-PRJ-file>
Hope this helps.
-Dave
On Wed, Mar 29, 2023 at 1:59 PM Krish Kar <
krishm...@gmail.com> wrote:
>
> I am trying to run CONTAM on a linux ubuntu machine. I downloaded the tar file - but it is not opening - I did not find any suer guide on Linux. Can you please point me to some direction. Thanks.
>
> --
> To unsubscribe from this group, send email to
contam+un...@list.nist.gov
>
> View this message at
https://list.nist.gov/contam
> ---
> To unsubscribe from this group and stop receiving emails from it, send an email to
contam+un...@list.nist.gov.