Ignore:
Timestamp:
09/26/16 16:26:38 (8 years ago)
Author:
ymipsl
Message:
  • Attribut record_offset accept now negative value.
  • Field are not output in files until nstep > 0.

YM

File:
1 edited

Legend:

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

    r931 r952  
    19081908        CGrid* grid = field->grid; 
    19091909 
     1910        if (field->getNStep()<1) return ; 
     1911         
    19101912        if (!grid->doGridHaveDataToWrite()) 
    19111913          if (SuperClass::type == MULTI_FILE || !isCollective) return; 
Note: See TracChangeset for help on using the changeset viewer.