NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

Changeset 522

Show
Ignore:
Timestamp:
01/30/14 15:18:20
Author:
cbc
Message:

Fix upper Z cropped flag name.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • misc_sodar_scripts/SodarLevel2.py

    r520 r522  
    4545        newfile.level2_flag_top_z_nan_padded = True 
    4646    if '2011_05' < datecode < '2011_11': 
    47         newfile.level2_flag_upper_z_nan_cropped = True 
     47        newfile.level2_flag_upper_z_cropped = True 
    4848    newfile._FillValue           = ncfile._FillValue           
    4949