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/type/type_util.hpp

    r1314 r1457  
    5656    class CReduceScalarToScalar; 
    5757    class CReduceScalarToScalarGroup; 
    58    
     58    class CReorderDomain; 
     59    class CReorderDomainGroup; 
     60      
    5961  template <typename T> inline string getStrType(void); 
    6062 
     
    128130  macro(CReduceScalarToScalar) 
    129131  macro(CReduceScalarToScalarGroup) 
     132  macro(CReorderDomain) 
     133  macro(CReorderDomainGroup) 
    130134   
    131135#undef macro 
Note: See TracChangeset for help on using the changeset viewer.