Skip to content
Snippets Groups Projects
Commit 3d7edcd3 authored by tomrink's avatar tomrink
Browse files

minor

parent d34b54b8
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ import cartopy.crs as ccrs ...@@ -15,7 +15,7 @@ import cartopy.crs as ccrs
import xarray as xr import xarray as xr
import os import os
import h5py import h5py
from util.util import get_grid_values_all, get_cartopy_crs from util.util import get_grid_values_all, get_cartopy_crs, homedir
from util.setup import home_dir from util.setup import home_dir
...@@ -249,7 +249,7 @@ def make_icing_image(h5f, ice_lons, ice_lats, clvrx_str_time, satellite, domain, ...@@ -249,7 +249,7 @@ def make_icing_image(h5f, ice_lons, ice_lats, clvrx_str_time, satellite, domain,
title = 'GOES-16, '+clvrx_str_time+' >50% Probability Icing' title = 'GOES-16, '+clvrx_str_time+' >50% Probability Icing'
plt.title(title, loc='left', fontweight='bold', fontsize=24) plt.title(title, loc='left', fontweight='bold', fontsize=24)
ImageDirAndName = os.path.join('/Users/tomrink', imagename+'_'+clvrx_str_time) ImageDirAndName = os.path.join(homedir, imagename+'_'+clvrx_str_time)
fig.savefig(ImageDirAndName) fig.savefig(ImageDirAndName)
......
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