Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
27ca4f0a
Commit
27ca4f0a
authored
May 26, 2017
by
Uwe Schulzweida
Browse files
Fix typo.
parent
a3dceecc
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
27ca4f0a
...
...
@@ -5,7 +5,7 @@
2017-05-26 Uwe Schulzweida
* eca_gsl: set default to northern h
i
misphere
* eca_gsl: set default to northern h
e
misphere
2017-05-23 Uwe Schulzweida
...
...
doc/tex/mod/EcaGsl
View file @
27ca4f0a
...
...
@@ -14,7 +14,7 @@ Within a period of 12 months, the thermal growing season length is officially de
@Item = first occurrence of at least nday consecutive days with TG > @math{T}
@Item = first occurrence of at least nday consecutive days with TG < @math{T} within the last 6 months
@EndItemize
On northern hemispere, this period corresponds with the regular year, whereas on southern hemispere, it starts
On northern hemisp
h
ere, this period corresponds with the regular year, whereas on southern hemisp
h
ere, it starts
at July 1st. Please note, that this definition may lead to weird results concerning values TG = @math{T}:
In the first half of the period, these days do not contribute to the gsl, but they do within the second half.
Moreover this definition could lead to discontinuous values in equatorial regions.
...
...
src/ecacore.cc
View file @
27ca4f0a
...
...
@@ -1087,7 +1087,7 @@ void eca4(const ECA_REQUEST_4 *request)
}
else
{
for
(
int
i
=
0
;
i
<
gridsize
;
++
i
)
yvals
[
i
]
=
20
;
// Northern h
i
misphere
for
(
int
i
=
0
;
i
<
gridsize
;
++
i
)
yvals
[
i
]
=
20
;
// Northern h
e
misphere
}
/* Two fields are needed because of the definition of gsl for northern and
...
...
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