-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into logging-update
merge main
- Loading branch information
Showing
75 changed files
with
6,474 additions
and
65 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
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 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,6 @@ | ||
name: default | ||
channels: | ||
- conda-forge | ||
- ufs-community | ||
dependencies: | ||
- uwtools |
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 |
---|---|---|
@@ -1,6 +1,9 @@ | ||
``uwtools.api.config`` | ||
====================== | ||
|
||
.. image:: https://mybinder.org/badge_logo.svg | ||
:target: https://mybinder.org/v2/gh/ufs-community/uwtools/main?labpath=notebooks%2Fconfig.ipynb | ||
|
||
.. automodule:: uwtools.api.config | ||
:inherited-members: UserDict | ||
:members: |
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 |
---|---|---|
@@ -1,5 +1,8 @@ | ||
``uwtools.api.fs`` | ||
================== | ||
|
||
.. image:: https://mybinder.org/badge_logo.svg | ||
:target: https://mybinder.org/v2/gh/ufs-community/uwtools/main?labpath=notebooks%2Ffs.ipynb | ||
|
||
.. automodule:: uwtools.api.fs | ||
:members: |
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 |
---|---|---|
@@ -1,5 +1,8 @@ | ||
``uwtools.api.rocoto`` | ||
====================== | ||
|
||
.. image:: https://mybinder.org/badge_logo.svg | ||
:target: https://mybinder.org/v2/gh/ufs-community/uwtools/main?labpath=notebooks%2Frocoto.ipynb | ||
|
||
.. automodule:: uwtools.api.rocoto | ||
:members: |
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 |
---|---|---|
@@ -1,5 +1,8 @@ | ||
``uwtools.api.template`` | ||
======================== | ||
|
||
.. image:: https://mybinder.org/badge_logo.svg | ||
:target: https://mybinder.org/v2/gh/ufs-community/uwtools/main?labpath=notebooks%2Ftemplate.ipynb | ||
|
||
.. automodule:: uwtools.api.template | ||
:members: |
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 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 |
---|---|---|
|
@@ -8,3 +8,5 @@ User Guide | |
cli/index | ||
api/index | ||
yaml/index | ||
|
||
.. include:: /shared/binder_links.rst |
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 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 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 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,13 @@ | ||
Jupyter Notebooks | ||
----------------- | ||
|
||
* Jupyter Notebook Tutorials (API) | ||
|
||
* `Config Tool <https://mybinder.org/v2/gh/ufs-community/uwtools/main?labpath=notebooks%2Fconfig.ipynb>`_ | ||
* `File System Tool <https://mybinder.org/v2/gh/ufs-community/uwtools/main?labpath=notebooks%2Ffs.ipynb>`_ | ||
* `Rocoto Tool <https://mybinder.org/v2/gh/ufs-community/uwtools/main?labpath=notebooks%2Frocoto.ipynb>`_ | ||
* `Template Tool <https://mybinder.org/v2/gh/ufs-community/uwtools/main?labpath=notebooks%2Ftemplate.ipynb>`_ | ||
|
||
* Cookbooks | ||
|
||
* `Building and Validating an Experiment Configuration <https://mybinder.org/v2/gh/ufs-community/uwtools/main?labpath=notebooks%2Fexp-config-cb.ipynb>`_ |
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
mpas: | ||
domain: regional | ||
execution: | ||
batchargs: | ||
cores: 32 | ||
|
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,2 @@ | ||
.ipynb_checkpoints | ||
tmp |
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,18 @@ | ||
TARGETS = format lint test-nb unittest | ||
|
||
.PHONY: $(TARGETS) | ||
|
||
all: | ||
$(error Valid targets are: $(TARGETS)) | ||
|
||
format: | ||
black tests | ||
isort tests | ||
|
||
lint: | ||
pylint tests | ||
|
||
test-nb: lint unittest | ||
|
||
unittest: | ||
pytest tests |
Oops, something went wrong.