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/object_factory_decl.cpp

    r1314 r1457  
    4444  macro(CDuplicateScalarToAxis) 
    4545  macro(CReduceScalarToScalar) 
    46  
     46  macro(CReorderDomain) 
     47   
    4748  macro(CFieldGroup) 
    4849  macro(CFileGroup) 
     
    7071  macro(CDuplicateScalarToAxisGroup) 
    7172  macro(CReduceScalarToScalarGroup) 
    72  
     73  macro(CReorderDomainGroup) 
    7374} 
Note: See TracChangeset for help on using the changeset viewer.