A containerized version of libRadtran.
Clone and cd to the project directory.
Build the container:
docker build -t libradtran-container .
Start the container interactively with:
docker run -it rt bash
Start the container interactively with a volume mount (expects the directory ./Mount):
docker run -v "$(pwd)"/Mount:/libRadtran-2.0.4/Mount -it libradtran-container bash
Simply type uvspec. The default working directory is /libRadtran-2.0.4 and uvspec is already added to the PATH.
Example: uvspec < UVSPEC_EXAMPLE.INP > UVSPEC_EXAMPLE.OUT
Detailed uvspec usage is covered in the libRadtran documentation.