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

snapshot...

parent e153e3db
No related merge requests found
......@@ -820,7 +820,7 @@ def run_evaluate_static(in_file, out_file, ckpt_dir):
var_names = ['cloud_fraction', 'temp_11_0um', 'refl_0_65um']
dims = ['num_params', 'y', 'x']
da = xr.DataArray(np.column_stack([cld_frac_out, bt, refl_avg]), dims=dims)
da = xr.DataArray(np.stack([cld_frac_out, bt, refl_avg], axis=0), dims=dims)
da.assign_coords({
'lat': (['y', 'x'], lats),
'lon': (['y', 'x'], lons)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment