Brian Medeiros

Results 53 comments of Brian Medeiros

Hi all-- sorry for the slow response. Agree that there are some potential issues with this approach regarding very non-uniform meshes, and I didn't bother with proper area weighting. I'll...

Hi all -- here is the expanded example. First, here is the relevant code: ```python import xarray as xr import numpy as np import matplotlib.pyplot as plt def binned_average(data, bin_data,...

Here is one additional example that uses a regionally refined mesh that has high resolution in the tropics but low resolution in the extratropics. This simulation was run using an...

In terms of generic plots and tables, I think ADF has hit the major ones already. There are always more specialized things that people will want to add (but not...

Note that this list of ADF capabilities might be useful as people populate the other issues: #7 #8 #9 #10

Having a separate, static file makes sense to me from a data volume perspective. To help users, I wonder whether an option to write fixed fields to a file in...

In addition to matching the slab-ocean configuration we had in CESM2, there's a request to support an aquaplanet with thermodynamic sea-ice turned on from Nicole Feldl (@nfeldl). They have a...

I think this is a very useful feature to have. When we first implemented COSP, I think we had something like this. I'm not sure if it didn't work correctly...

@justin-richling -- Let's discuss the changes. I think they are mostly fine. There are two things that I'm not liking at first glance. First is the method `load_obs_climo_dataset` -- I...

Has anyone checked on this lately? Is the instruction in the README.md enough? `conda env create -f env/conda_environment.yaml` Or do we need to provide instructions for installing miniconda (https://www.anaconda.com/docs/getting-started/miniconda/install#macos-linux-installation)?