Ignore:
Timestamp:
04/25/18 17:30:25 (6 years ago)
Author:
oabramkina
Message:

Bigfix for UGRID: fields describing the same mesh (= fields defined on domains with the same name) are sorted in the decreasing order of nvertex. The first, and the only, domain to be written is that with the highest value of nvertex. The entire mesh connectivity will be generated according to this domain.

File:
1 edited

Legend:

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

    r1358 r1494  
    118118         void checkGridOfEnabledFields(); 
    119119         void sendGridOfEnabledFields(); 
    120          void sendGridComponentOfEnabledFields();    
     120         void sendGridComponentOfEnabledFields(); 
     121 
     122         void sortEnabledFieldsForUgrid(); 
    121123 
    122124         // Add component into file 
Note: See TracChangeset for help on using the changeset viewer.