PIcurves( varargin )

Version 1.5.0.1 (211 KB) by Dan K
Makes figures of 2 common photosynthesis-irradiance relationships
22 Downloads
Updated 7 Sep 2022

This demonstrates two common P-I relationships for marine phytoplankton.
% The two P-I curves plotted are from:
% 1) Evans & Parslow (1985)
% 2) Platt et al (1980)
%
% PICURVES()
% PICURVES(..., 'form' , string )
% PICURVES(..., 'PBs' , numeric)
% PICURVES(..., 'alpha', numeric)
% PICURVES(..., 'beta' , numeric)
%
% Parameter/Value Pairs:
% 'form' - string, either 'Evans and Parslow' or 'Platt'
% (default is 'Evans')
% 'PBs' - number (default is 1.07)
% 'alpha' - number (default is 0.03)
% 'beta' - number (default is 0.00) (Note: Beta is not used in the
% 'Evans' form)
%
% References:
% 1) Evans, G.T., Parslow, J.S., 1985. A Model of Annual Plankton Cycles.
% Biol. Oceanogr. 3, 327?347.
% 2) Platt, T., Gallegos, C.L., Harrison, W.G., 1980. Photoinhibition of
% Photosynthesis in Natural Assemblages of Marine Phytoplankton.
% J. Mar. Res. 38.
%
% MFILE: PIcurves.m
% MATLAB: 8.5.0.197613 (R2015a)
% AUTHOR: Daniel Edward Kaufman (USA), @ The Virginia Institute of Marine Science
% CONTACT: dkauf42@gmail.com
%
% REVISIONS:
% - Initial Generation. (Apr, 2015)
% - Added switch for PI curve forms. (Apr, 2015)

Cite As

Dan K (2024). PIcurves( varargin ) (https://github.com/dkauf42/PIcurves), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2015a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Oceanography and Hydrology in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes
1.5.0.1

added screenshot of Evans curve

1.5.0.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.