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

Omega doc correction - meshes symlinks #6744

Closed

Conversation

alicebarthel
Copy link
Contributor

The Omega quick start guide had a minor mistake in the command for the meshes symlinks.
Correct syntax is:
ln -sf ../global_test_mesh.nc test/OmegaSphereMesh.nc
or

cd test
ln -sf  ../global_test_mesh.nc OmegaSphereMesh.nc

I proposed the latter because of its readability.

sbrus89 and others added 30 commits July 22, 2024 12:46
…eanup

Update recent unit test drivers with changes in logging and fix linting in old design docs
This is needed on machines that don't have a default project
in order for the `create_newcase` command to work in the Omega
build.
…roject

Add `OMEGA_CIME_PROJECT` cmake variable
New libraries have been built for a new version of Polaris.  The
version of Metis/Parmetis in these builds now uses 64-bit integers,
required for correctly partitioning large meshes.
…docs

Update paths Metis/Parmetis libraries
  Modified the dimension read in the base IO to return both length, ID
  Removed the precision in base IO since it is not used at that level
  Some formatting changes to please the linter
Changes IO dimension inquiry and removes precision at base IO level
…or-static

Refactor creation of static variables
mwarusz and others added 27 commits October 31, 2024 19:43
  Model clock and time information is best handled in the
  time stepper. This allows the clock, and various alarms to
  be carried between init and run methods and is needed to better
  support other capabilities like streams that use alarms. The commit:
  - adds a clock, timestep, end alarm and time info to the TimeStepper class
  - splits the TimeStepper construction to better support the split
    initialization of the default time stepper
  - moves the clock advance into the doStep method
  - updates documentation
  - modifies some formatting
…recision

Enable building and testing Omega in single precision
Add clock and time info to Omega TimeStepper
@alicebarthel alicebarthel marked this pull request as draft November 12, 2024 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.