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

snapshot...

parent 07478d4c
No related branches found
No related tags found
No related merge requests found
......@@ -1537,7 +1537,7 @@ def write_cld_prods_file_nc4(clvrx_str_time, outfile_name, cloud_fraction, cloud
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('grid_mapping', 'Projection')
cld_frac_opd_ds.setncattr('missing', -1)
cld_frac_opd_ds.setncattr('missing', -1.0)
if has_time:
cloud_frac_opd = cloud_frac_opd.reshape((1, y.shape[0], x.shape[0]))
cld_frac_opd_ds[:, ] = cloud_frac_opd
......
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