1 | #========================================================================= |
---|
2 | # IBIS-Q Configuration File |
---|
3 | # |
---|
4 | # Modifications: |
---|
5 | # Date By Description |
---|
6 | # ---------- ----------------------------------------------------------- |
---|
7 | # 01.31.17 Schatz Temperature - ndays above thresholds, NLDAS |
---|
8 | # 03.23.17 Schatz updated to include 2016 data |
---|
9 | # 02.27.2020 Woods Recast with NOAA data including precipitation |
---|
10 | #========================================================================= |
---|
11 | |
---|
12 | #value name_path value_path |
---|
13 | d homepath E:\ibisq\qModules30\_EPHT\climate |
---|
14 | d workpath E:\ibisq\workpath |
---|
15 | |
---|
16 | ########################################################################## |
---|
17 | #d saspath path to the numerator data |
---|
18 | #d sasdata name of numerator sas data file |
---|
19 | #d sas_bin path to sas executable and arguments passed to sas on command |
---|
20 | ########################################################################## |
---|
21 | d saspath E:\ibisq\sasData\final\ |
---|
22 | d sasdata noaatemperatures_tsaced |
---|
23 | d sas_bin "C:\Program&Files\SASHome\SASFoundation\9.4\sas.exe" |
---|
24 | ########################################################################## |
---|
25 | d response_head_content XMLResponse.head |
---|
26 | d response_tail_content XMLResponse.tail |
---|
27 | ########################################################################## |
---|
28 | r form 30 |
---|
29 | r output xml |
---|
30 | d func 1 |
---|
31 | r cross1 station |
---|
32 | r cross2 none |
---|
33 | r sas 0 |
---|
34 | r test 0 |
---|
35 | r spvar1 SASDateOBS |
---|
36 | r spvar2 UserThresh |
---|
37 | #r filter_exclude none |
---|
38 | #r pass_through none |
---|
39 | #r newdataset none |
---|
40 | #r newpopdataset none |
---|
41 | #r datayear none |
---|
42 | ########################################################################## |
---|
43 | # for type1=num -- SAS data type is numeric |
---|
44 | # char -- SAS data type is Alphabetic |
---|
45 | # |
---|
46 | # for type2= 0 -- Categorical variable |
---|
47 | # 1 -- Non catergorical (Continuuous) variable |
---|
48 | # 3 -- Groupable variable (Continuous, needs regrouping) |
---|
49 | # 4 -- Grouped variable (keep the name space) |
---|
50 | # 7 -- Variable in standard population dataset |
---|
51 | # 8 -- Indicating variable (To be used with type2=8) |
---|
52 | # 9 -- Disable variable (To avoid conflict) |
---|
53 | # 10 -- proxy variable |
---|
54 | # length is used to indicate the variable length in SAS dataset |
---|
55 | ################################################################################## |
---|
56 | #value SASnumerator_var dimension_name SASdenominator_var label type1 type2 length |
---|
57 | 11 null GeoProxy null Geo num 10 8 |
---|
58 | 11 place Placenames null Place num 0 8 |
---|
59 | 11 station Local null Location char 0 10 |
---|
60 | 11 dohsa GeoSarea null Small&Areas num 0 8 |
---|
61 | 11 fip GeoCnty null New&Mexico&County num 0 8 |
---|
62 | 11 eco_region EcoReg null Ecological&zones num 0 8 |
---|
63 | 11 cdiv CDiv nulll Climte&Division num 0 8 |
---|
64 | |
---|
65 | 12 null YearProxy null Year&Proxy num 10 8 |
---|
66 | 12 year Year Year Year num 0 8 |
---|
67 | 12 Year Year9 year Year num 3 8 |
---|
68 | 12 Month Month null Month&of&Year num 0 8 |
---|
69 | 12 Week Week null Week&of&Year num 0 8 |
---|
70 | 12 Day DayM null Day&of&Month num 0 8 |
---|
71 | 12 J_day J_day null Julain num 0 8 |
---|
72 | |
---|
73 | 12 null DayProxy null Day&Proxy num 10 8 |
---|
74 | 12 SASDateOBS DayRangeAll SASDateOBS Date num 0 8 |
---|
75 | |
---|
76 | 13 null ThresholdProxy null Threshold num 10 8 |
---|
77 | 13 Thresh90 Thresh90 Thresh90 Threshold num 0 8 |
---|
78 | 13 Thresh95 Thresh95 Thresh95 Threshold num 0 8 |
---|
79 | 13 Thresh100 Thresh100 Thresh100 Threshold num 0 8 |
---|
80 | 13 Thresh105 Thresh105 Thresh105 Threshold num 0 8 |
---|
81 | |
---|
82 | 14 null UserThreshProxy null Threshold num 10 8 |
---|
83 | 14 TMax> UserThresh null UserThreshold num 0 8 |
---|