generated from NOAA-OWP/owp-open-source-project-template
-
Notifications
You must be signed in to change notification settings - Fork 63
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
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule noah-owp-modular
updated
15 files
+78 −0 | .github/workflows/Build_and_Run_Standalone_Test.yml | |
+19 −0 | .github/workflows/add_to_project.yml | |
+109 −0 | .github/workflows/ngen_integration.yaml | |
+493 −134 | bmi/bmi_noahowp.f90 | |
+2 −2 | src/AtmProcessing.f90 | |
+2 −1 | src/EnergyModule.f90 | |
+3 −2 | src/EnergyType.f90 | |
+1 −1 | src/EtFluxModule.f90 | |
+3 −3 | src/OptionsType.f90 | |
+3 −1 | src/ParametersType.f90 | |
+10 −0 | src/SnowWaterModule.f90 | |
+13 −13 | src/SurfaceRunoffInfiltration.f90 | |
+2 −0 | src/WaterModule.f90 | |
+2 −0 | src/WaterType.f90 | |
+205 −93 | test/noahowp_driver_test.f90 |