Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
record
sunflo
Commits
7feb6cd9
Commit
7feb6cd9
authored
Aug 27, 2019
by
RemiM
Committed by
Ronan Trepos
Sep 24, 2019
Browse files
Add Grain Yield correction
parent
fd6e4fca
Changes
1
Show whitespace changes
Inline
Side-by-side
sunflo/src/ElaborationRendement.cpp
View file @
7feb6cd9
...
...
@@ -238,10 +238,12 @@ public :
// traduit condition TT_A2 < date_TT_F1
IRs_tmp
=
0.0
;
}
else
{
IRs_tmp
=
0.416
+
(
-
1.42e-04
)
*
photo_TDM_CROISSANCEACTIVE_A_FLORAISON
()
// GY converted (no impurity, no humidity, 0.91 * 0.98 = 0.8918)
IRs_tmp
=
0.8918
*
(
0.416
+
(
-
1.42e-04
)
*
photo_TDM_CROISSANCEACTIVE_A_FLORAISON
()
+
(
1.19e-03
)
*
NET_EF
()
+
(
-
8.45e-04
)
*
NET_FM
()
+
(
-
2.47e-04
)
*
NET_MH
()
+
(
-
3.61e-04
)
*
TT_MH
()
+
7.75e-01
*
pv
.
IRg
;
+
(
-
3.61e-04
)
*
TT_MH
()
+
7.75e-01
*
pv
.
IRg
);
}
IRs
=
IRs_tmp
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment