source: XIOS/trunk/src/config/interpolate_axis_attribute.conf @ 2297

Last change on this file since 2297 was 2033, checked in by ymipsl, 3 years ago

Add extrapolation to vertical interpolation.
YM

File size: 250 bytes
RevLine 
[630]1/*  GLOBAL   */
2DECLARE_ATTRIBUTE(StdString, type)
3DECLARE_ATTRIBUTE(int, order)
[827]4DECLARE_ATTRIBUTE(StdString, coordinate)
[1980]5DECLARE_ATTRIBUTE(StdString, coordinate_src)
6DECLARE_ATTRIBUTE(StdString, coordinate_dst)
[2033]7DECLARE_ATTRIBUTE(bool, extrapolate)
[1980]8
Note: See TracBrowser for help on using the repository browser.