Jordan Benjamin

Results 6 issues of Jordan Benjamin

## Purpose Add SOCRATES as a test case option. There are 6 flights/test cases `[01, 09,10,11,12,13]` forced either entirely with ERA5 data or partially with flight observations. The forcing files...

## Purpose This adds back in the supersaturation relaxation nonequilibrim microphsyics option... It also implements the framework for the SOCRATES test case with time varying forcings (like those made in...

Since `EnsembleKalmanProcesses.ParameterDistributions` provides `constrained_gaussian`, it would be nice to allow some sort of `constrained_σ` instead of `unconstrained_σ` in the prior configuration. While `constrained_σ = unconstrained_σ` works when using `no_constraint()`, -...

I am trying to run `TurbulenceConvection.jl` simulations whose reference should be observations. Although I need to specify the relevant time period for the output from the TC.jl runs, the observations...

Similar to #97 , `integrate()` does not respect spline boundary conditions Example: ``` using Dierckx FT = Float64 x = FT[0,1]; y = FT[1,1]; spl = Dierckx.Spline1D(x, y, k=1; bc="extrapolate");...