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
RevLine 
[630]1/*  GLOBAL   */
2DECLARE_ATTRIBUTE(StdString, type)
3DECLARE_ATTRIBUTE(int, order)
[827]4DECLARE_ATTRIBUTE(StdString, coordinate)
[2122]5DECLARE_ATTRIBUTE(StdString, coordinate_src)
6DECLARE_ATTRIBUTE(StdString, coordinate_dst)
Note: See TracBrowser for help on using the repository browser.