scream icon indicating copy to clipboard operation
scream copied to clipboard

Exascale global atmosphere model written in C++ as part of the E3SM project

Results 100 scream issues
Sort by recently updated
recently updated
newest added

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...

priority:wishlist
CIME

@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...

bug
Turbulent Mountain Stress (TMS)

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...

infrastructure
priority:wishlist

Currently, if you do `./xmlchange SCREAM_HACK_XML=TRUE`, you can then manually edit the namelist_defaults.xml file, and be sure that buildnml won't overwrite it (in particular, any atmchange call will have no...

help wanted
discussion
scripts

With Sep28th checkout of cess branch, Chris T sees error below on ~8th day of ne1024 case. ``` 14896: /autofs/nccs-svm1_home1/terai/SCREAM/code_with_shoc_energy_fix_230927/components/eamxx/src/share/atm_process/atmosphere_process.cpp:442 14896: Error! Failed post-condition property check (cannot be repaired). 14896:...

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...

bug

With scream master of Sep 12th, I see an error with a ne256 Cess-like test on pm-gpu. I have already reproduced the error with a different case and it fails...

pm-gpu
simulation Cess 2023

Our struggle tracking down the problem in #2534 suggests we need to improve our ad-driven tests. In particular, we do not check for consistency across runs. For CPU builds, we...

enhancement
testing

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...

help wanted

micro_liq_ice_exchange, micro_vap_ice_exchange, and micro_vap_liq_exchange are diagnostic outputs from p3. They are not used for anything within the code. They exhibit roundoff-level differences in ERS tests. We should fix this, but...

bug