Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VIPSCommon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VIPS
VIPSCommon
Commits
cba1e678
Commit
cba1e678
authored
10 years ago
by
Tor-Einar Skog
Browse files
Options
Downloads
Patches
Plain Diff
Added soil temperature in 5cm and 10cm to weather elements
parent
62d8cb3b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/no/bioforsk/vips/util/WeatherElements.java
+8
-0
8 additions, 0 deletions
src/main/java/no/bioforsk/vips/util/WeatherElements.java
with
8 additions
and
0 deletions
src/main/java/no/bioforsk/vips/util/WeatherElements.java
+
8
−
0
View file @
cba1e678
...
@@ -42,6 +42,14 @@ public class WeatherElements {
...
@@ -42,6 +42,14 @@ public class WeatherElements {
* Instantaneous temperature (Celcius)
* Instantaneous temperature (Celcius)
*/
*/
public
static
final
String
TEMPERATURE_INSTANTANEOUS
=
"TT"
;
public
static
final
String
TEMPERATURE_INSTANTANEOUS
=
"TT"
;
/**
* Soil temperature at 5cm, mean
*/
public
static
final
String
SOIL_TEMPERATURE_5CM_MEAN
=
"TJM5"
;
/**
* Soil temperature at 10cm, mean
*/
public
static
final
String
SOIL_TEMPERATURE_10CM_MEAN
=
"TJM10"
;
/**
/**
* Aggregated rainfall (millimeters)
* Aggregated rainfall (millimeters)
*/
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment