-
Notifications
You must be signed in to change notification settings - Fork 1
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
Casper Boon
committed
Jan 18, 2024
1 parent
486e4aa
commit b1bc6f4
Showing
5 changed files
with
5 additions
and
5 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
Submodule libaed-benthic
updated
13 files
+21 −5 | Makefile | |
+96 −0 | examples/seagrass_threshold.csv | |
+14 −6 | src/aed_benthic.F90 | |
+2 −3 | src/aed_bivalve.F90 | |
+3 −3 | src/aed_habitat_benthic.F90 | |
+989 −0 | src/aed_habitat_chara.F90 | |
+493 −0 | src/aed_habitat_galaxiid.F90 | |
+992 −0 | src/aed_habitat_ruppia.F90 | |
+502 −0 | src/aed_habitat_seagrass.F90 | |
+734 −85 | src/aed_macroalgae.F90 | |
+6 −8 | src/aed_macroalgae2.F90 | |
+32 −61 | src/aed_macrophyte.F90 | |
+8 −4 | win/libaed-benthic.vfproj |
Submodule libaed-fv
updated
22 files
+22 −5 | Makefile | |
+ − | bin/libtuflowfv_external_turb.sox.1 | |
+ − | bin/libtuflowfv_external_wave.sox.1 | |
+13 −0 | bin/mk_tuflowfv_libaed | |
+54 −1 | build_aed-fv.sh | |
+4 −0 | debian/.gitignore | |
+6 −0 | debian/changelog | |
+1 −0 | debian/compat | |
+10 −0 | debian/control | |
+1 −0 | debian/debian-binary | |
+30 −0 | debian/rules | |
+306 −122 | src/fv_aed.F90 | |
+10 −2 | src/fv_zones.F90 | |
+10 −5 | tuflowfv_external_wq/tuflowfv_external_wq_aed.F90 | |
+5 −0 | tuflowfv_external_wq/tuflowfv_wq_api.f90 | |
+2 −0 | win/.gitignore | |
+5 −5 | win/libfvaed+.rc | |
+5 −5 | win/libfvaed.rc | |
+12 −32 | win/tuflowfv_external_wq+.sln | |
+35 −70 | win/tuflowfv_external_wq+.vfproj | |
+0 −22 | win/tuflowfv_external_wq.sln | |
+31 −66 | win/tuflowfv_external_wq.vfproj |
Submodule libaed-water
updated
21 files
+16 −4 | Makefile | |
+1 −1 | include/aed+.h | |
+2 −2 | include/aed.h | |
+4 −5 | src/aed_bio_utils.F90 | |
+4 −3 | src/aed_carbon.F90 | |
+44 −6 | src/aed_common.F90 | |
+65 −7 | src/aed_core.F90 | |
+183 −2 | src/aed_csv_reader.F90 | |
+38 −0 | src/aed_external.F90 | |
+70 −11 | src/aed_geochemistry.F90 | |
+2 −2 | src/aed_nitrogen.F90 | |
+2 −2 | src/aed_oxygen.F90 | |
+95 −40 | src/aed_pathogens.F90 | |
+82 −49 | src/aed_pesticides.F90 | |
+4 −5 | src/aed_phytoplankton.F90 | |
+2 −3 | src/aed_zooplankton.F90 | |
+1 −2 | win/libaed-water.vfproj | |
+ − | win/mods/Win32/aed_lighting.mod | |
+31 −0 | win/mods/lib-dummies.sln | |
+50 −0 | win/mods/lib-dummies.vfproj | |
+ − | win/mods/x64/aed_lighting.mod |