scream
scream copied to clipboard
Exascale global atmosphere model written in C++ as part of the E3SM project
Add quick-n-dirty atm tend diag. Several things to improve TODO
this branch will be eventually reworked into a branch with clean history
We've seen this test fail for many days: `ERS_Ln90.ne30pg2_ne30pg2.F2010-SCREAMv1.pm-gpu_gnugpu.scream-small_kernels--scream-output-preset-5` and `ERP_Ln22.conusx4v1pg2_r05_oECv3.F2010-SCREAMv1-noAero.pm-gpu_gnugpu.scream-bfbhash--scream-output-preset-6` Trying to narrow down the issue, I see that it looks like it's the `scream-output-preset-5` that is likely the...
This PR adds functionality that allows a user to create a "multi-slice" subfield and gain access to the underlying view. That is, a multi-slice subfield is in contrast to the...
Currently, output files that are supposed to have 8 entries but only fill 4 before a restart (for example) will start the next job submission with a new output file....
I was looking at an EAMxx history file and noticed a number of the global attributes are potentially misleading. For example, IC and topo files were used in the simulation,...
This is based on a v3 LR (ne30pg2) experiment, with everything corrected in the recently identified bug. Some experiments were done. Documentation to follow. [Internal documentation of creating the new...
I'm running into a few scenarios where we would need global layout information rather than rank-local layout information (e.g., when printing the DAG, we prob don't care about the layout...
PR [# 2718 ](https://github.com/E3SM-Project/scream/pull/2718) added an emaxx interface to invoke MAM4xx aerosol-optics code. Because of two limitations in the emaxx infrastructure (see issues [# 2601](https://github.com/E3SM-Project/scream/issues/2601) and [# 2602]( https://github.com/E3SM-Project/scream/issues/2602)), we...
First of all, don't get discouraged by the number of files changed in this PR. Most mods are just changing the location of files included. The main goal of this...