/* GLOBAL */ DECLARE_ATTRIBUTE(int, order) DECLARE_ATTRIBUTE(bool, renormalize) DECLARE_ATTRIBUTE(bool, quantity) DECLARE_ATTRIBUTE(bool, detect_missing_value) /* Write interpolation weights into file */ DECLARE_ENUM3(mode,compute,read,read_or_compute) DECLARE_ATTRIBUTE(StdString, weight_filename) DECLARE_ATTRIBUTE(bool, write_weight) DECLARE_ENUM2(read_write_convention, c, fortran)