-
Notifications
You must be signed in to change notification settings - Fork 385
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
alicebarthel
wants to merge
590
commits into
E3SM-Project:master
from
alicebarthel:omega-doc-correction
Closed
Omega doc correction - meshes symlinks #6744
alicebarthel
wants to merge
590
commits into
E3SM-Project:master
from
alicebarthel:omega-doc-correction
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add state class
…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
Several small fixes to the docs
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
Add AuxiliaryState class
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
…el-change Omega/state time level change
Add clock and time info to Omega TimeStepper
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
I proposed the latter because of its readability.