﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
221	NEMURO bug in large phytoplankton primary productivity	arango	arango	"There is a bug in NEMURO formulation of the gross primary productivity for large phytoplankton: diatom Si:N uptake ratio. The new formulation is consistent with Yamanaka et al., ''J. Oceanography'', 2004.

The computation of '''GppPL''' at line 411 of '''nemuro.h''' is changed from
{{{
             cff6=fac1*Bio(i,k,iSiOH)/(KSiL(ng)+Bio(i,k,iSiOH))
}}}
to
{{{
             cff6=Bio(i,k,iSiOH)/(KSiL(ng)+Bio(i,k,iSiOH))
}}}
that is, the temperature dependency term '''cff1''' is removed.

Many thanks to Jerome Fiechter for reporting this bug."	bug	closed	major	Release ROMS/TOMS 3.2	Nonlinear	3.2	Fixed		
