AaronDonahue
AaronDonahue
This update reflects the new directory structure for storing input data to E3SM runs. The switch from `climdat` to `e3sm` in the dir name.
This commit adds a precipitation adjustment in cases where the ml-correction is applied to qv. We interpret the hard adjustment of qv in the column as an attempt by ML...
This commit adds the cmake flags to turn on ml-correction, already used on Livermore Computing machines, to the perlmutter machine files. I have manually tested that this compiles and works...
With the changes we made to support `U` and `V` as nudging fields it looks like we've lost support for `horiz_winds` as a nudging field. This is an issue for...
I was explaining how to determine the number of subcycles a specific process is running in EAMxx to someone and it occurred to me that it would be nice to...
@elynnwu discovered this when running a restart w/ latest master but with an older restart file. The restart initialization went looking for SGH in the restart file. A little digging...
This is less of an issue and more of a question. In the scream_input.yaml file we are able to specify a constant initial value for a field by adding it...
Currently the amount of information that is printed to one of the logs in a scream run is very minimal. In contrast, EAM prints quite a bit of information. This...
The following fields from rrtmgp are non-BFB when comparing outputs from two identical runs: `sfc_flux_dif_nir`, `sfc_flux_dir_nir`, `sfc_flux_dif_vis` and `sfc_flux_dir_vis`. This has been confirmed by running the `monolithic_vs_restarted` test (which FAILS)...
Would it be possible to deactivate the AUTOMERGE label if a PR also has the Non-BFB label? Or just deactivate the AUTOMERGE ability? Typically, we wouldn't expect both labels to...