source: XIOS/dev/dev_olga/src/config/interpolate_domain_attribute.conf @ 1158

Last change on this file since 1158 was 1158, checked in by oabramkina, 7 years ago

Two server levels: merging with trunk r1137.
There are bugs.

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