Displaying differences for changeset
 
display as  

src/java/lamps/CSIP_Const.java

@@ -44,12 +44,12 @@
     //database file folder
     public static final String LocalDB = "/H2DB/test";
 
-    public static final int currentNASSyear = 2020;
+    public static final int currentNASSyear = 2021;
 
     //available years with accuracy values
-    public static final String[] ACC_years = {"2008", "2009", "2010", "2011", "2012", "2013", "2014", "2015", "2016", "2017", "2018", "2019", "2020"};
+    public static final String[] ACC_years = {"2008", "2009", "2010", "2011", "2012", "2013", "2014", "2015", "2016", "2017", "2018", "2019", "2020", "2021"};
 
-    public static final String[] CDL_years = {"1997", "1998", "1999", "2000", "2001", "2002", "2003", "2004", "2005", "2006", "2007", "2008", "2009", "2010", "2011", "2012", "2013", "2014", "2015", "2016", "2017", "2018", "2019", "2020"};
+    public static final String[] CDL_years = {"1997", "1998", "1999", "2000", "2001", "2002", "2003", "2004", "2005", "2006", "2007", "2008", "2009", "2010", "2011", "2012", "2013", "2014", "2015", "2016", "2017", "2018", "2019", "2020", "2021"};
 
 
 

src/java/m/lamps/V1_0.java

@@ -50,7 +50,7 @@
 @Description("LAMPS")
 @Path("m/lamps/1.0")
 @Resource(file = "*.tif *.csv *.kml *.kmz", type = OUTPUT)
-@Options(timeout = "PT12H")
+@Options(timeout = "PT24H")
 public class V1_0 extends ModelDataService {
 
   static final String KEY_GEOM = "geometry";
@@ -78,7 +78,7 @@
   List<String> CDL_years = new ArrayList<>();
 
   int start_year = 2008;
-  int end_year = 2020;
+  int end_year = 2021;
 
   int multi_run = -1;
   int chunks;
@@ -213,6 +213,7 @@
           CDL_years.add("2018");
           CDL_years.add("2019");
           CDL_years.add("2020");
+          CDL_years.add("2021");
         }
       }
       Collections.sort(CDL_years);