Spencer Hill

Results 69 issues of Spencer Hill

I was considering using blogofile and blogofile_blog, but I'm hesitant because I see there haven't been any new commits in ~1 yr for either. Are the two projects still alive/actively...

Couldn't find this in the docs, settled on the following to e.g. double CO2: ```python radproc = climlab.radiation.RRTMG(...) radproc.absorber_vmr["CO2"] *= 2 ``` It seems to work, but I wanted to...

documentation

I was trying to make `FixedInsolation` instances representing different latitudes (for the daily-averaged insolation on a given day of the year). Using the `coszen` I generated using the `daily_insolation` function,...

enhancement

Searching through the docs and source code, I can't figure out how to specify initial conditions for an RCE model (either a single column or lat-by-lat). Motivation: I am exploring...

enhancement
documentation

(Not sure if this is best filed in this repo or https://github.com/Unidata/netcdf-c) Our CI test suite has recently yielded errors from netCDF4, and @spencerkclark has pinpointed libnetcdf 4.5.0 as the...

Recently in the xarray mailing list ([here](https://groups.google.com/forum/#!topic/xarray/1-mzcXQNVII)) and in aospy ([here](https://github.com/spencerahill/aospy/pull/273#discussion_r191439050)) the need has arisen for the partial datetime string parsing that is currently implemented in xarray as private API,...

help wanted

In starting to play around with intake (motivated by #318), which uses yaml files to specify data catalogs, it occurred to me that we could reduce boilerplate and thus make...

discussion
data loaders

Even though the HTML files are being built successfully, there are some python errors in the code blocks we have embedded in the docs: https://dev.azure.com/spencerahill/aospy/_build/results?buildId=26&view=logs. For example: ```python WARNING:root:Skipping aospy...

documentation

I created one: https://github.com/aospy Maybe that looks more professional than having it just on my account? Also, maybe this matters now that we're switching to Azure and the CI jobs...

question

I want to use `Region`'s functionality on some non-aospy-generated data, but it doesn't have a separate surface area array, which we currently assume. So we should add support for inferring...

Region