generated from NOAA-OWP/owp-open-source-project-template
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
submodule(evapotranspiration): update vendored module
- Loading branch information
1 parent
4949cc1
commit 9108228
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule evapotranspiration
updated
19 files
+47 −0 | .github/workflows/build_and_run_tests.yml | |
+106 −0 | .github/workflows/ngen_integration.yaml | |
+3 −0 | .gitmodules | |
+15 −15 | README.md | |
+5 −0 | extern/README.md | |
+1 −0 | extern/forcing_code | |
+0 −207 | forcing_code/include/aorc.h | |
+0 −475 | forcing_code/include/aorc_tools.h | |
+0 −25 | forcing_code/include/bmi_aorc.h | |
+0 −461 | forcing_code/src/aorc.c | |
+0 −1,185 | forcing_code/src/bmi_aorc.c | |
+4 −3 | include/PEtPenmanMonteithMethod.h | |
+7 −2 | include/pet_tools.h | |
+1 −1 | make_and_run_pass_forcings.sh | |
+1 −1 | make_and_run_read_forcings.sh | |
+54 −7 | src/bmi_pet.c | |
+2 −2 | src/main_pass_forcing.c | |
+1 −1 | test/main_unit_test_bmi.c | |
+2 −2 | test/make_and_run_bmi_unit_test.sh |