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

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

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

File size: 291 bytes
RevLine 
[657]1/* GLOBAL */
[689]2DECLARE_ATTRIBUTE(int, order)
[846]3DECLARE_ATTRIBUTE(bool, renormalize)
[1158]4DECLARE_ATTRIBUTE(bool, quantity)
[1021]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.