Water Reflectance Model: Park-Ruddick
Standalone ParkRuddick program:
- Park-Ruddick paper: PDF
- Instructions for use, includes example: text file
- The model is valid for the range of wavelengths 400-2400 nm.
- Example python script to run the program: run_park.py
- Files needed to run the program:
- linux operating system, installation of python, and the python extensions NumPy and Cython.
- Software Files needed (Python,Cython,C):
- Main routine: water.pyx (contains "ParkRuddick" class in cython/python, others removed), and
water.pxd (cython file needed by water.pyx)
- cython and C modules needed by water.pyx:
clut.pyx, and clut.pxd
- Data Files needed:
- Program needed to compile routine with cython: setup.py
- Example:
- wav = [412., 443., 490., 510., 565., 670., 865., 1020.]
- chl for 0.1, 1.0, 10.0, fa = fb = 1, wind speed = 5, sza=30, vza=20, raa=90
- Plot: Rw vs. wav