Skip to content

Parameters for topo fill coefficients changed to be modifiable#167

Open
djmallum wants to merge 1 commit into
Chrismarsh:developfrom
djmallum:patch-2
Open

Parameters for topo fill coefficients changed to be modifiable#167
djmallum wants to merge 1 commit into
Chrismarsh:developfrom
djmallum:patch-2

Conversation

@djmallum
Copy link
Copy Markdown
Contributor

@djmallum djmallum commented May 7, 2026

a1 and b2 are modified in the if-else statement but they are redeclared, shadowing the original declarations before the if-else. This means that a1 and b2 never actually depend on snow-depth when they are used after the if-else. No idea how often the subgrid topography is used or even this version.

Just happened to notice it while downloading how it works into my brain.

a1 and b2 are modified in the if-else statement but they are redeclared, shadowing the original declarations before the if-else. This means that a1 and b2 never actually depend on snow-depth when they are used after the if-else.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant