Walter Hannah
Walter Hannah
The explicit scalar momentum transport (ESMT) and CRM variance transport (VT) options have been in the "experimental" phase for quite awhile, but now that papers have been submitted verifying that...
I ran into this problem while trying to develop an RCE compset for E3SM. The valid temperature range for RRTMGP goes down to 180K, but for whatever reason when running...
This fixes a confusing bug that only occurs when running E3SM-MMF on many nodes (~1000) on Summit. I verified that adding explicit bounds to the value initialization in modal_aero_wateruptake_dr fixes...
This bug only applies to the first time step. These values have always been uninitialized, but somehow never caused a problem. While running a ne120 MMF case in debug mode...
While trying to test the planned Gordon Bell configuration on Frontier I initial ran into various build errors, but many of them were fixed by merging in the [simulations/cess-production](https://github.com/E3SM-Project/scream/tree/simulations/cess-production) branch...
EAM has the ability to create an initial condition file at specfied frequency via the `inithist` namelist variable. It would be useful to implement similar functionality in SCREAM in order...
Zeshaun and I were talking about reducing the amount of output while runnin the diagnostics. Here's an example of the output for a random variable: ```Variable: TGCLDLWP_OCN Selected region: global...
This provides some minor fixes for the recent zonal mean output capability. The most notable change is in how the zonal mean vertical velocity and theta are modified. [non-BFB] (except...
This brings in several updates and fixes for the PAM CRM used in the MMF2 compsets to improve stability and throughput. Some of these required updates to the PAM submodule,...
When trying to build `homme_tool` on Perlmutter I hit hundreds of lines of linker errors. After some trial and error I confirmed that adding `-lstdc++` to the linker line fixed...