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

snapshot...

parent b5fcd3ac
No related branches found
No related tags found
No related merge requests found
......@@ -884,6 +884,7 @@ def write_cld_prods_file_nc4(clvrx_str_time, outfile_name, cloud_fraction, cloud
var_dim_list = [time_dim_name, dim_1_name, dim_0_name]
cld_frac_ds = rootgrp.createVariable('cloud_fraction', 'i1', var_dim_list)
cld_frac_ds.setncattr('long_name', 'FCNN inferred cloud fraction')
cld_frac_ds.setncattr('coordinates', geo_coords)
cld_frac_ds.setncattr('grid_mapping', 'Projection')
cld_frac_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