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

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

Add extrapolation to vertical interpolation.
YM

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