generated from NOAA-OWP/owp-open-source-project-template
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improves performance in unconvirtable scenarios and cleans up logging…
… and `-DQUIET` compliance.
- Loading branch information
Matt Williamson
committed
Aug 24, 2022
1 parent
e310b57
commit 35b86bb
Showing
5 changed files
with
18 additions
and
5 deletions.
There are no files selected for viewing
Submodule topmodel
updated
28 files
+1 −1 | .gitignore | |
+11 −1 | README.md | |
+172 −32 | docs/BMI_ADAPTION.md | |
+93 −0 | docs/INPUT_FILES_EXPLAINED.md | |
+35 −0 | docs/OUTPUT_FILES_EXPLAINED.md | |
+92 −0 | docs/STAND_ALONE.md | |
+112 −0 | docs/VARIABLE_ROLES.md | |
+ − | docs/img/bmi_topmod_compare_hyd.png | |
+ − | docs/img/bmi_topmod_compare_hyd_qobs.png | |
+ − | docs/img/bmi_topmod_compare_scatter.png | |
+ − | docs/img/hyd_out.PNG | |
+ − | docs/img/inputs_dat.PNG | |
+ − | docs/img/params_dat.PNG | |
+ − | docs/img/subcat_dat.PNG | |
+ − | docs/img/topmod_out.PNG | |
+ − | docs/img/topmod_run.PNG | |
+1 −1 | include/topmodel.h | |
+8 −14 | params/README.md | |
+976 −0 | refs/original_code_c/demo_topmod.out | |
+71 −6 | src/bmi_topmodel.c | |
+21 −18 | src/topmodel.c | |
+2 −2 | test/Makefile | |
+32 −20 | test/README.md | |
+0 −1,431 | test/data/inputs_100.dat | |
+1 −1 | test/data/subcat.dat | |
+0 −7 | test/data/topmod_100.run | |
+7 −7 | test/data/topmod_unit_test.run | |
+23 −14 | test/main_unit_test_bmi.c |
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