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

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

Intermeadiate version for merging with new server functionalities.

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