generated from NOAA-OWP/owp-open-source-project-template
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule aorc_bmi
updated
5 files
+19 −0 | .github/workflows/add_to_project.yml | |
+3 −105 | README.md | |
+17 −0 | configs/aorc_config_cat_87.txt | |
+19 −0 | configs/aorc_config_laramie.txt | |
+5 −1 | src/bmi_aorc.c |
Submodule evapotranspiration
updated
14 files
+47 −0 | .github/workflows/build_and_run_tests.yml | |
+108 −0 | .github/workflows/ngen_integration.yaml | |
+1 −0 | .gitignore | |
+15 −15 | README.md | |
+21 −0 | configs/pet_config_cat_87_pass.txt | |
+21 −0 | configs/pet_config_laramie_pass.txt | |
+3 −3 | include/pet.h | |
+1 −1 | include/pet_tools.h | |
+3 −1 | make_and_run_pass_forcings.sh | |
+4 −1 | make_and_run_read_forcings.sh | |
+78 −14 | src/bmi_pet.c | |
+9 −7 | src/pet.c | |
+3 −3 | test/main_unit_test_bmi.c | |
+5 −2 | test/make_and_run_bmi_unit_test.sh |