Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to latest E3SM master #96

Closed
wants to merge 289 commits into from
Closed

Update to latest E3SM master #96

wants to merge 289 commits into from

Conversation

philipwjones
Copy link

This PR updates the Omega fork to the latest E3SM master to bring in recent changes to E3SM infrastructure

Checklist

  • Documentation:
    • Documentation has been built locally and changes look as expected
  • Testing
    • A comment in the PR documents testing used to verify the changes including any tests that are added/modified/impacted.
    • CTest unit tests for new features have been added per the approved design.
    • Polaris tests for new features have been added per the approved design (and included in a test suite)
    • Unit tests have passed. Please provide a relevant CDash build entry for verification.
    • Polaris test suite has passed

Fixes #54

xylar and others added 30 commits June 13, 2023 10:02
Add metadata design doc to table of contents
Disable most linting until we have CMake build and modify clang-format style
added initial IO design docs for Omega

 - includes an IOStreams capability and a lower level IO interface
 - added the IO designs to the main doc index
 - modified requirement to include overwriting portions of a file, in response to review
  - updated formatting to match OMEGA doc formatting
  - some minor changes in response to reviews
  - added another unit test
  - added the doc to the overall document index
* add OMEGA data types and YAKL arrays

  - includes source header defining all supported OMEGA data types
  - includes user and developer documentation sections
  - includes a unit test that tests both the expected size of
    standard types and the creation of YAKL host and device arrays
  - doxygen comments have been added
  - minor changes were made after review and linter results
initial cmake-based setup for Omega build

* adds CMakeLists.txt files to build external libraries, Omega model and test
* adds dummy source files as placeholders for Omega model and tests
* Adds user-guide and developer-guide for Omega build

---------

Co-authored-by: Xylar Asay-Davis <xylarstorm@gmail.com>
Co-authored-by: Youngsung Kim <kimy@ornl.gov>
…ers (#26)

add MachEnv code for MPI and other machine environment variables

  - includes source code and a unit test
  - includes sections for User and Developer guides
One code block is type `yaml`, not `yakl`.

Sphinx doesn't understand type `vbnet` and I don't think this
is correct for the CMAKE variable descriptions in any case.
Fix two small issues with the docs
This should fix "There was an issue sorting changed files from Github"
Update version of file-changes-action to 1.2.4
…omega0-sw

Omega-0 Design Document: Requirements and Testing only

This PR adds the design document for Omega-0, which will solve the shallow water equations with identical vertical layers and inactive tracers. It only includes the sections on Overview, Requirements, and Testing. Sections on Algorithmic Formulation and Design will be added in a subsequent PR.
This merge add the basic logging capabilities for Omega. These includes:

* saving log in a log file in a build directory or to a user specified path.
* Logging macros whose name starts with "LOG_"
* Multiple logging levels: TRACE, DEBUG, INFO, WARN, WARN, ERROR, and CRITICAL
* Custom log formatter for YAKL data types(experimental yet)
Adds the basic logging capabilities for Omega
amametjanov and others added 23 commits June 4, 2024 21:38
Refactors the Omega build to collect build configurations from the E3SM case
Add auxiliary variables design document
ctest checks return code instead of PASS or FAIL output
Co-authored-by: Hyun-Gyu Kang <47987430+hyungyukang@users.noreply.github.com>
…omega0-time-stepping

Time Stepping Design Doc
@philipwjones philipwjones requested review from xylar and grnydawn July 8, 2024 20:04
@philipwjones philipwjones self-assigned this Jul 8, 2024
Copy link

github-actions bot commented Jul 8, 2024

PR Preview Action v1.4.7
🚀 Deployed preview to https://E3SM-Project.github.io/Omega/pr-preview/pr-96/
on branch gh-pages at 2024-07-08 20:06 UTC

@philipwjones
Copy link
Author

Argh. Tried to use the sync button on github that has worked in the past, but this doesn't look right...I'll close this and try again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants