Skip to content

Commit 1027c45

Browse files
committed
Merge branch 'develop' into feature/numa
2 parents 5bc3537 + 7e6ffb3 commit 1027c45

File tree

1,321 files changed

+9996
-2295
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,321 files changed

+9996
-2295
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
labels: ["source: discussions", "build/porting"]
2+
body:
3+
- type: markdown
4+
attributes:
5+
value: |
6+
### Instructions
7+
Before submitting a new discussion please review the [ESMF User's Guide](https://earthsystemmodeling.org/doc/) and check for [existing discussions](https://github.com/orgs/esmf-org/discussions?discussions_q=).
8+
9+
**Note:** The ESMF Core Team continues to operate the [email protected] address. If you have privacy concerns posting to ESMF Discussions or if you prefer email then send us an email.
10+
- type: checkboxes
11+
attributes:
12+
label: Requirements
13+
options:
14+
- label: Reviewed [ESMF User's Guide](https://earthsystemmodeling.org/doc/)
15+
required: true
16+
- label: Searched [GitHub Discussions](https://github.com/orgs/esmf-org/discussions?discussions_q=)
17+
required: true
18+
- type: input
19+
id: affiliation
20+
attributes:
21+
label: Affiliation(s)
22+
description: "Are you affiliated with an organization?"
23+
placeholder: "NASA, NOAA, NRL, NSF-NCAR, University, ..."
24+
validations:
25+
required: false
26+
- type: input
27+
id: version
28+
attributes:
29+
label: ESMF Version
30+
description: "What version of ESMF are you using?"
31+
placeholder: "v0.0.0"
32+
validations:
33+
required: false
34+
- type: textarea
35+
id: question
36+
attributes:
37+
label: Issue
38+
description: "What is your question or issue?"
39+
placeholder: "enter issue here"
40+
validations:
41+
required: true
42+
- type: dropdown
43+
id: tag
44+
attributes:
45+
label: Autotag
46+
options:
47+
- "@oehmke"
48+
default: 0
49+
validations:
50+
required: true
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
labels: ["source: discussions", "product: ESMPy"]
2+
body:
3+
- type: markdown
4+
attributes:
5+
value: |
6+
### Instructions
7+
Before submitting a new discussion please review the [ESMPy Documentation](https://earthsystemmodeling.org/esmpy/) and check for [existing discussions](https://github.com/orgs/esmf-org/discussions?discussions_q=).
8+
9+
**Note:** The ESMF Core Team continues to operate the [email protected] address. If you have privacy concerns posting to ESMF Discussions or if you prefer email then send us an email.
10+
- type: checkboxes
11+
attributes:
12+
label: Requirements
13+
options:
14+
- label: Reviewed [ESMPy Documentation](https://earthsystemmodeling.org/esmpy/)
15+
required: true
16+
- label: Searched [GitHub Discussions](https://github.com/orgs/esmf-org/discussions?discussions_q=)
17+
required: true
18+
- type: input
19+
id: affiliation
20+
attributes:
21+
label: Affiliation(s)
22+
description: "Are you affiliated with an organization?"
23+
placeholder: "NASA, NOAA, NRL, NSF-NCAR, University, ..."
24+
validations:
25+
required: false
26+
- type: input
27+
id: version
28+
attributes:
29+
label: ESMF Version
30+
description: "What version of ESMF are you using?"
31+
placeholder: "v0.0.0"
32+
validations:
33+
required: false
34+
- type: textarea
35+
id: question
36+
attributes:
37+
label: Issue
38+
description: "What is your question or issue?"
39+
placeholder: "enter issue here"
40+
validations:
41+
required: true
42+
- type: dropdown
43+
id: tag
44+
attributes:
45+
label: Autotag
46+
options:
47+
- "@billsacks"
48+
default: 0
49+
validations:
50+
required: true
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
labels: ["source: discussions", "product: ESMX"]
2+
body:
3+
- type: markdown
4+
attributes:
5+
value: |
6+
### Instructions
7+
Before submitting a new discussion please review the [ESMX Guide](https://github.com/esmf-org/esmf/tree/develop/src/addon/ESMX) and check for [existing discussions](https://github.com/orgs/esmf-org/discussions?discussions_q=).
8+
9+
**Note:** The ESMF Core Team continues to operate the [email protected] address. If you have privacy concerns posting to ESMF Discussions or if you prefer email then send us an email.
10+
- type: checkboxes
11+
attributes:
12+
label: Requirements
13+
options:
14+
- label: Reviewed [ESMX Guide](https://github.com/esmf-org/esmf/tree/develop/src/addon/ESMX)
15+
required: true
16+
- label: Searched [GitHub Discussions](https://github.com/orgs/esmf-org/discussions?discussions_q=)
17+
required: true
18+
- type: input
19+
id: affiliation
20+
attributes:
21+
label: Affiliation(s)
22+
description: "Are you affiliated with an organization?"
23+
placeholder: "NASA, NOAA, NRL, NSF-NCAR, University, ..."
24+
validations:
25+
required: false
26+
- type: input
27+
id: version
28+
attributes:
29+
label: ESMF Version
30+
description: "What version of ESMF are you using?"
31+
placeholder: "v0.0.0"
32+
validations:
33+
required: false
34+
- type: textarea
35+
id: question
36+
attributes:
37+
label: Issue
38+
description: "What is your question or issue?"
39+
placeholder: "enter issue here"
40+
validations:
41+
required: true
42+
- type: dropdown
43+
id: tag
44+
attributes:
45+
label: Autotag
46+
options:
47+
- "@danrosen25"
48+
default: 0
49+
validations:
50+
required: true
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
labels: ["source: discussions", "product: ESMF"]
2+
body:
3+
- type: markdown
4+
attributes:
5+
value: |
6+
### Instructions
7+
Before submitting a new discussion please review the [ESMF Reference Manuals](https://earthsystemmodeling.org/doc/) and check for [existing discussions](https://github.com/orgs/esmf-org/discussions?discussions_q=).
8+
9+
**Note:** The ESMF Core Team continues to operate the [email protected] address. If you have privacy concerns posting to ESMF Discussions or if you prefer email then send us an email.
10+
- type: checkboxes
11+
attributes:
12+
label: Requirements
13+
options:
14+
- label: Reviewed [ESMF Reference Manual](https://earthsystemmodeling.org/doc/)
15+
required: true
16+
- label: Searched [GitHub Discussions](https://github.com/orgs/esmf-org/discussions?discussions_q=)
17+
required: true
18+
- type: input
19+
id: affiliation
20+
attributes:
21+
label: Affiliation(s)
22+
description: "Are you affiliated with an organization?"
23+
placeholder: "NASA, NOAA, NRL, NSF-NCAR, University, ..."
24+
validations:
25+
required: false
26+
- type: input
27+
id: version
28+
attributes:
29+
label: ESMF Version
30+
description: "What version of ESMF are you using?"
31+
placeholder: "v0.0.0"
32+
validations:
33+
required: false
34+
- type: textarea
35+
id: question
36+
attributes:
37+
label: Issue
38+
description: "What is your question or issue?"
39+
placeholder: "enter issue here"
40+
validations:
41+
required: true
42+
- type: dropdown
43+
id: tag
44+
attributes:
45+
label: Autotag
46+
options:
47+
- "@oehmke"
48+
default: 0
49+
validations:
50+
required: true
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
labels: ["source: discussions", "product: NUOPC"]
2+
body:
3+
- type: markdown
4+
attributes:
5+
value: |
6+
### Instructions
7+
Before submitting a new discussion please review the [NUOPC Reference Manual](https://earthsystemmodeling.org/doc/) and check for [existing discussions](https://github.com/orgs/esmf-org/discussions?discussions_q=).
8+
9+
**Note:** The ESMF Core Team continues to operate the [email protected] address. If you have privacy concerns posting to ESMF Discussions or if you prefer email then send us an email.
10+
- type: checkboxes
11+
attributes:
12+
label: Requirements
13+
options:
14+
- label: Reviewed [NUOPC Reference Manual](https://earthsystemmodeling.org/doc/)
15+
required: true
16+
- label: Searched [GitHub Discussions](https://github.com/orgs/esmf-org/discussions?discussions_q=)
17+
required: true
18+
- type: input
19+
id: affiliation
20+
attributes:
21+
label: Affiliation(s)
22+
description: "Are you affiliated with an organization?"
23+
placeholder: "NASA, NOAA, NRL, NSF-NCAR, University, ..."
24+
validations:
25+
required: false
26+
- type: input
27+
id: version
28+
attributes:
29+
label: ESMF Version
30+
description: "What version of ESMF are you using?"
31+
placeholder: "v0.0.0"
32+
validations:
33+
required: false
34+
- type: textarea
35+
id: question
36+
attributes:
37+
label: Issue
38+
description: "What is your question or issue?"
39+
placeholder: "enter issue here"
40+
validations:
41+
required: true
42+
- type: dropdown
43+
id: tag
44+
attributes:
45+
label: Autotag
46+
options:
47+
- "@danrosen25"
48+
default: 0
49+
validations:
50+
required: true
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
labels: ["source: discussions"]
2+
body:
3+
- type: markdown
4+
attributes:
5+
value: |
6+
### Instructions
7+
Before submitting a new discussion please review the [ESMF Documentation](https://earthsystemmodeling.org/doc/) and check for [existing discussions](https://github.com/orgs/esmf-org/discussions?discussions_q=).
8+
9+
**Note:** The ESMF Core Team continues to operate the [email protected] address. If you have privacy concerns posting to ESMF Discussions or if you prefer email then send us an email.
10+
- type: checkboxes
11+
attributes:
12+
label: Requirements
13+
options:
14+
- label: Reviewed [ESMF Documentation](https://earthsystemmodeling.org/doc/)
15+
required: true
16+
- label: Searched [GitHub Discussions](https://github.com/orgs/esmf-org/discussions?discussions_q=)
17+
required: true
18+
- type: input
19+
id: affiliation
20+
attributes:
21+
label: Affiliation(s)
22+
description: "Are you affiliated with an organization?"
23+
placeholder: "NASA, NOAA, NRL, NSF-NCAR, University, ..."
24+
validations:
25+
required: false
26+
- type: input
27+
id: version
28+
attributes:
29+
label: ESMF Version
30+
description: "What version of ESMF are you using?"
31+
placeholder: "v0.0.0"
32+
validations:
33+
required: false
34+
- type: textarea
35+
id: question
36+
attributes:
37+
label: Issue
38+
description: "What is your question or issue?"
39+
placeholder: "enter issue here"
40+
validations:
41+
required: true
42+
- type: dropdown
43+
id: tag
44+
attributes:
45+
label: Autotag
46+
options:
47+
- "@anntsay"
48+
default: 0
49+
validations:
50+
required: false
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
labels: ["source: discussions", "performance"]
2+
body:
3+
- type: markdown
4+
attributes:
5+
value: |
6+
### Instructions
7+
Before submitting a new discussion please review the [ESMF Reference Manuals](https://earthsystemmodeling.org/doc/) and check for [existing discussions](https://github.com/orgs/esmf-org/discussions?discussions_q=).
8+
9+
**Note:** The ESMF Core Team continues to operate the [email protected] address. If you have privacy concerns posting to ESMF Discussions or if you prefer email then send us an email.
10+
- type: checkboxes
11+
attributes:
12+
label: Requirements
13+
options:
14+
- label: Reviewed [ESMF Reference Manual](https://earthsystemmodeling.org/doc/)
15+
required: true
16+
- label: Searched [GitHub Discussions](https://github.com/orgs/esmf-org/discussions?discussions_q=)
17+
required: true
18+
- type: input
19+
id: affiliation
20+
attributes:
21+
label: Affiliation(s)
22+
description: "Are you affiliated with an organization?"
23+
placeholder: "NASA, NOAA, NRL, NSF-NCAR, University, ..."
24+
validations:
25+
required: false
26+
- type: input
27+
id: version
28+
attributes:
29+
label: ESMF Version
30+
description: "What version of ESMF are you using?"
31+
placeholder: "v0.0.0"
32+
validations:
33+
required: false
34+
- type: textarea
35+
id: question
36+
attributes:
37+
label: Issue
38+
description: "What is your question or issue?"
39+
placeholder: "enter issue here"
40+
validations:
41+
required: true
42+
- type: dropdown
43+
id: tag
44+
attributes:
45+
label: Autotag
46+
options:
47+
- "@oehmke"
48+
default: 0
49+
validations:
50+
required: true

0 commit comments

Comments
 (0)