source: XIOS/dev/dev_ym/XIOS_COUPLING/src/config/interpolate_axis_attribute.conf @ 2122

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

Improve axis interpolate feature :
introduce : coordinate_src and coordinate_dst feature :

  • level -> pressure
  • pressure -> pressure

YM

File size: 212 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)
Note: See TracBrowser for help on using the repository browser.