Skip to content

CameronLP/libRadtran-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

libRadtran-container

A containerized version of libRadtran.

Setup

Install Docker or Podman.

Clone and cd to the project directory.

Build the container:

docker build -t libradtran-container .

Usage

Starting the 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

Running uvspec

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors