Skip to content
Snippets Groups Projects
Commit 20dfaa05 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent a938caf9
Branches
No related tags found
No related merge requests found
......@@ -424,7 +424,7 @@ def compute_and_add_geo_hgt(path_to_amvs, path_to_gfs, amv_source, band='14', ou
dims = ['num_amvs', 'num_params']
amvs_da = xr.DataArray(amvs_nd, coords=coords, dims=dims)
new_amv_fname = os.path.split(fname)[1]
new_amv_fname = os.path.splitext(new_amv_fname)[0] + 'nc4'
new_amv_fname = os.path.splitext(new_amv_fname)[0] + '.nc4'
amvs_da.to_netcdf(new_amv_fname, format='NETCDF4')
new_amv_fname = os.path.split(fname)[1]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment