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
SiriusQuality
sqcode
SiriusQuality-BioMa-Phenology-Component
Commits
d3e012c7
Commit
d3e012c7
authored
Aug 28, 2018
by
Loic Manceau
Browse files
Modified parameter description
parent
479201c4
Changes
4
Hide whitespace changes
Inline
Side-by-side
SiriusQuality-PhenologyComponent/Strategies/CalculatePhyllochronWithPTQ.cs
View file @
d3e012c7
...
...
@@ -62,7 +62,7 @@ namespace SiriusQualityPhenology.Strategies
_parameters0_0
.
Add
(
v1
);
VarInfo
v2
=
new
VarInfo
();
v2
.
DefaultValue
=
0.46
;
v2
.
Description
=
"Photothermal quotient when leaf appearence rate is half LAR
dif+LARmin
"
;
v2
.
Description
=
"Photothermal quotient when leaf appearence rate is half LAR
max
"
;
v2
.
Id
=
0
;
v2
.
MaxValue
=
1000
;
v2
.
MinValue
=
0
;
...
...
@@ -435,7 +435,7 @@ namespace SiriusQualityPhenology.Strategies
BVarInfo
.
ValueType
=
CRA
.
ModelLayer
.
Core
.
VarInfoValueTypes
.
GetInstanceForName
(
"Double"
);
PTQhfVarInfo
.
Name
=
"PTQhf"
;
PTQhfVarInfo
.
Description
=
" Photothermal quotient when leaf appearence rate is half LAR
dif+LARmin
"
;
PTQhfVarInfo
.
Description
=
" Photothermal quotient when leaf appearence rate is half LAR
max
"
;
PTQhfVarInfo
.
MaxValue
=
1000
;
PTQhfVarInfo
.
MinValue
=
0
;
PTQhfVarInfo
.
DefaultValue
=
0.46
;
...
...
SiriusQuality-PhenologyComponent/Strategies/Phenology.cs
View file @
d3e012c7
...
...
@@ -34,7 +34,7 @@ namespace SiriusQualityPhenology.Strategies
/// <summary>
///Class Phenology
///
c
omposite strategy which manage the phenology of Sirius Quality
///
C
omposite strategy which manage the phenology of Sirius Quality
/// </summary>
public
class
Phenology
:
IStrategySiriusQualityPhenology
{
...
...
@@ -198,7 +198,7 @@ namespace SiriusQualityPhenology.Strategies
/// </summary>
public
string
Description
{
get
{
return
"
c
omposite strategy which manage the phenology of Sirius Quality"
;
}
get
{
return
"
C
omposite strategy which manage the phenology of Sirius Quality"
;
}
}
/// <summary>
...
...
@@ -1264,7 +1264,7 @@ namespace SiriusQualityPhenology.Strategies
//Call of the associated strategies
private
void
EstimateOfAssociatedClasses
(
SiriusQualityPhenology
.
PhenologyState
phenologystate
,
SiriusQualityPhenology
.
PhenologyState
phenologystate1
,
CRA
.
AgroManagement
.
ActEvents
actevents
){
phenologystate
.
LeafNumber
=
phenologystate1
.
LeafNumber
;
phenologystate
.
isMomentRegistredZC_39
=
phenologystate1
.
Calendar
.
IsMomentRegistred
(
GrowthStage
.
ZC_39_FlagLeafLiguleJustVisible
);
...
...
SiriusQuality-PhenologyComponent/XML/CalculatePhyllochronWithPTQ.xml
View file @
d3e012c7
...
...
@@ -46,7 +46,7 @@
</Parameters>
<Parameters>
<VarName>
PTQhf
</VarName>
<Description>
Photothermal quotient when leaf appearence rate is half LAR
dif+LARmin
</Description>
<Description>
Photothermal quotient when leaf appearence rate is half LAR
max
</Description>
<MaxValue>
1000
</MaxValue>
<MinValue>
0
</MinValue>
<DefaultValue>
0.46
</DefaultValue>
...
...
SiriusQuality-PhenologyComponent/XML/Phenology.xml
View file @
d3e012c7
...
...
@@ -12,7 +12,7 @@
<ModelType>
Development
</ModelType>
<NameSpace>
SiriusQualityPhenology.Strategies
</NameSpace>
<StrategyName>
Phenology
</StrategyName>
<StrategyDescription>
c
omposite strategy which manage the phenology of Sirius Quality
</StrategyDescription>
<StrategyDescription>
C
omposite strategy which manage the phenology of Sirius Quality
</StrategyDescription>
<TimeSteps
/>
<AuthorFirstRelease>
Loic Manceau
</AuthorFirstRelease>
<Institution>
INRA
</Institution>
...
...
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