Skip to content

Commit 7c2d3cc

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 34b28f8 + d03803b commit 7c2d3cc

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

src/test/java/waterBudgetTest/TestCanopy.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,22 @@ public class TestCanopy{
1616
@Test
1717
public void testLinear() throws Exception {
1818

19-
String startDate = "2000-11-29 00:00";
20-
String endDate = "2001-11-25 00:00";
21-
int timeStepMinutes = 60*24;
19+
String startDate = "1994-01-01 00:00";
20+
String endDate = "1994-01-02 00:00";
21+
int timeStepMinutes = 60;
2222
String fId = "ID";
2323

2424

2525

2626

27-
String inPathToPrec = "/Users/marialaura/Desktop/dottorato/Resevoirs/output/melting.csv";
28-
String inPathToET ="/Users/marialaura/Desktop/dottorato/Resevoirs/output/ETP.csv";
27+
String inPathToPrec = "resources/Input/rainfall.csv";
28+
String inPathToET ="resources/Input/ET.csv";
2929
//String inPathToUpTake= "resources/Output/rootZone/UpTake.csv";
30-
String inPathToLAI= "/Users/marialaura/Desktop/dottorato/Resevoirs/data/LockVale/singolo/LAI.csv";
30+
String inPathToLAI= "resources/Input/LAI.csv";
3131

32-
String pathToS= "/Users/marialaura/Desktop/dottorato/Resevoirs/output/S.csv";
33-
String pathTroughfall= "/Users/marialaura/Desktop/dottorato/Resevoirs/output/Throughfall.csv";
34-
String pathToET= "/Users/marialaura/Desktop/dottorato/Resevoirs/output/ET.csv";
32+
String pathToS= "resources/Output/canopy/S.csv";
33+
String pathTroughfall= "resources/Output/canopy/Throughfall.csv";
34+
String pathToET= "resources/Output/canopy/ET.csv";
3535

3636

3737
OmsTimeSeriesIteratorReader JReader = getTimeseriesReader(inPathToPrec, fId, startDate, endDate, timeStepMinutes);

src/test/java/waterBudgetTest/TestRootZone.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ public void testLinear() throws Exception {
7373
waterBudget.b=1;
7474
waterBudget.s_RootZoneMax=0.005704;
7575
waterBudget.Pmax=0.5;
76+
waterBudget.pB=2.5;
7677

7778

7879
JReader.nextRecord();

0 commit comments

Comments
 (0)