Skip to content
Snippets Groups Projects
Commit 560bc804 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Bugfix: Adding TM as fallback for missing TX

parent 06cc7805
Branches
Tags
1 merge request!17Develop
...@@ -79,7 +79,7 @@ public class BremiaLactucaeModelPreprocessor extends ModelRunPreprocessor { ...@@ -79,7 +79,7 @@ public class BremiaLactucaeModelPreprocessor extends ModelRunPreprocessor {
{ {
BTg = BT; BTg = BT;
} }
if(BTg.size() != TX.size()) if(BTg.size() != TM.size())
{ {
BTg = wUtil.calculateLeafWetnessHourSeriesBestEffort(BTg,TM, RR, null,null, UM); BTg = wUtil.calculateLeafWetnessHourSeriesBestEffort(BTg,TM, RR, null,null, UM);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment