Tue 09 April 2019

Howto Generate LibRadtran Cloud files in NetCDF format
Generating a test cloud field The following snippet generates a netcdf cloud field with xarray so that it can be handled by libRadtran 3D def create_librad_netcdf_cldfile(fname, lwc, reff, hhl, dx, dy, reff_min=2.51, reff_max=55): """ Creates a netcdf cloud file for libRadtran calculations Provide: lwc and reff arrays …