From 3b33ebb90bc25f252b879d146dcbce59fd45e564 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Thu, 3 Jun 2021 12:23:54 -0500 Subject: [PATCH] add new match file creator --- modules/aeolus/aeolus_amv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aeolus/aeolus_amv.py b/modules/aeolus/aeolus_amv.py index 4616cfdd..b4921eef 100644 --- a/modules/aeolus/aeolus_amv.py +++ b/modules/aeolus/aeolus_amv.py @@ -1520,7 +1520,7 @@ def create_file_2(match_dct, filename, clvrx_params=['cld_height_acha', 'cld_pre prf_lon.units = 'degrees east' prf_lat = rootgrp.createVariable('prof_latitude', 'f4', ['num_aeolus_profs']) prf_lat.units = 'degrees north' - prof_time.units = 'seconds since 1970-01-1 00:00:00' + prf_time.units = 'seconds since 1970-01-1 00:00:00' prf_elem = rootgrp.createVariable('FD_elem', 'f4', ['num_aeolus_profs']) prf_line = rootgrp.createVariable('FD_line', 'f4', ['num_aeolus_profs']) prf_azm = rootgrp.createVariable('prof_azm', 'f4', ['num_aeolus_profs', 'max_num_aeolus_levels']) -- GitLab