Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
51fffd1
Update hash of regional_workflow to latest (#99)
gsketefian Feb 3, 2021
b5f393b
Update hash of regional_workflow (#129)
gsketefian Mar 9, 2021
a900134
Pulling over license and readme from release branch. Updated readme t…
jwolff-ncar Mar 19, 2021
c390a63
Merge branch 'master' of https://github.com/ufs-community/ufs-srweath…
jwolff-ncar Mar 19, 2021
6e179b6
[master] Updating documentation from release branch with some minor f…
mkavulich Apr 7, 2021
47c75d8
Update PR template to mention including a branch name and including d…
jwolff-ncar Apr 19, 2021
bfa942a
- Update build_cheyenne_gnu.env to use latest hpc stack (#135)
Apr 29, 2021
de9bd9f
Update build environment files for Hera, Orion, WCOSS with latest hpc…
chan-hoo May 13, 2021
be49e65
Add dependencies to PR template (#139)
May 18, 2021
339f189
[develop] Update build environments for newer version of weather mode…
mkavulich Jun 2, 2021
9de7886
Update build environments for wcoss dell and cray (#144)
chan-hoo Jun 8, 2021
0baa259
Make the name of the forecast model the same as its repository (#146)
chan-hoo Jun 10, 2021
59bf3da
Update hash of regional_worklow with the latest (#147)
chan-hoo Jun 10, 2021
fb48578
Add inline post option to the SRW App (#150)
chan-hoo Jul 7, 2021
0c9a221
Update ufs-weather-model to 3b8bb78 (#152)
danrosen25 Jul 16, 2021
85d2f08
Update hash of regional_workflow. (#153)
gsketefian Jul 16, 2021
42c0627
Replace deprecated app.add_stylesheet with app.add_css_file. (#160)
Jul 28, 2021
5ab9a08
Add arguments to devbuild.sh script (#155)
danrosen25 Aug 2, 2021
3e50d4e
update cmake on wcoss (#159)
chan-hoo Aug 4, 2021
8c2e016
Feature/add build test (#156)
Aug 11, 2021
35e1277
Fix typo. (#165)
Aug 23, 2021
8db444d
Update post and regional_workflow hashes, QOL improvements (#167)
mkavulich Aug 31, 2021
7c0c8c3
Update the name of EMC Post exec in build test. (#168)
christinaholtNOAA Sep 1, 2021
e55c497
Change EMC_post to UPP (#171)
chan-hoo Sep 7, 2021
e8d007f
update regional workflow and UPP to reduce number of ifi fields
SamuelTrahanNOAA Sep 15, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

# Description

Provide a clear and concise description of the bug and what behavior you are expecting.

## Steps to Reproduce

Please provide detailed steps for reproducing the issue.

1. step 1
2. step 2
3. see the bug...

## Additional Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

* Machine
* Compiler
* Reference other issues or PRs in other repositories that this is related to, and how they are related.

## Output

Please include any relevant log files, screenshots or other output here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''

---

## Description
Provide a clear and concise description of the problem to be solved.

## Solution
Add a clear and concise description of the proposed solution.

## Alternatives (optional)
If applicable, add a description of any alternative solutions or features you've considered.

## Related to (optional)
Directly reference any issues or PRs in this or other repositories that this is related to, and describe how they are related.
11 changes: 10 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

- If you are unclear on what should be written here, see https://github.com/wrf-model/WRF/wiki/Making-a-good-pull-request-message for some guidance.

- The title of this pull request should be a brief summary (ideally less than 100 characters) of the changes included in this PR.
- The title of this pull request should be a brief summary (ideally less than 100 characters) of the changes included in this PR. Please also include the branch to which this PR is being issued.

- Use the "Preview" tab to see what your PR will look like when you hit "Create pull request"

Expand All @@ -16,6 +16,15 @@ One or more paragraphs describing the problem, solution, and required changes.
## TESTS CONDUCTED:
Explicitly state what tests were run on these changes, or if any are still pending (for README or other text-only changes, just put "None required". Make note of the compilers used, the platform/machine, and other relevant details as necessary. For more complicated changes, or those resulting in scientific changes, please be explicit!

## DEPENDENCIES:
Add any links to external PRs (e.g. regional_workflow and/or UFS PRs). For example:
- NOAA-EMC/regional_workflow/pull/<pr_number>
- NOAA-EMC/UFS_UTILS/pull/<pr_number>
- ufs-community/ufs-weather-model/pull/<pr_number>

## DOCUMENTATION:
If this PR is contributing new capabilities that need to be documented, please also include updates to the RST files (docs/UsersGuide/source) as supporting material.

## ISSUE (optional):
If this PR is resolving or referencing one or more issues, in this repository or elewhere, list them here. For example, "Fixes issue mentioned in #123" or "Related to bug in https://github.com/NOAA-EMC/other_repository/pull/63"

Expand Down
22 changes: 11 additions & 11 deletions Externals.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[regional_workflow]
protocol = git
repo_url = https://github.com/NOAA-EMC/regional_workflow
repo_url = https://github.com/SamuelTrahanNOAA/regional_workflow
# Specify either a branch name or a hash but not both.
#branch = develop
hash = 42fd627
branch = fewer-ifi-fields
#hash = 848c2b17
local_path = regional_workflow
required = True

Expand All @@ -12,26 +12,26 @@ protocol = git
repo_url = https://github.com/NOAA-EMC/UFS_UTILS
# Specify either a branch name or a hash but not both.
#branch = develop
hash = 005f9a0a
hash = ea821358
local_path = src/UFS_UTILS
required = True

[ufs_weather_model]
[ufs-weather-model]
protocol = git
repo_url = https://github.com/ufs-community/ufs-weather-model
# Specify either a branch name or a hash but not both.
#branch = develop
hash = ea8a7aa
local_path = src/ufs_weather_model
hash = 3b8bb78
local_path = src/ufs-weather-model
required = True

[EMC_post]
[UPP]
protocol = git
repo_url = https://github.com/NOAA-EMC/EMC_post
repo_url = https://github.com/NOAA-EMC/UPP
# Specify either a branch name or a hash but not both.
#branch = develop
hash = 9fa1e088
local_path = src/EMC_post
hash = ec3ca4c
local_path = src/UPP
required = True

[externals_description]
Expand Down
51 changes: 50 additions & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1 +1,50 @@
# License
## Overview

This project includes a mix of the following:

- Open source works that are not in the public domain

- Open source works by the U.S. Government that is in the public domain

## Parts of this project that are not in the public domain

This project utilizes the following unmodified works under various licenses, as shown below.

- Atmos cube sphere dycore: [GNU Lesser General Public License 3.0](https://www.gnu.org/licenses/lgpl-3.0.en.html) (LGPL)

- FV3 Atm: [GNU Lesser General Public License 3.0](https://www.gnu.org/licenses/lgpl-3.0.en.html) (LGPL)

- NEMS: [GNU Lesser General Public License 3.0](https://www.gnu.org/licenses/lgpl-3.0.en.html) (LGPL)

- FMS: [GNU Lesser General Public License 3.0](https://www.gnu.org/licenses/lgpl-3.0.en.html) (LGPL)

- Stochastic Physics: [GNU Lesser General Public License 3.0](https://www.gnu.org/licenses/lgpl-3.0.en.html) (LGPL)

- CCPP Physics: [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)

- CCPP Framework: [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)

- UPP: [GNU Lesser General Public License 3.0](https://www.gnu.org/licenses/lgpl-3.0.en.html) (LGPL)

- UFS Utils: [GNU Lesser General Public License 3.0](https://www.gnu.org/licenses/lgpl-3.0.en.html) (LGPL)

- Regional Workflow: [CC0 1.0 Universal public domain dedication (CC0)](https://creativecommons.org/publicdomain/zero/1.0)

## The rest of this project is in the worldwide public domain

As a work of the United States Government, this project is in the public domain within the United States. Additionally, NOAA waives copyright and related rights in the work worldwide through the [CC0 1.0 Universal public domain dedication](https://creativecommons.org/publicdomain/zero/1.0/).

## CC0 1.0 Universal Summary

This is a human-readable summary of the [Legal Code (read the full text)](https://creativecommons.org/publicdomain/zero/1.0/legalcode).

## No copyright

The person who associated a work with this deed has dedicated the work to the public domain by waiving all of his or her rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

## Other information
In no way are the patent or trademark rights of any person affected by CC0, nor are the rights that other persons may have in the work or in how the work is used, such as publicity or privacy rights. Unless expressly stated otherwise, the person who associated a work with this deed makes no warranties about the work, and disclaims liability for all uses of the work, to the fullest extent permitted by applicable law. When using or citing the work, you should not imply endorsement by the author or the affirmer.

## Contributions to this project
All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.

11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# UFS Short-Range Weather Application

The UFS Short-Range Weather Application (UFS SR Wx App) provides an end-to-end system to run
pre-processing tasks, the regional UFS Weather Model, and the Unified Post Processor (UPP).
The Unified Forecast System (UFS) is a community-based, coupled, comprehensive Earth modeling system. It is designed to be the source system for NOAA’s operational numerical weather prediction applications while enabling research, development, and contribution opportunities for the broader weather enterprise. For more information about the UFS, visit the UFS Portal at https://ufscommunity.org/.

For the most up-to-date instructions on how to clone the repository, build the code, and run the workflow, see:
The UFS can be configured for multiple applications (see a complete list at https://ufscommunity.org/#/science/aboutapps). The configuration described here is the UFS Short-Range Weather (SRW) Application, which targets predictions of atmospheric behavior on a limited spatial domain and on time scales from less than an hour out to several days. The development branch of the application is continually evolving as the system undergoes open development. The SRW App v1.0.0 represents a snapshot of this continuously evolving system. The SRW App includes a prognostic atmospheric model, pre- and post-processing, and a community workflow for running the system end-to-end.

The UFS SRW App User's Guide associated with the development branch is at: https://ufs-srweather-app.readthedocs.io/en/latest/, while that specific to the SRW App v1.0.0 release can be found at: https://ufs-srweather-app.readthedocs.io/en/ufs-v1.0.0/. The repository is at: https://github.com/ufs-community/ufs-srweather-app.

For instructions on how to clone the repository, build the code, and run the workflow, see:
https://github.com/ufs-community/ufs-srweather-app/wiki/Getting-Started

UFS Development Team. (2021, March 4). Unified Forecast System (UFS) Short-Range Weather (SRW) Application (Version v1.0.0). Zenodo. https://doi.org/10.5281/zenodo.4534994

Loading