forked from E3SM-Project/E3SM
-
Notifications
You must be signed in to change notification settings - Fork 5
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 - quick start mesh sym links #157
Closed
alicebarthel
wants to merge
3,864
commits into
E3SM-Project:master
from
alicebarthel:omega-doc-correction
Closed
Omega doc correction - quick start mesh sym links #157
alicebarthel
wants to merge
3,864
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
This is an attempt to assure atm.log (EAM) and homme_atm.log (EAMxx) get full output when the dycore calls MPI_Abort.
…_kok_rrt Revert Kokkos rrtmgp
Besides not adding much, when used in cime-nml-tests, as part of finding matches to atmchange, it messes up future searches
Before we had two styles, 'short', and 'full'. The former only printed the leaf name, the latter printed the full scope. I changed those to 'node-name' and 'full-scope', and added a new style called 'parent-scope', which only adds one parent to the scope of the name. These types are used by default for: - node-name: when printing recursively - full-scope: when using --grep (unless the grep matches a non-leaf node, in which case the nested values are printed with node-name format) - parent-scope: the default when printing a parameter
…-Project#6643) Correct ocean conservation check settings Currently, the ocean conservation check analysis member overwrites the first entry in the file with a zero after restarts for some variables. This PR corrects this behavior so that the first day's entry in a monthly conservation check file is identical between continuous runs and a run with a restart break. Adds a new mpaso testdef and corresponding stealth test. Fixes E3SM-Project#6642 [NML] for some mpaso resolutions [BFB]
…/eamxx/atmmanip-any Automatically Merged using E3SM Pull Request AutoTester PR Title: Change handling of multiple matches in atmchange/atmquery PR Author: bartgol PR LABELS: enhancement, AT: AUTOMERGE, scripts
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.