Nic Wayand
Nic Wayand
When trying to spin up a new Fargate cluster following @rsignell-usgs 's [example](https://github.com/rsignell-usgs/sagemaker-fargate-test/blob/master/README.md), I have to manually delete the log group in cloudwatch, or I get an error message: `ResourceAlreadyExistsException:...
This is a great set of tools. Any chance you could provide some example code on how to make some basic plots? Thanks, Nic
I get "Connection reset by peer" randomly when downloading ECMWF files from MARS via the python api. I have a script that submits 20 at a time (max MARS queue...
```python import xarray as xr import numpy as np import pandas as pd # Create test data ds = xr.Dataset() ds.coords['lon'] = np.arange(-120,-60) ds.coords['lat'] = np.arange(30,50) ds.coords['time'] = pd.date_range('2018-01-01','2018-01-30') ds['AirTemp']...
netcdf files will be easier to work with than individual tiffs, especially for multiple year/scenario simulations. Also _should_ be more space efficient. Should be able to use the same vtu2geo...
Would allow testing at snow study sites across the world (not easily fitting within one mesh).
This will allow restart of long runs after we get a crash. Also, for forecast runs, we will not have to run long spin up periods, but can just restart...
Allow optional input to mesher to define points, a parameter name, and a value to overwrite the default values. Example: we want to set output points at known stations to...
This module applies the Marty et al. 2002 lapse rate of 2.8 W/m^2 / 100 meters to longwave from obs forcing. Longwave_from_obs is NOT descriptive of this adjustment and can...
Allows better control of interpolation of different variables when dealing with sparse forcing data.