gadget-framework / gadget2

Gadget is the Globally applicable Area Disaggregated General Ecosystem Toolbox
GNU General Public License v2.0
18 stars 20 forks source link

maximum consumption, request clarification #3

Closed vbartolino closed 8 years ago

vbartolino commented 8 years ago

I'm working with the consumption module in Gadget. The manual says "Note that the maximum consumption should be specified in kilojoules per month" (explanation for eq. 4.22). Is it really "per month" or should it be "per timestep"?

Thanks for any clarification \Valerio

bthe commented 8 years ago

Yes, see lines 157 to 162 in src/stockpredator.cc. Btw. you can also define substeps (intrastep steps) which is a functionality that I have never noticed before. Maybe @jmbegley can shed some light on that.