source: XIOS/trunk/src/config/interpolate_domain_attribute.conf @ 1114

Last change on this file since 1114 was 1114, checked in by ymipsl, 7 years ago

Add conservative remapping option for quantity, ie, the integrated value over a cell area.

YM

File size: 292 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.