PhyIS units in Fennel

Discussion about coupled ecosystem models

Moderators: arango, robertson

Post Reply
Message
Author
Virivarola

PhyIS units in Fennel

#1 Unread post by Virivarola »

Hi,

I have a question about the units of the initial slope of the PI curve in Fennel.
Specifically, in fennel_mod.h the text headings tell us they are [mg_C/(mg_Chl W m-2 day)]
but in the code below we find:

real(r8), allocatable :: PhyIS(:) ! 1/(Watts m-2 day)

I checked through fennel.h and the latter should be indeed the units for this parameter,
but just in case I wanted to confirm.

Thank you,
Virginia

User avatar
m.hadfield
Posts: 521
Joined: Tue Jul 01, 2003 4:12 am
Location: NIWA

Re: PhyIS units in Fennel

#2 Unread post by m.hadfield »

I agree. I noticed this a month ago and intended to report it, but never got around to it. :(

Virivarola

Re: PhyIS units in Fennel

#3 Unread post by Virivarola »

thanks for your answer. I checked in Geider et al. (1997) and there it makes sense to have units of [g_C/g_Chl]/[irradiance units] for 'alfa' (his table 1) since growth in the Chla equation is written in terms of C (his equation (3)). I suppose maybe PhyIS units are hanging from there..

diudiu
Posts: 1
Joined: Thu Feb 28, 2013 2:59 pm
Location: Rutgers University

Re: PhyIS units in Fennel

#4 Unread post by diudiu »

Hi, did you get the answer for the unit of PhyIS?
If the unit is mg_C/(mg_Chl W m-2 day), then based on the equation in fennel.h
cff4=fac1*K_NO3(ng)*inhNH4/(1.0_r8+cff2)*Bio(i,k,iPhyt) will have unit 'mg_C/mg_Chl', while not nondimesnional.
If the PhyIS unit is 1/(Watts m-2 day), it will make sense/

fgrosse
Posts: 6
Joined: Tue Jun 06, 2017 1:54 pm
Location: Dalhousie University

Re: PhyIS units in Fennel

#5 Unread post by fgrosse »

Virivarola wrote: Specifically, in fennel_mod.h the text headings tell us they are [mg_C/(mg_Chl W m-2 day)]
Which version of ROMS do you use? In my fennel_mod.h (downloaded in August this year) the unit is [1/(W m-2 day)] consistently, incl. the heading.

Best,
Fabian

User avatar
wilkin
Posts: 875
Joined: Mon Apr 28, 2003 5:44 pm
Location: Rutgers University
Contact:

Re: PhyIS units in Fennel

#6 Unread post by wilkin »

This was fixed at revision 741 in October 2014.
John Wilkin: DMCS Rutgers University
71 Dudley Rd, New Brunswick, NJ 08901-8521, USA. ph: 609-630-0559 jwilkin@rutgers.edu

Post Reply