Bobby Jackson
Bobby Jackson
It looks like the default parameters are grabbed from a function: def _param_attzphi_table(): """ Defines the parameters of Z-Phi attenuation estimation at each frequency band. Returns ------- param_att_dict : dict...
I suspect they used simulated DSDs from somewhere. I found a figure in Ryzhkov's paper showing their simulated values for alpha. The black dots represent 0 degrees C, the grey...
I believe so. I've never had an issue when using PlateCarree projection.
Add that to the list of things to do on our Wednesday sprint.
What are the number of points you are using for each direction in the grid in both examples? If you have fewer points spanning a longer distance, you're going to...
You can specify decode_coords=False to xarray.open_dataset and that should at least disable the dimension labelling for nasty datasets like this. ________________________________ From: Adam Theisen Sent: Wednesday, May 22, 2019 9:33:25...
Then we would need a procedure that looks for variables that have the same name as a dimension in a netCDF file. Then it would suggest a change to the...
Once you import the modules once they don't load again until you restart. So it won't really matter if we put them in the classes or not, I suspect we...
I used ACT to plot up SMPS data for my ArcticShark proposal. In addition @zssherman and I have been working with Adam Abdelhak on a notebook using siphon to download...
@rabernat The link to my repository for the binder is here: https://github.com/rcjackson/emc2_pangeo. I'll give updating distributed a try here.