Ignacio Lopez-Gomez

Results 14 issues of Ignacio Lopez-Gomez

### Description The application of DG filters to conservative variables, e.g. `"energy.ρe"`, can lead to grid imprinting in specific variables per unit mass, such as the potential temperature θ. This...

AtmosDycore

I tried using the SparseInversion algorithm instead of Inversion for an integration test in [CEDMF.jl](https://github.com/CliMA/CalibrateEDMF.jl/pull/272), and I run into a `SingularException` in [L111](https://github.com/CliMA/EnsembleKalmanProcesses.jl/blob/main/src/SparseEnsembleKalmanInversion.jl#L111). The configuration used for the integration test...

robustness

For users that want to learn complex parameters (e.g., coefficients within an FNO), it would be useful to generalize the algorithms to directly allow them to work with complex numbers....

enhancement

The current definition of the LES_driven_SCM, - [x] 1. ~~**Initializes** the SCM profiles as the average over the last 6 hours in LES. [Cases.jl]~~ **Initializes** the SCM profiles as the...

Now that we have a pipeline for parameter calibration, it should be easy enough to improve our parameterization of updraft surface area fraction, which currently is: ``` a_surf = C...

enhancement

PR #1238 introduces an adjusted truncated mesh to substitute the previous implementation we had. However, there is no need to do this in TC.jl or use `TC.Grid` objects in the...

house cleaning :broom:

Even though we still have the [user-facing option](https://github.com/CliMA/TurbulenceConvection.jl/blob/main/driver/common_spaces.jl#L53) to use a truncated GCM mesh: ``` truncated_gcm_mesh = TC.parse_namelist(namelist, "grid", "stretch", "flag"; default = false) ``` we are currently [enforcing](https://github.com/CliMA/TurbulenceConvection.jl/blob/main/driver/common_spaces.jl#L76) a...

bug

- The branch you should merge changes to is called `theta-var`. When creating PRs, remember to specify the target branch as `theta-var`. - The test suite seems to run as...

Workflow :gear: :ocean:

The pressure and entrainment closures make use of `updraft_top` in their implementation, measured from `z=0`. However, at least for the pressure closure, the ansatz written in the papers contained the...

Correctness :pencil2:

Many of the buildkite tests now fail randomly due to an error that originates in the use of Distributed. An example of this error is: ``` Stacktrace: --   | [1]...

help wanted
Continuous Integration :gear: