source: XIOS/dev/dev_trunk_omp/src/config/interpolate_domain_attribute.conf @ 1630

Last change on this file since 1630 was 1630, checked in by yushan, 5 years ago

working branch @1608 with bug fix @1628

File size: 387 bytes
Line 
1/* GLOBAL */
2DECLARE_ATTRIBUTE(int, order)
3DECLARE_ATTRIBUTE(bool, renormalize)
4DECLARE_ATTRIBUTE(bool, quantity)
5DECLARE_ATTRIBUTE(bool, detect_missing_value)
6
7/* Write interpolation weights into file */
8DECLARE_ENUM3(mode,compute,read,read_or_compute)
9DECLARE_ATTRIBUTE(StdString, weight_filename)
10DECLARE_ATTRIBUTE(bool, write_weight)
11DECLARE_ENUM2(read_write_convention, c, fortran)
Note: See TracBrowser for help on using the repository browser.