Skip to content

Commit

Permalink
broke something
Browse files Browse the repository at this point in the history
  • Loading branch information
jagoosw committed Oct 8, 2024
1 parent 1f8a022 commit df7d35d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ end
PAR = β₁ * PAR₁ + β₂ * PAR₂ + β₃ * PAR₃

φ = bgc.latitude(i, j, k, grid)
day_length = bgc.day_length(φ, clock.time)

day_length = bgc.day_length(clock.time, φ)

f₁ = 1.5 * day_length / (day_length + 0.5day)

Expand Down

0 comments on commit df7d35d

Please sign in to comment.