dtcenter / MET

Model Evaluation Tools
https://dtcenter.org/community-code/model-evaluation-tools-met
Apache License 2.0
78 stars 24 forks source link

FIx loading HTFR/RELI (PCT) line type from VSDB files #712

Closed dwfncar closed 7 years ago

dwfncar commented 7 years ago

oy_i and on_i are integers in DB. VSDB files have these values as doubles.
During data loading vsdb values are converted to int and end up as 1 and 0 [MET-712] created by tatiana

dwfncar commented 7 years ago

Ignore HTFR. Use RELI line type instead.


total = sum of the second group values:
thresh_i = i / (intGroupSize - 1)
oy = first group values
on= second group value - first group value by tatiana