PAR field resolving to zero at depth despite surface PAR function definition #337
TrialUser7
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Hi @TrialUser7, Thanks for reaching out, I'm trying to replicate your problem. Is your grid |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all and @jagoosw,
I am working on a 2D model (x,z) using Oceananigans, OceanBioME and SugarKelp. I am experiencing an issue where my SugarKelp particles are not photosynthesizing. I've diagnosed this because the kelp nitrogen reserves increase to the maximum limit (uptake is working), but carbon reserves decrease to the minimum (respiration is occurring, but photosynthesis is zero).
I have defined a surface PAR function using an interpolator from Excel data, but when I visualize the PAR field from my JLD2 output, the values are zero throughout the entire water column. I have ran the model with the default PAR and it works so I suspect there is a disconnect between my surface PAR definition and the light attenuation model.
I have tried troubleshooting but am wondering if there is a specific requirement for the PAR⁰ function signature or if the light field needs to be manually "forced" to update during the simulation to be used by the biogeochemistry?
Any help would be appreciated!
Below are some snippets of the relevant code from the model:
Beta Was this translation helpful? Give feedback.
All reactions