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
227eb0d7
Commit
227eb0d7
authored
Aug 05, 2019
by
RemiM
Committed by
Ronan Trepos
Sep 24, 2019
Browse files
Comment computations of useless indicators
parent
4de53c84
Changes
3
Show whitespace changes
Inline
Side-by-side
.gitignore
View file @
227eb0d7
...
...
@@ -32,3 +32,4 @@ sunflo_diag/doc/
sunflo_itk/build/
sunflo_itk/lib/
sunflo_itk/doc/
*archive*
sunflo/src/Diagnostic.cpp
View file @
227eb0d7
...
...
@@ -70,6 +70,7 @@ public :
Var
RG
;
// Sum of radiations during flowering
Var
SGR_FM
;
////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
...
...
sunflo/src/ElaborationQualite.cpp
View file @
227eb0d7
...
...
@@ -136,14 +136,14 @@ public :
first_compute
=
false
;
TH
=
0.0
;
// D_MH = 0.0;
SRUE_MH
=
0.0
;
/*
SRUE_MH = 0.0;
SFTSW_FIM = 0.0;
SFTSW_MH = 0.0;
SNNIE_FIH = 0.0;
NAB_MH = 0.0;
NHT34_MH = 0.0;
LAD_MH = 0.0;
MRUE_MH
=
0.0
;
MRUE_MH = 0.0;
*/
photo_TH_aFinMATURATION
=
0.0
;
}
else
{
// calcul de D_MH
...
...
@@ -162,7 +162,7 @@ public :
}*/
// calcul de SRUE_MH
{
/*
{
double ddt = 0.0;
if ( ( PhasePhenoPlante() < PHASEPHENOPLANTE_MATURATION )
// traduit condition TT_A2 < date_TT_M0
...
...
@@ -174,10 +174,10 @@ public :
ddt = Eb();
}
SRUE_MH = SRUE_MH(-1) + ddt;
}
}
*/
// calcul de MRUE_MH
MRUE_MH
=
SRUE_MH
()
/
D_MH
();
/*
MRUE_MH = SRUE_MH() / D_MH();
// calcul de NHT34_MH
{
...
...
@@ -195,11 +195,11 @@ public :
}
NHT34_MH = NHT34_MH(-1) + ddt;
}
}
*/
// calcul de SFTSW_FIM
{
/*
{
double ddt = 0.0;
if ( ( PhasePhenoPlante() > PHASEPHENOPLANTE_FLORAISON )
// traduit condition TT_A2 > date_TT_M0
...
...
@@ -275,7 +275,7 @@ public :
ddt = LAI();
}
LAD_MH = LAD_MH(-1) + ddt;
}
}
*/
{
/* double TH_tmp = 0.0;
...
...
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