Links to download Cloudy
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.03, the current version of Cloudy
This paper discusses what is new. Please cite this paper when acknowledging the use of Cloudy. The NewC17 page gives 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), on Zenodo here, 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.03.tar.gz
or with wget
wget https://data.nublado.org/cloudy_releases/c17/c17.03.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.03.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.03
or with git using
git clone https://git.nublado.org/cloudy.git -b tags/release/c17.03 --depth 1 c17.03
Using these methods will give you a directory structure that is already unpacked, so no further action is required.
Return to StepByStep page