Skip to content

DownloadLinks

William Henney edited this page Oct 17, 2019 · 2 revisions

This directory contains all downloadable files, including current and older versions of the code. It is a browsable directory structure that includes all versions.

C17.01, the current version of Cloudy

This paper discusses what is new. Please cite this paper when acknowledging use of Cloudy. The NewC17 page gives the improvements and changes in C17. The doxygen source code documentation is available here. Please provide any feedback on our discussion board

C17 is available for download as a tarball here. (123 MB download) Or you can browse this directory. Output from several different compilers are also saved below this directory.

Our server does not support anonymous ftp but you can obtain the tarball using curl by

curl -O https://data.nublado.org/cloudy_releases/c17/c17.01.tar.gz

or with wget

wget https://data.nublado.org/cloudy_releases/c17/c17.01.tar.gz

You can install the tarball by changing directory to where you want Cloudy installed and then typing

tar xvfz /path/to/download-location/c17.01.tar.gz

Do not use 7-zip or winzip as this handles the symbolic links in the tarball incorrectly, resulting in a broken installation.

The code can also be downloaded with svn using

svn export svn://svn.nublado.org/cloudy/tags/release/c17.01

or with git using

git clone http://git.nublado.org/cloudy.git -b tags/release/c17.01 --depth 1 c17.01

Using these methods will give you a directory structure that is already unpacked, so no further action is required.


Return to StepByStep page


Clone this wiki locally