Skip to content

Commit

Permalink
changelog will come from bgc.prof().update_field()
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrdn committed Mar 13, 2024
1 parent 6dbec6a commit c04b259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bgcArgoDMQC/io/netcdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,6 @@ def export_delayed_files(fdict, files, gain, data_mode='D', comment=None, equati
sys.stdout.write('done\n')
D_nc.close()

def update_nc(fdict, file, history_dict={}):
def update_nc(fdict, file, changelog, history_dict={}):

return

0 comments on commit c04b259

Please sign in to comment.