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

Last change on this file since 1205 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
RevLine 
[657]1/* GLOBAL */
[689]2DECLARE_ATTRIBUTE(int, order)
[846]3DECLARE_ATTRIBUTE(bool, renormalize)
[1114]4DECLARE_ATTRIBUTE(bool, quantity)
[982]5
6/* Write interpolation weights into file */
[1004]7DECLARE_ENUM3(mode,compute,read,read_or_compute)
8DECLARE_ATTRIBUTE(StdString, weight_filename)
[1114]9DECLARE_ATTRIBUTE(bool, write_weight)
Note: See TracBrowser for help on using the repository browser.