forked from NOAA-EMC/global-workflow
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3cc7af4
commit acfa8c3
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule jcb
updated
24 files
+0 −1 | .gitattributes | |
+2 −0 | .github/workflows/basic_testing.yaml | |
+4 −0 | .gitignore | |
+0 −8 | .gitmodules | |
+6 −21 | README.md | |
+0 −3 | etc/jcb-text.png | |
+0 −3 | etc/jcb.png | |
+252 −0 | jcb_client_init.py | |
+38 −0 | jcb_client_path.py | |
+3 −0 | jcb_clients.yaml | |
+1 −1 | setup.cfg | |
+32 −9 | src/jcb/__init__.py | |
+0 −1 | src/jcb/configuration/algorithms | |
+30 −0 | src/jcb/configuration/apps/README.md | |
+0 −1 | src/jcb/configuration/apps/gdas | |
+2 −2 | src/jcb/driver.py | |
+1 −1 | src/jcb/observation_chronicle/observation_chronicle.py | |
+5 −1 | src/jcb/renderer.py | |
+76 −0 | src/jcb/utilities/testing.py | |
+127 −0 | test/client_integration/gdas-atmosphere-templates.yaml | |
+111 −0 | test/client_integration/gdas-marine-templates.yaml | |
+0 −95 | test/client_integration/gdas-templates.yaml | |
+41 −19 | test/client_integration/test_client_calls.py | |
+271 −0 | test/client_integration/test_client_requirements.py |