source: XIOS/trunk/src/config/reorder_domain_attribute.conf @ 1980

Last change on this file since 1980 was 1457, checked in by ymipsl, 6 years ago

Add new domain filter : reorder_domain
Reoder the data along the global domain but works only for rectilinear domain

  • invert_lat : invert the latitute axis
  • shift_lon_fraction : shift the longitude axis of a fration of global size
  • lon_min/lon_max : fixe the range of longitude value (ex : -180:180 or 0:360)

YM

File size: 152 bytes
Line 
1DECLARE_ATTRIBUTE(bool, invert_lat)
2DECLARE_ATTRIBUTE(double, shift_lon_fraction)
3DECLARE_ATTRIBUTE(double, min_lon)
4DECLARE_ATTRIBUTE(double, max_lon)
Note: See TracBrowser for help on using the repository browser.