-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
This merge brings PR #2318 (K. Travis chemistry updates, based off version 14.3.0) up-to-date with PR #2352 (J. Brewer chemistry updates for ALK4, R4N2). Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
- Loading branch information
Showing
265 changed files
with
17,200 additions
and
64,612 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,136 @@ | ||
name: Bug or Issue Report | ||
description: Report a bug or issue with GEOS-Chem | ||
title: "Put a one-line description here" | ||
labels: ["category: Bug"] | ||
body: | ||
- type: input | ||
id: name | ||
attributes: | ||
label: Your name | ||
validations: | ||
required: true | ||
- type: input | ||
id: affiliation | ||
attributes: | ||
label: Your affiliation | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: What happened? What did you expect to happen? | ||
placeholder: Describe your issue | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: steps-to-reproduce | ||
attributes: | ||
label: What are the steps to reproduce the bug? | ||
placeholder: Explain what you did | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: log-files | ||
attributes: | ||
label: Please attach any relevant configuration and log files. | ||
description: Drag and drop files like the GEOS-Chem log file, geoschem_config.yml, HEMCO_Config.rc, HISTORY.rc, and build_info/summarize_build here. You may need to rename files to end in .txt first. | ||
validations: | ||
required: false | ||
- type: input | ||
id: version | ||
attributes: | ||
label: What GEOS-Chem version were you using? | ||
placeholder: e.g. 14.4.0 | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: machine | ||
attributes: | ||
label: What environment were you running GEOS-Chem on? | ||
multiple: true | ||
options: | ||
- Local cluster | ||
- AWS | ||
- Personal computer | ||
- Other (please explain below) | ||
validations: | ||
required: true | ||
- type: input | ||
id: compiler-version | ||
attributes: | ||
label: What compiler and version were you using? | ||
placeholder: e.g. gcc 10.2.0, ifort 19.0.5.281 | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: implemenation | ||
attributes: | ||
label: Will you be addressing this bug yourself? | ||
description: If Yes, please also assign this issue to yourself (if possible) | ||
multiple: false | ||
options: | ||
- "Yes" | ||
- "Yes, but I will need some help" | ||
- "No" | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: configuration | ||
attributes: | ||
label: In what configuration were you running GEOS-Chem? | ||
description: If you are experiencing issues with GEOS-Chem in an external model, please contact that model's support. This repository is for tracking issues related to the GEOS-Chem science code base. | ||
multiple: false | ||
options: | ||
- GCClassic | ||
- GCHP | ||
- Other (please explain in additional information section below) | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: simulation | ||
attributes: | ||
label: What simulation were you running? | ||
description: If using full chemistry, specify extra options like benchmark, complexSOA, etc. in the additional information section below | ||
multiple: false | ||
options: | ||
- Full chemistry | ||
- Aerosol | ||
- Carbon | ||
- Hg | ||
- POPs | ||
- TagO3 | ||
- TransportTracers | ||
- Trace metals | ||
- CH4 | ||
- CO2 | ||
- TagCO | ||
validations: | ||
required: true | ||
- type: input | ||
id: resolution | ||
attributes: | ||
label: As what resolution were you running GEOS-Chem? | ||
description: If running a nested grid simulation, please also specify the region. | ||
placeholder: "e.g. 4x5, 2x2.5, 0.25x0.3125 NA, c48, c180" | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: meteorology | ||
attributes: | ||
label: What meterology fields did you use? | ||
multiple: false | ||
options: | ||
- GEOS-FP | ||
- GEOS-IT | ||
- MERRA-2 | ||
- GCAP 2.0 | ||
- Other (please explain in additional information section below) | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: additional-info | ||
attributes: | ||
label: Additional information | ||
description: Please provide any additional information here that you think might be relevant. | ||
validations: | ||
required: false |
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
name: Feature Request | ||
description: Request a new GEOS-Chem feature | ||
title: "Put a one-line description here" | ||
labels: ["category: Feature Request"] | ||
body: | ||
- type: input | ||
id: name | ||
attributes: | ||
label: Your name | ||
validations: | ||
required: true | ||
- type: input | ||
id: affiliation | ||
attributes: | ||
label: Your affiliation | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: feature-description | ||
attributes: | ||
label: Provide a clear and concise overview of the new feature requested. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: reference | ||
attributes: | ||
label: Reference(s) | ||
description: If this is a science update, please provide a literature citation. | ||
placeholder: "e.g. Bey et al., Global modeling of tropospheric chemistry with assimilated meteorology: Model description and evaluation, J. Geophys. Res., 106, 23,073-23,096, 2001." | ||
validations: | ||
required: false | ||
- type: dropdown | ||
id: implemenation | ||
attributes: | ||
label: Will you be implementing this feature yourself? | ||
description: If Yes, please also assign this issue to yourself (if possible) | ||
multiple: false | ||
options: | ||
- "Yes" | ||
- "Yes, but I will need some help" | ||
- "No" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: additional-info | ||
attributes: | ||
label: Additional information | ||
description: Please provide any additional information here that you think might be relevant. | ||
validations: | ||
required: false |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: Question or Discussion | ||
description: Ask a question about GEOS-Chem or start a discussion | ||
title: "Put a one-line description here" | ||
labels: ["category: Question"] | ||
body: | ||
- type: input | ||
id: name | ||
attributes: | ||
label: Your name | ||
validations: | ||
required: true | ||
- type: input | ||
id: affiliation | ||
attributes: | ||
label: Your affiliation | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Please provide a clear and concise description of your question or discussion topic. | ||
validations: | ||
required: true |
This file was deleted.
Oops, something went wrong.
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 file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# This workflow warns and then closes issues that have had no activity for a specified amount of time. | ||
# | ||
# You can adjust the behavior by modifying this file. | ||
# For more information, see: | ||
# https://github.com/actions/stale | ||
name: Mark stale issues | ||
|
||
on: | ||
schedule: | ||
- cron: '0 0 * * *' # Run every night at midnight | ||
|
||
jobs: | ||
stale: | ||
|
||
runs-on: ubuntu-latest | ||
permissions: | ||
issues: write | ||
pull-requests: write | ||
|
||
steps: | ||
- uses: actions/stale@v5 | ||
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
stale-issue-label: 'stale' | ||
exempt-issue-labels: 'category: Discussion','category: Feature Request','deferred','help needed: Open Research Problem','help needed: Request Input from Community','never stale','TODO: Documentation' | ||
days-before-issue-stale: 30 | ||
days-before-issue-close: 7 | ||
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. If there are no updates within 7 days it will be closed. You can add the "never stale" tag to prevent the issue from closing this issue.' | ||
close-issue-message: 'Closing due to inactivity' | ||
days-before-pr-stale: -1 | ||
days-before-pr-close: -1 |
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
Oops, something went wrong.