-
The need for prebuilt libs stems from a couple of needs:
1. Large nightly testing might shave quite a few minutes if using pre-built shared libs. Yes, the testsuites can share the share libs, but u…
-
## Rationale
When running recover on an input file with a postprocessor name of the following:
`center_effective_creep_rate_inner`
Upon recover after the first step, libMesh reports:
Error…
-
Dear community,
I´ll try to install dealii onto three Ubuntu 16.04.6 machines and one 18.04.3 LTS machine with gcc 5.4.0 resp. gcc 7.3.0 and the build runs into an error while installing "trilinos"…
-
Platform: macOS 14.2 apple silicon
I am trying to use netcdf5 in a Tauri application. I'm starting with the basic print file example but it's running into issues at the build step with the followin…
-
CC: @ehazen, @7yl4r,
Hi @BobSimons,
Thank you, thank you for a great and useful product of ERDDAP focused on the many ways to slice, dice and represent data for a plethora of analysis and visua…
bbest updated
4 years ago
-
I have a large dataset with a variable I'm trying to read.
```python
dataset = netCDF4.Dataset(state)
var = dataset[flow]
print var
```
Shows the variable correctly:
```
float64 channelSurfa…
-
As a result of
https://github.com/iea-annex60/modelica-annex60/issues/82#issuecomment-67165096
we do now have two Weather Data Readers.
The version from Buildings has been added to Annex60 and is…
-
At the moment, we have a decent set of functionality to work with in-memory vector data cubes. What we do not have is a way of saving them to a disk and reading back again, apart from using `pickle` w…
-
In CODA, the dynamic definitions for netcdf use a scalar for netcdf attributes if there is only one element, and will use an array if there is more than one element. If we want to create a codadef whe…
-
(Jotting down some quick notes on this idea for now, not necessarily well thought out)
[inspect](https://docs.python.org/3/library/inspect.html#retrieving-source-code) is an amazing piece of the st…