-
Hi, thanks a lot for your help at #391 . Now, I have run a shallow water model like:
``` julia
spectral_grid = SpectralGrid(trunc=511,nlev=1)
initial_conditions = StartFromRest()
output = OutputWr…
-
Hi, It's awesome work here! I want to run a global shallow water model, and I'm reading the documentation. Now, I can run the example like this:
``` julia
using SpeedyWeather
spectral_grid = Spectr…
-
### Discussed in https://github.com/dankelley/oce/discussions/2190
Originally posted by **mdupilka** February 17, 2024
Hi,
I use the OCE package regularly to map meteorology fields for my wor…
-
**Description**
ATMA works for cycling, and S2SW supposedly works (pinging @guillaumevernieres to be sure), so we should be able to run S2SWA fully coupled in cycled mode and not just free-forecast
…
-
The documentation for geo_strf_dyn_height says that p_ref can be a "float or array-like". However, if this function is given a numpy array, it leads to the error:
"""
File "/users/modellers/ledm…
-
When using xarray.DataArray as inputs for gsw.geo_strf_dyn_height, the result is only NaNs.
Do you have any idea why this is so?
# Example
```python
import gsw
a = [0,1,2]
print(gsw.geo_strf_d…
-
I've tried using both conda and pip to install gsw, but the build is failing.
Any ideas what the issue might be?
I am running Python 3.9.7, pip 21.2.4 and conda 4.10.3
Here is the error log when …
-
When running test suite (yes, perhaps you are right in #39 and it is an hopeless effort) on 32bit machine (see
[build log](https://github.com/TEOS-10/GSW-Python/files/2232254/_log.txt)) I get this o…
mcepl updated
2 years ago
-
Hello,
I try to use the geo_strf_dyn_height function in geostrophy.py, but it didn't work if p_ref is above the shallowest pressure. I think the code "if pgood[0] < p_ref:" means that p_ref is belo…