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

snapshot...

parent a366a34e
No related branches found
No related tags found
No related merge requests found
...@@ -1534,7 +1534,7 @@ def write_cld_prods_file_nc4(clvrx_str_time, outfile_name, cloud_fraction, cloud ...@@ -1534,7 +1534,7 @@ def write_cld_prods_file_nc4(clvrx_str_time, outfile_name, cloud_fraction, cloud
cloud_fraction = cloud_fraction.reshape((1, y.shape[0], x.shape[0])) cloud_fraction = cloud_fraction.reshape((1, y.shape[0], x.shape[0]))
cld_frac_ds[:, ] = cloud_fraction cld_frac_ds[:, ] = cloud_fraction
cld_frac_opd_ds = rootgrp.createVariable('cldy_fraciion_opd', 'f4', var_dim_list) cld_frac_opd_ds = rootgrp.createVariable('cldy_fraction_opd', 'f4', var_dim_list)
cld_frac_opd_ds.setncattr('coordinates', geo_coords) cld_frac_opd_ds.setncattr('coordinates', geo_coords)
cld_frac_opd_ds.setncattr('grid_mapping', 'Projection') cld_frac_opd_ds.setncattr('grid_mapping', 'Projection')
cld_frac_opd_ds.setncattr('missing', -1) cld_frac_opd_ds.setncattr('missing', -1)
......
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