Skip to content

Fixed mismatch var columns list

Michael Giansiracusa requested to merge mismatch_var_columns into master

fixing mismatch var columns list. Passed input vars(gathered from the varlist passed to this program from data discovery->db table->file->netcdf2ascii->nc2icartt.py) to trans_header and only added new var to cleaned var columns if it is in vars. Then passed cleaned var columns back from trans_header method and used that list for the rest of the variables in the file.

Merge request reports