OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
afrt Namespace Reference

Functions

def main ()
 

Variables

 LOG = logging.getLogger('afrt')
 

Detailed Description

* NAME: afrt.py
*
* DESCRIPTION: Executable program to automate running of afrt (radiative
* transfer) application in configurable increments of the inputs and outputs

* USAGE: python afrt.py -p [PCF file path] -wl [wavelength range] 
                -sd [particle model range] -tau [optical depth range] 
                -wnd [wind speed range]

* Created on October 09, 2018

* Author: Samuel Anderson

Function Documentation

◆ main()

def afrt.main ( )

Main Function #.

Definition at line 28 of file afrt.py.

Variable Documentation

◆ LOG

LOG = logging.getLogger('afrt')

Definition at line 21 of file afrt.py.