Displaying differences for changeset
 
display as  

src/java/m/cfa/flood/V1_0.json

@@ -77,6 +77,26 @@
       "name": "user_data",
       "description": "String containing user uploaded data with one line header, first column dates (yyyy-mm-dd format), second column values in a tab-delimited format. Only used if merge_datasets == 'true' or database == 'UserData'.",
       "value": ""
+    },
+    {
+        "name": "at_site_skew_option",
+        "description": "Method for computing the at-site skew.  Options: ('B17B', 'EMA', 'ADJE')...only used if analysis_type == '17c'",
+        "value": "EMA"
+    },
+    {
+        "name": "high_systematic_threshold",
+        "description": "Threshold for identifying high systematic outliers (double)...only used if analysis_type == '17c'",
+        "value": "105000"
+    },
+    {
+        "name": "low_outlier_method",
+        "description": "Low outlier identification method. Choices are ('NONE', 'GBT', 'MGBT', 'FIXED'...only used if analysis_type == '17c'",
+        "value": "FIXED"
+    },
+    {
+        "name": "low_outlier_threshold",
+        "description": "Low outlier threshold; if LOMETHOD is ”FIXED”, this value is used as the threshold below which values are treated as low outliers. (double)...only used if analysis_type == '17c'",
+        "value": "800"
     }
   ]
 }
\ No newline at end of file