Enable Swell to use GMAO AWS R2D2 server and S3 data store#734
Open
Enable Swell to use GMAO AWS R2D2 server and S3 data store#734
Conversation
mer-a-o
reviewed
Mar 16, 2026
| Then source them to load R2D2 and set environment variables: | ||
|
|
||
| ```bash | ||
| source load_r2d2.sh |
Contributor
There was a problem hiding this comment.
what is this lind in load_r2d2.sh?
# load spack-stack modules
mod_swell
Member
Author
There was a problem hiding this comment.
It initializes the spack-stack on Discover so that the subsequent module load r2d2-client/... command works. Is this alias (mod_swell) defined for you? I assume it's not for most people, so I'll need to change it.
Member
Author
|
The AWS R2D2 server is up and running from 8:30am EST to 5:30pm EST on weekdays. Lifetime values and model names have been registered in the database with the following configuration: Lifetimes:
Models:
Please follow the instructions in the configuration guide to test against the server. Let us know if you run into any issues or have questions. |
This file contains hidden or 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
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.
Description
AWS R2D2 server is ready and configured for GMAO users. Users and API keys can be created, and Swell can use this server to ingest and fetch observations via S3 instead of the JCSDA server and Discover local storage.
See the configuration guide for setup steps, example configs and IngestObs test commands.
Closes #733