Ignore:
Timestamp:
07/21/23 14:42:15 (12 months ago)
Author:
jderouillat
Message:

Backport [2448,2503,2516], ocean component in generic_testcase, memory_report option and nvertex name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/trunk/src/io/nc4_data_output.cpp

    r2529 r2535  
    865865         StdString dimXid = cellName+appendDomid; 
    866866         StdString dimVertId; 
    867          if (domain->nvertex_name.isEmpty()) dimVertId = "nvertex"; 
     867         if (domain->nvertex_name.isEmpty()) dimVertId = "nvertex"+appendDomid;  
    868868         else dimVertId = domain->nvertex_name; 
    869869 
Note: See TracChangeset for help on using the changeset viewer.