-
In #73 we came up with 4 new wind CF variable names: (I approved this before the final choice for the names was chosen!)
I apologize to all concerned who have been implementing the new variables …
-
Normally when a function has multiple arguments one can pattern match with multiple arguments like this:
```unison
test: Nat -> Nat -> Nat
test = cases x, y -> x + y
> test 1 2
```
But onc…
-
Maybe similar to this (when using streamfunction-vorticity again): https://github.com/Ceyron/machine-learning-and-simulation/blob/main/english/simulation_scripts/taylor_green_turbulence.jl
-
Use depth-density, density-lat stream function to isolate the lat, depth and density classes of the AABW maximum, as well as the strength of the AABW.
-
CPC has requested 200-hPa velocity potential and streamfunction to be included in the SFS product list. Currently, UPP lacks the capability to output them. Huiya has located the source code from the o…
-
Approximately steady state circulation in warm and cold cavities - are there differences between models? Are these explained by the sponge, geometry or resonance in the domain ([Zhao et al., 2022 ](ht…
-
Add a annotation StreamFunction, indicate some function is used in stream. Avoid centralized configuration of spring.cloud.function.definition
For example:
`
@Bean
@StreamFunction
public Function…
-
Request from CPC:
- [ ] 200-hPa velocity potential
- [ ] streamfunction
- [x] Helicity" (HLCY3000_0m, 0-3000 m above ground)
- [x] Total sky downward direct radiation at the surface
- [x] subsu…
-
Hi Mikael.
Based on shenfun, I have been able to implement a fairly efficient solver for two-dimensional decaying turbulence in a doubly-periodic domain which I eventually plan to use for part of m…
-
### Description
Consider the code below.
```bal
type Period record {
string date;
SomeClass[] someClass;
};
type TimeData record {
string date;
string section;
string…