forked from E3SM-Project/E3SM
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Impulse Response Function addition #2
Open
mark-petersen
wants to merge
134
commits into
E3SM-Ocean-Discussion:master
Choose a base branch
from
mark-petersen:irf
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
…t#4433) Add NERSC HTTPS server with E3SM container for CircleCI test and use Petrel HTTPS as a backup Based on the latest experience with the power outage at Argonne National Lab, this PR adds the NERSC HTTPS server as the main server that keeps the E3SM Singularity container. The CircleCI test script will fall back to the ANL ALCF Petrel HTTPS server if wget fails to download the container from the NERSC HTTPS server. The download time from the NERSC server seems to be 3 times smaller than from the ANL Petrel HTTPS server. Also remove old travis CI config files.
Added a new test test for perennial crops.
This adds a new test mod "eam-mmf_max_subcycle" that allows ERP tests to pass and updates MMF tests in integration suite. Fixes issue E3SM-Project#3477 [BFB] except for modified test names
…Project#4343) Added w_i, z3_i, mu_i, pnh to dyn grid output. [bfb]
XSmall @ 8 nodes of debug queue : 0.8 sypd Medium @ 128 nodes of default queue : 3.8 sypd
…4446) Add a Perl install on Theta and fix MCT builds with --host=cray configure. Also, add ne30-WC PE-layouts: - XSmall @ 8 nodes of debug queue : 0.8 sypd - Medium @ 128 nodes of default queue : 3.8 sypd Fixes E3SM-Project#4367 [BFB]
Add separate lines for icebergs to the cpl heat and water budgets Adds coupler budget lines for "hberg" and "wberg", corresponding to heat from icebergs and water from icebergs, to support cryo configurations with data icebergs (DIB). [BFB]
Enable E3SM on ANL Swing (replaces Blues' GPUs). Also update Scorpio for newer nvhpc compiler. [BFB]
xylar
pushed a commit
that referenced
this pull request
Sep 12, 2024
Addresses minor cleaning edits following second round of review
xylar
pushed a commit
that referenced
this pull request
Sep 12, 2024
xylar
pushed a commit
that referenced
this pull request
Sep 12, 2024
xylar
pushed a commit
that referenced
this pull request
Sep 12, 2024
xylar
pushed a commit
that referenced
this pull request
Oct 17, 2024
Implement the MAMDryDep::run_impl() function.
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.
This PR adds a new tracer group for Impulse Response Functions (IRFs), which are used to record the effects of each tendency term. The IRFs are reset to their original values of 1s and 0s at the end of each timestep. The time averages of the tendency terms for each IRF are saved for later analysis, to be used by implicit solvers to find equilibrium solutions and to speed up the spin-up process.