save_rad2nc

nawdex_analysis.io.output_obs.save_rad2nc(outname, dset, fill_val=0)

Saves Radiaiton fluxes to netcdf.

Parameters:
  • dset (dict of numpy arrays) – TOA radiation flux dataset to be saved into netcdf dataset incl. lon, lat, time, and lwf, swf_net
  • outname (str) – output filename
  • fill_val (float or int, optional, default = 0) – fill value to be replace by NaNs
Returns:

Return type:

None