-
### Name and Institution (Required)
Name: S. M. Anas Ali (preferred name Anas)
Institution: University of Toronto, Department of Physics
### Confirm you have reviewed the following documentatio…
-
In anticipation of future work on #15, it may be wise to define more explicitly the boundary between the 'user' ('public') side and the internal ('private') PyFVTool code. Standardizing the way PyFVT…
-
Related to issue #3: we may consider to allow the user to specify their own (explicit) Runge-Kutta advection scheme by providing a Butcher Tableau.
(Euler, RK2 and RK4 are then just pre-programmed…
-
I started to look at the LENS AWS data. I discovered there is very little available
```python
import intake_esm
import intake
url = 'https://raw.githubusercontent.com/NCAR/cesm-lens-aws/master/i…
-
**Description**
Based on flight trajectory, create a model of where a contrail "might be" based on advection.
We'd have to make assumptions about spreading and sedimentation, but these could be…
-
Hi !
I am currently trying to advect particles (3D advection) from the North-Atlantic to the Arctic with MOM5 velocity fields (outputs from GFDL CM2.5 and CM2.6 models runs). My grid is curvilinear…
-
Perhaps stochastic: displace particles by sampling from TI * w (or local velocity) uniformly at random, or with some probabilities -- could be considered as an additional source term, or added within …
-
On Julia 1.10 users are met with an ~~avalanche~~ tsunami of warnings
```
warning: /Users/gregorywagner/.julia/packages/KernelAbstractions/WoCk1/src/extras/loopinfo.jl:28:0: loop not unrolled: the…
-
The partitioning of flow and transport simulations has been tested on simple models, but we would like to try it on a more complex, real-world simulation. For that we can use Teun's model, which can b…
-
Hi @boyceg ,
We have ```PhaseChangeHierarchyIntergrator (PCHI)``` derived from ```AdvDiffSemiImplicitHierarchyIntegrator (ADSIHI)``` class. The derived class PCHI calls the ```ADSIHI::integrateHier…