-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VDYP-306 Veteran Layer Processing for VRIStart #57
Conversation
…with a defined height.
84f84eb
to
201b432
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I accidentally committed originals from a merge in a previous PR. Here I'm removing them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I accidentally committed originals from a merge in a previous PR. Here I'm removing them.
201b432
to
d359c68
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a few questions - please have a look and let me know
vdyp-lib/vdyp-common/src/main/java/ca/bc/gov/nrs/vdyp/application/VdypStartApplication.java
Show resolved
Hide resolved
vdyp-lib/vdyp-vri/src/main/java/ca/bc/gov/nrs/vdyp/vri/VriStart.java
Outdated
Show resolved
Hide resolved
vdyp-lib/vdyp-vri/src/main/java/ca/bc/gov/nrs/vdyp/vri/VriStart.java
Outdated
Show resolved
Hide resolved
vdyp-lib/vdyp-vri/src/main/java/ca/bc/gov/nrs/vdyp/vri/VriStart.java
Outdated
Show resolved
Hide resolved
treesPerHectare = tphSum; | ||
} | ||
|
||
return inputTreesPerHectare; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's this check (after the call to YUCV) in the original code - not sure where it is in your code:
if ( abs (TPHinput- TPH(0,4))/TPHinput .gt. 0.0005)
LOW_DQ = .true.
if (LOW_DQ) IER= -1
Quality Gate passedIssues Measures |
No description provided.