-
Notifications
You must be signed in to change notification settings - Fork 34
UW-463 UPP driver #481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
UW-463 UPP driver #481
Changes from all commits
Commits
Show all changes
70 commits
Select commit
Hold shift + click to select a range
f0b8975
Updates for upp.
christinaholtNOAA 3b0b612
Add new files for UPP driver.
christinaholtNOAA 727282d
Remove old vtable task from new upp driver.
christinaholtNOAA fbbbb1f
Merge branch 'main' into uw-463-upp-driver
maddenp-cu 0553212
Merge branch 'main' into uw-463-upp-driver
maddenp-cu 3ff9d9c
Merge branch 'main' into uw-463-upp-driver
maddenp-cu 4e03aa4
WIP
maddenp-cu 1144544
Add leadtime support to CLI
maddenp-cu 0461b93
Handle leadtime in API
maddenp-cu c8437da
Require cycle when leadtime provided in API
maddenp-cu c4d5e2d
Add cycle/leadtime check in Driver
maddenp-cu f77eacb
Merge branch 'main' into uw-463-upp-driver
maddenp-cu 234be3f
Render leadtime info configs
maddenp-cu 14d4c53
Can we do a single driver-config dereference?
maddenp-cu fb7814a
WIP
maddenp-cu a1e5a3e
WIP
maddenp-cu 9a8f423
WIP
maddenp-cu 8319970
WIP
maddenp-cu 4d32c7b
WIP
maddenp-cu 7b68dab
WIP
maddenp-cu e42193a
Fix unit test
maddenp-cu 0d6e413
Provide default batch-job output path
maddenp-cu 64c5769
Remove dead code
maddenp-cu e493874
Work on schema
maddenp-cu 4b87f50
Work on schema
maddenp-cu 32ccad9
WIP
maddenp-cu 36c1e90
Simplify namelist and runscript filenames
maddenp-cu 95ea350
Work on unit tests
maddenp-cu 5ad1a80
Work on unit tests
maddenp-cu 11bfa73
Work on unit tests
maddenp-cu 781911e
Fix schema
maddenp-cu 78414b2
Work on unit tests
maddenp-cu ad00c64
Work on unit tests
maddenp-cu b1bf25c
Work on unit tests
maddenp-cu 2da7da9
Work on unit tests
maddenp-cu eb13878
Work on unit tests
maddenp-cu d1dfa9f
Work on unit tests
maddenp-cu 746898b
Unit tests @ 100%
maddenp-cu e09ce4f
Work on schema tests
maddenp-cu eb19b06
Update docs/shared/upp.yaml
maddenp-cu 194d1a0
Work on schema tests
maddenp-cu f0d8085
Work on docs
maddenp-cu 51a5654
Work on docs
maddenp-cu d6dcd5b
Work on docs
maddenp-cu 1a43a1d
Work on docs
maddenp-cu 597eae2
Work on docs
maddenp-cu e5d3064
Harmonize --help switches in CLI examples
maddenp-cu 1e031f3
Fix PR template
maddenp-cu d8ba52a
injected_leadtime -> injected_validtime
maddenp-cu f1a74a6
More generalization related to leadtime
maddenp-cu 6559933
Update
maddenp-cu 40aae19
Merge branch 'main' into uw-463-upp-driver
maddenp-cu c0297df
Formatting
maddenp-cu 15d26bb
Doc update
maddenp-cu e1aa6ee
Doc whitespace fixes
maddenp-cu d2aa937
Doc fix
maddenp-cu a5e13a7
Update CLI doc examples
maddenp-cu 440ce1f
Update CLI examples in docs
maddenp-cu bea9f8e
Run yaml-sort
maddenp-cu 3413f8a
Doc update for consistency
maddenp-cu b5abed6
Fix JEDI doc section on main page
maddenp-cu 8966304
Add namelist.base_file to upp.yaml
maddenp-cu 2870a4c
Harmonize run_dir: descriptions in UW YAML docs
maddenp-cu 6dc1f56
Test update
maddenp-cu b040f6a
Support subhourly leadtime
maddenp-cu 0ffe17e
Give ISO8601 example in CLI help
maddenp-cu 80e59e9
Doc fix
maddenp-cu 46432cd
Doc improvement
maddenp-cu 5aa2ed9
Tweak CLI help message for --leadtime
maddenp-cu 3af186f
Give current 6-hourly cycle in CLI advice
maddenp-cu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| ``uwtools.api.chgres_cube`` | ||
| ============================= | ||
| =========================== | ||
|
|
||
| .. automodule:: uwtools.api.chgres_cube | ||
| :members: |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| ``uwtools.api.esg_grid`` | ||
| ============================= | ||
| ======================== | ||
|
|
||
| .. automodule:: uwtools.api.esg_grid | ||
| :members: |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| ``uwtools.api.fv3`` | ||
| ======================== | ||
| =================== | ||
|
|
||
| .. automodule:: uwtools.api.fv3 | ||
| :members: |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,3 +18,4 @@ API | |
| shave | ||
| template | ||
| ungrib | ||
| upp | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| ``uwtools.api.jedi`` | ||
| ========================== | ||
| ==================== | ||
|
|
||
| .. automodule:: uwtools.api.jedi | ||
| :members: |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| ``uwtools.api.mpas`` | ||
| ============================= | ||
| ==================== | ||
|
|
||
| .. automodule:: uwtools.api.mpas | ||
| :members: |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| ``uwtools.api.mpas_init`` | ||
| ============================= | ||
| ========================= | ||
|
|
||
| .. automodule:: uwtools.api.mpas_init | ||
| :members: |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| ``uwtools.api.shave`` | ||
| ====================== | ||
| ===================== | ||
|
|
||
| .. automodule:: uwtools.api.shave | ||
| :members: |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| ``uwtools.api.ungrib`` | ||
| ============================= | ||
| ====================== | ||
|
|
||
| .. automodule:: uwtools.api.ungrib | ||
| :members: | ||
| :members: |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| ``uwtools.api.upp`` | ||
| =================== | ||
|
|
||
| .. automodule:: uwtools.api.upp | ||
| :members: |
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,3 +15,4 @@ Drivers | |
| sfc_climo_gen | ||
| shave | ||
| ungrib | ||
| upp | ||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.