forked from GEOS-ESM/swell
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathr2d2_credentials.yaml
More file actions
33 lines (29 loc) · 957 Bytes
/
Copy pathr2d2_credentials.yaml
File metadata and controls
33 lines (29 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# R2D2 credentials file template
# Save this as ~/.swell/r2d2_credentials.yaml
# Set permissions: chmod 600 ~/.swell/r2d2_credentials.yaml
# Two formats are supported:
#
# 1. Single server — put credentials at the root level:
#
# user: your_username
# api_key: your_api_key
# r2d2_host: discover-gmao
# r2d2_compiler: intel
#
# 2. Multiple servers — use named profiles and set r2d2_server in experiment.yaml:
gmao_server:
user: your_username
api_key: your_api_key
r2d2_host: discover-gmao
r2d2_compiler: intel
r2d2_server_host: "http://13.217.72.149"
r2d2_server_port: "8080"
### If using the S3 data store, also add these AWS credentials
# aws_access_key_id: your_aws_access_key_id
# aws_secret_access_key: your_aws_secret_access_key
# aws_session_token: your_aws_session_token
jcsda_server:
user: your_username
api_key: your_api_key
r2d2_host: discover-gmao
r2d2_compiler: intel