Skip to content
Snippets Groups Projects
Commit 6808dbfe authored by tomrink's avatar tomrink
Browse files

fix some cf issues

parent d04bda41
No related branches found
No related tags found
No related merge requests found
......@@ -2070,6 +2070,7 @@ def create_bestfit_file(filename, match_dct, raob_dct, gfs_at_raob_dct, bf_dct,
time = rootgrp.createVariable('time', 'f4', ['time'])
time.units = 'seconds since 1970-01-1 00:00:00'
time.calendar = 'standard'
#amv_file_names = rootgrp.createVariable('amv_file_names', str, ['num_amv_files'])
# ---- Profile variables ---------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment