Ignore:
Timestamp:
06/28/22 11:44:19 (2 years ago)
Author:
jderouillat
Message:

Added extract_domain interface. Updated all interfaces, normalize some private attributes names of domain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/config/domain_attribute_private.conf

    r2312 r2338  
    1010DECLARE_ATTRIBUTE_PRIVATE(double,  bounds_lat_end, false) 
    1111 
    12 DECLARE_ATTRIBUTE(bool             , hasLatInReadFile, false) 
    13 DECLARE_ATTRIBUTE(bool             , hasLonInReadFile, false) 
    14 DECLARE_ATTRIBUTE(bool             , hasBoundsLatInReadFile, false) 
    15 DECLARE_ATTRIBUTE(bool             , hasBoundsLonInReadFile, false) 
     12DECLARE_ATTRIBUTE_PRIVATE(bool             , has_lat_in_read_file, false) 
     13DECLARE_ATTRIBUTE_PRIVATE(bool             , has_lon_in_read_file, false) 
     14DECLARE_ATTRIBUTE_PRIVATE(bool             , has_bounds_lat_in_read_file, false) 
     15DECLARE_ATTRIBUTE_PRIVATE(bool             , has_bounds_lon_in_read_file, false) 
    1616//  Array contain whole value (non distributed) of longitude and latitude read from a file 
    1717DECLARE_ARRAY_PRIVATE(double, 1, lonvalue_rectilinear_read_from_file, false) 
Note: See TracChangeset for help on using the changeset viewer.