Brian Medeiros
Brian Medeiros
I tried to `conda install windspharm` using [miniforge's](https://github.com/conda-forge/miniforge) `conda` on an M1-based Mac, but it fails, and search explains it: ``` $>conda search windspharm Loading channels: done No match found...
### What happened? We have reports that running development versions of CAM with L93 ("FMT" compsets) fail if COSP is turned on. ### What are the steps to reproduce the...
This PR introduces a new class called `ADFData` in `lib/adf_dataset.py`. This class is instantiated with an ADFDiag instance. It is intended to hold most of the boilerplate code that is...
### New feature type New plot and/or plot enhancement ### What is this new feature? During documentation of `plotting_functions.py`, I noted that the function `domain_stats` is making some assumptions that...
Trying to incorporate CALIPSO observations into ADF. The CALIPSO climo file is currently here: `/glade/work/brianpm/obs_data_for_adf/CALIPSO_GOCCP_3.1.2_climo_200606-202012.nc` This PR modifies the `adf_variable_defaults.yaml` file to include the CALIPSO variables. In doing this, I...
I'm trying to use resample to go from monthly to annual means in HadCRUT data. It seems to be having trouble with the time coordinate, and ultimately complains "TypeError: cannot...
A very common operation performed with global data is to convert the longitude convention from/to [0,360] to/from [-180, 180]. This was available in NCL as [lonFlip](https://www.ncl.ucar.edu/Document/Functions/Contributed/lonFlip.shtml). There are probably many...
### What happened? using `unstack` on a DataArray generated using the `.dt.daysinmonth` accessor with `time` as a multiIndex fails with a ValueError. The mysterious part is that when I build...