Ignore:
Timestamp:
03/12/18 18:45:57 (6 years ago)
Author:
ymipsl
Message:

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:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/XIOS_DEV_CMIP6/src/node/node_enum.hpp

    r1314 r1457  
    3737         eTemporalSplitting, 
    3838         eDuplicateScalarToAxis, 
    39          eReduceScalarToScalar 
     39         eReduceScalarToScalar, 
     40         eReorderDomain 
    4041       } ENodeType; 
    4142 
Note: See TracChangeset for help on using the changeset viewer.