dtcenter / MET

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

Enable fourier dictionary to be defined separately for each field. #899

Closed dwfncar closed 6 years ago

dwfncar commented 6 years ago

This was requested by Mallory Row. Currently the Fourier code is applied to all fields to be verified. This task is to move the Fourier block inside the field definition list. They only apply HGT anyway and don't want to waste time applying it to all the other field.


Still a question as to whether we should parse this from the fcst dictionary or the obs dictionary. [MET-899] created by johnhg

dwfncar commented 6 years ago

On 12/15/17, committed an overhaul to grid_stat, enabling many config file options to be set separately for each verification task, including the masking regions, bootstrap info, smoothing info, neighborhood methods, fourier decompositions, output_flag, and nc_pairs_flag.


I tested to make sure that unit_grid_stat.xml produces the exact same output as we had before.


Still need to updated unit_grid_stat.xml to exercise this new flexibility. by johnhg