Elynn Wu
Elynn Wu
We extend the ability to run MLCorrection unit test to pm-cpu. A shared python venv is installed under `$CFS/e3sm/eamxx-ml/` and can be loaded through module load to play nicely with...
I noticed variables such as `T_mid_at_850hPa` has values of `2.8356864e+33`, when the fill value for this variable is `3.4028236e+33`. In fact, for this specific case, there're multiple values in the...
When requesting a tendency field of X, we currently only check that X was updated and not the parent field of X. This leads to inconsistent results. For example, when...
After merging PR #2442, we ran into issues on machines including perlmutter, ascent, and crusher during nightly tests. But we did get through on mappy. We subsequently fixed the issue...
ne120 F2010-SCREAMv1 has negative pressure thickness at the bottom 2 layers, causing the simulation to crash on month 2010-06-02. I'm running master + 3 pending PRs that make changes to...
`p_mid` is removed from nudging. However, in atmosphere nudging, we still need to use the internal `p_mid` to `perform_vertical_interpolation`.
## Purpose This PR extends checkpointers to Physics and glue code and enables driver tests for multistep checkpoints. ## Code changes: - Provide a list of relevant code changes and...
## Purpose This PR adds driver-in/out checkpointer. Currently also supports non orchestrated backends and only tested using numpy. ## Code changes: - checkpoint: added checkpoint selector to expose checkpoint type...
In this PR, we add the capability of running ML correction on GPU. The call to the python code differs due to how pybind11 handles the exchange. On cpu, we...