Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
701 commits
Select commit Hold shift + click to select a range
3a7b7c8
Collect flows from processes with varying IDs
idtodd Oct 6, 2025
a3321e8
More intuitive length expression
idtodd Oct 7, 2025
7894cc8
FIx offset calculations for MPI_Reduce inputs/outputs
idtodd Oct 7, 2025
8c91a14
Record downflows only from data receivers
idtodd Oct 7, 2025
2d4787e
Use size_t for index value from string::find
PhilMiller Oct 7, 2025
3285d41
Update t-route submod ref bmi implementation
cmaynard-ngwpc Oct 13, 2025
a1c2c49
Testing log messages - draft
sivasankkar Oct 8, 2025
407668f
added new output variables section
sivasankkar Oct 9, 2025
5a68cb9
Added the capability to read and set the output variables information…
sivasankkar Oct 10, 2025
c4680a1
Added the new json format structure implementation in the BMI_Module_…
sivasankkar Oct 13, 2025
9848fde
Fixed a syntax to succcessfully compile the code.
sivasankkar Oct 13, 2025
41f2106
Testing log messages - draft
sivasankkar Oct 8, 2025
60d9544
added new output variables section
sivasankkar Oct 9, 2025
e5035fb
Added the capability to read and set the output variables information…
sivasankkar Oct 10, 2025
4b5bfdc
Added the new json format structure implementation in the BMI_Module_…
sivasankkar Oct 13, 2025
e6af99b
Fixed a syntax to succcessfully compile the code.
sivasankkar Oct 13, 2025
4358812
Merge branch 'sselvanathan_8301_output_variables_realization' of http…
sivasankkar Oct 14, 2025
8f4eba1
Build refactoring for integration. Untested fixes for mpi messy close…
kyle-larkin Sep 25, 2025
73c205c
Fixed mpi no-binary syntax
kyle-larkin Sep 25, 2025
d6b35f8
Tweak dockerfile
peterkronenberg-rtx Sep 27, 2025
885ed2a
Update dockerfile to use repository
peterkronenberg-rtx Oct 6, 2025
783ef5c
Added log messages and updated BMI_Models.md as per PR comments
sivasankkar Oct 15, 2025
2484e04
Checks added to make headers optional and also added logging if the d…
sivasankkar Oct 15, 2025
484add6
Updated realization_configuration.MD file to include legacy and new f…
sivasankkar Oct 15, 2025
c0cf9a2
Merge pull request #64 from NGWPC/forecast_validation
kyle-larkin Oct 15, 2025
1ed1724
Update submod refs sac-sma, noah, state saving serialization
cmaynard-ngwpc Oct 16, 2025
b602e9f
Make NGEN build with MPI
idtodd Oct 24, 2025
db37942
Remove old message on MPI not working
idtodd Oct 24, 2025
1a208a0
PR Comments addressed for NGWPC 8301
sivasankkar Oct 27, 2025
e30d54c
Merge branch 'development' of https://github.com/NGWPC/ngen into deve…
sivasankkar Oct 27, 2025
8f23267
Privatize some global variables only used in ngen main()
PhilMiller Oct 28, 2025
5706651
Privatize another global variable only used in ngen main()
PhilMiller Oct 28, 2025
382c03c
Privatize stringstream only used in ngen main() for log message const…
PhilMiller Oct 28, 2025
567dae5
Privatize global variable mpi_rank, leavning none crossing object bou…
PhilMiller Oct 28, 2025
44ed05f
Rename formulations to formulation_constructors to clarify its purpose
PhilMiller Oct 28, 2025
60bece1
set_output_variable_units and cannot_parse functions added. Warning l…
sivasankkar Oct 28, 2025
952f6a2
Merge remote-tracking branch 'ngwpc/development' into PhilMiller-4213…
PhilMiller Oct 28, 2025
e13ab34
Changed function 'cannot_parse' to 'can_parse' as a good coding prac…
sivasankkar Oct 28, 2025
84467dc
Update src/core/mediator/UnitsHelper.cpp
sivasankkar Oct 28, 2025
350dcd0
Merge pull request #58 from NGWPC/sselvanathan_8301_output_variables_…
PhilMiller Oct 28, 2025
a29a2cd
Remove defunct references to deleted Routing_Py_Adapter
PhilMiller Oct 28, 2025
16674fa
Merge branch 'development' of https://github.com/NGWPC/ngen into deve…
sivasankkar Oct 28, 2025
891e15f
Merge pull request #68 from NGWPC/idt-docker-build-with-mpi
kyle-larkin Oct 28, 2025
ee6c073
Fix compilation errors in routing code
PhilMiller Oct 29, 2025
7fa0159
Fix most compilation issues with merged/refactored code, besides miss…
PhilMiller Oct 30, 2025
b617ca3
NGWPC-8862: Clean up object instances holding Python interpreter refe…
PhilMiller Oct 31, 2025
1f3b3df
Merge branch 'development' of https://github.com/NGWPC/ngen into deve…
sivasankkar Nov 3, 2025
536fa45
Implementation of using units specified in the realization file for o…
sivasankkar Nov 5, 2025
959f16e
Pass through HY_Features_MPI instance to fix last compilation error
PhilMiller Nov 5, 2025
5844cc8
Extract implementations of parallel_utils.hpp functions into a separa…
PhilMiller Nov 5, 2025
7097bbc
Move catchment/nexus index data structures into the NgenSimulation co…
PhilMiller Nov 5, 2025
25378c3
Add sensible default value for mpi_num_procs
PhilMiller Nov 6, 2025
10f05b4
Network: improve const-correctness
PhilMiller Nov 6, 2025
7cd8533
HY_Feature(_MPI): improve const-correctness
PhilMiller Nov 6, 2025
9d0ab1f
Simplify nexus feature enumeration, and encapsulate MPI-specific beha…
PhilMiller Nov 6, 2025
c584522
Restore nexus outflow file writing, as an end-of-simulation bulk process
PhilMiller Nov 6, 2025
3a39372
NgenSimulation: Avoid modifying nexus index and downstream flow struc…
PhilMiller Nov 6, 2025
be336b7
For draft PR. Changes to use get_value in Bmi_Module_Formulation
sivasankkar Nov 6, 2025
ff66cbf
Removed a couple of log messages.
sivasankkar Nov 6, 2025
8db437f
Refactor: extract single-macro-step updating into a separate function
PhilMiller Nov 6, 2025
2661018
Refactored code to separate updating to next time step and fetching o…
sivasankkar Nov 6, 2025
1bc53f3
Removed the get_output_variable_units function as it was not implemen…
sivasankkar Nov 6, 2025
18d1101
Updated loop iteration for get_output_line_for_timestep
sivasankkar Nov 6, 2025
3a530b6
Minor deletion
sivasankkar Nov 6, 2025
4fc1eb3
Deleted commented lines from previous iteration.
sivasankkar Nov 6, 2025
52a9dc5
Break up PIP installations to reduce peak transient disk usage
PhilMiller Nov 6, 2025
7f9fbd2
Try suggestions for torch CPU-only to avoid storage cost of CUDA depe…
PhilMiller Nov 6, 2025
720262e
Release all python locks before calling MPI_Finalize
idtodd Nov 7, 2025
34e20fa
Try PyTorch's source for CPU-only wheel packages
PhilMiller Nov 7, 2025
f729cb6
Explictly call py_troute.Finalize() instead of realying on the destru…
idtodd Nov 7, 2025
d42fdaa
NgenSimulation: Privatize members, and add the necessary additional m…
PhilMiller Nov 7, 2025
9b6a73e
Refactor: shift responsibilities out of Formulation_Manager
PhilMiller Nov 7, 2025
78777d0
Rename to NgenSimulation::advance_models_one_output_step to clarify r…
PhilMiller Nov 7, 2025
7d61e58
NgenSimulation: Document more substantial public member functions
PhilMiller Nov 7, 2025
8a06298
Explicitly initialize flow arrays to 0.0, so we can be confident abou…
PhilMiller Nov 7, 2025
61bb8b7
Check nexus_downstream_flows_ against expected size before passing it…
PhilMiller Nov 7, 2025
6cd49c6
Forward declare HY_Features(_MPI) in another commonly-included header
PhilMiller Nov 8, 2025
724fa14
Correct a widespread typo seperator -> separator
PhilMiller Nov 8, 2025
2e669c7
Finalize Formulation_Manager before running T-Route to clear memory
idtodd Nov 10, 2025
15602a1
Updates to get_output_line_for_timestep in Multi formulations
sivasankkar Nov 10, 2025
b08629b
Undo extraneous formatting changes that bloat the diff
PhilMiller Nov 10, 2025
6128f4b
Fix various formatting nits that clouded the PR review
PhilMiller Nov 10, 2025
c607080
Merge pull request #70 from NGWPC/philmiller-8862-finalize-forcings-e…
PhilMiller Nov 10, 2025
51898b4
Merge branch 'ssn_8824_units_realization' of https://github.com/NGWPC…
sivasankkar Nov 10, 2025
9143916
Log timing intervals as they're calculated, so we can see costs even …
PhilMiller Nov 11, 2025
9307495
update troute submod ref for MPI fix
cmaynard-ngwpc Nov 11, 2025
84c1832
Update submod refs for candidate release
cmaynard-ngwpc Nov 12, 2025
d89bb32
Merge pull request #75 from NGWPC/philmiller-ci-disk-space
PhilMiller Nov 13, 2025
7b26ae4
Only set log env vars for modules with levels defined in logger confi…
cmaynard-ngwpc Oct 21, 2025
9c347e5
Change TOPOFLOW to TOPOFLOW-GLACIER
cmaynard-ngwpc Nov 4, 2025
e590537
Use Boost to parse json. Remove deprecated code.
cmaynard-ngwpc Nov 5, 2025
2245d24
Use map for module names and co-locate setting logger env vars
cmaynard-ngwpc Nov 7, 2025
99690bf
Add handling of off-nomimal logger json cases
cmaynard-ngwpc Nov 11, 2025
3c63caa
Make logger stdout msgs consistent
cmaynard-ngwpc Nov 12, 2025
68625a1
Add check to keep from adding multiple nexus IDs to nexus indexes
idtodd Nov 13, 2025
5634980
Merge pull request #80 from NGWPC/idt-check-multiple-nexus-ids
PhilMiller Nov 13, 2025
df0d203
Merge pull request #71 from NGWPC/cmaynard_NGWPC-7198_ewts_ngen_forci…
PhilMiller Nov 13, 2025
9835002
Merge remote-tracking branch 'ngwpc/development' into PhilMiller-4213…
PhilMiller Nov 13, 2025
e0b007c
Formulation_Manager_Test: Fix compilation errors from changed interfaces
PhilMiller Nov 14, 2025
ff0224d
HY_Features: Drop shared_ptr<Formulation_Manager> as a member, and fo…
PhilMiller Nov 14, 2025
9f54ecc
Added basic functionality to catch the units conversion error and ret…
sivasankkar Nov 14, 2025
3c4902c
HY_Features_MPI: Same Formulation_Manager dependence reduction
PhilMiller Nov 14, 2025
34317df
Layer: Fix knock-on effects of lifting HY_Features -> Formulation_Man…
PhilMiller Nov 14, 2025
bdd1b97
MultiLayerParserTest: Fix knock-on effects of Formulation_Manager int…
PhilMiller Nov 14, 2025
437ddeb
Reflect NGen::core's dependence on parallel utils and ultimately on MPI
PhilMiller Nov 14, 2025
5b035a1
NgenSimulation construction smoke test
PhilMiller Nov 14, 2025
ef2ac53
Log coastal time like everything else
PhilMiller Nov 15, 2025
764706a
Updated code to write unit conversion errors to the log file only on…
sivasankkar Nov 17, 2025
64dcc5e
Fix accidental aliasing mistake
PhilMiller Nov 17, 2025
e82c7f7
Merge pull request #62 from NGWPC/PhilMiller-4213-state-saving
PhilMiller Nov 18, 2025
ab5bfa2
Update src/realizations/catchment/Bmi_Module_Formulation.cpp
sivasankkar Nov 18, 2025
67e8651
Update src/realizations/catchment/Bmi_Module_Formulation.cpp
sivasankkar Nov 18, 2025
a9a45d7
Merge branch 'ssn_8824_units_realization' of https://github.com/NGWPC…
sivasankkar Nov 18, 2025
4dd34ee
No catchment CSVs written with empty output vars in config
idtodd Nov 18, 2025
73bcf18
Remove catchment file creation
idtodd Nov 18, 2025
2bf47b6
Merge pull request #81 from NGWPC/idt-optional-catchment-csvs
PhilMiller Nov 19, 2025
b81a7d6
Added capability to default to BMI Native units if output units are n…
sivasankkar Nov 24, 2025
9531f10
Removed an extraneous line used for testing.
sivasankkar Nov 24, 2025
a3a2f14
Added a check in get_BMI_Native_Units function to check if the BMI ou…
sivasankkar Nov 24, 2025
b22cb76
Added functionality to make Units absolutely optional in the multi fo…
sivasankkar Nov 25, 2025
39e05bd
Merge branch 'development' of https://github.com/NGWPC/ngen into deve…
sivasankkar Nov 25, 2025
8bbd74b
Incorporated some of the functionality in dev branch related to outpu…
sivasankkar Nov 25, 2025
7591142
Fixed bug where the unconverted value for ooutput variables were not …
sivasankkar Nov 30, 2025
b13b252
Added try catch for get_value to check unit conversion. Added a few v…
sivasankkar Dec 1, 2025
d0f1189
Update submodule t-route to latest development commit (adjust pydanti…
mxkpp Nov 20, 2025
d474737
Update development submodule refs to point to submodule development b…
cmaynard-ngwpc Dec 2, 2025
2717c33
Merge pull request #87 from NGWPC/development
cmaynard-ngwpc Dec 3, 2025
56855f7
Update ngen submod refs for 20251203 RC1 candidate release
cmaynard-ngwpc Dec 3, 2025
e407705
Merge pull request #89 from NGWPC/ngwpc-candidate
cmaynard-ngwpc Dec 3, 2025
3b9573c
Updated signature for get_bmi_native_units to allow get_bmi_output_va…
sivasankkar Dec 3, 2025
45725aa
Restored const safe operations for get_bmi_native_units.
sivasankkar Dec 4, 2025
152dc25
Added runtime error messages in get_bmi_native_units when units canno…
sivasankkar Dec 4, 2025
2e221f0
Update src/realizations/catchment/Bmi_Multi_Formulation.cpp
sivasankkar Dec 4, 2025
6f1ac70
Merge branch 'ssn_8824_units_realization' of https://github.com/NGWPC…
sivasankkar Dec 4, 2025
dab14bc
Addressed all PR comments. Almost ready to merge pending further review.
sivasankkar Dec 4, 2025
655fe35
Reversed logical order to check for using last module values first.
sivasankkar Dec 4, 2025
5ec8c4a
Logger fix setting log level
cmaynard-ngwpc Dec 4, 2025
c971caf
Catch csv file errors and log exceptions initializing formulation
cmaynard-ngwpc Dec 4, 2025
c388152
Add check for empty CSV forcing file.
cmaynard-ngwpc Dec 4, 2025
2995ac6
Fix typo
cmaynard-ngwpc Dec 4, 2025
abe67d0
Preserve formatting specifications of output_text_stream
PhilMiller Dec 4, 2025
5751341
Merge branch 'ssn_8824_units_realization' of https://github.com/NGWPC…
sivasankkar Dec 4, 2025
218f68e
Merge pull request #93 from NGWPC/ngwpc-candidate
cmaynard-ngwpc Dec 4, 2025
7991cfe
Update submod refs for official release. (snow17 and t-route)
cmaynard-ngwpc Dec 4, 2025
370ec11
Merge pull request #94 from NGWPC/cmaynard_submod_refs_official_release
cmaynard-ngwpc Dec 4, 2025
c41965f
Addition of "get_provider_units_for_variable" to DataProviders and th…
sivasankkar Dec 5, 2025
c7dc2ae
Logger fix setting log level
cmaynard-ngwpc Dec 4, 2025
2cedefd
Catch csv file errors and log exceptions initializing formulation
cmaynard-ngwpc Dec 4, 2025
db1a3b4
Add check for empty CSV forcing file.
cmaynard-ngwpc Dec 4, 2025
241a6db
Fix typo
cmaynard-ngwpc Dec 4, 2025
01fff01
Update submod refs for official release. (snow17 and t-route)
cmaynard-ngwpc Dec 4, 2025
b711f39
Updated to a simpler implementation to query units from forcing
sivasankkar Dec 5, 2025
50e856d
Quote variable names in message output
PhilMiller Dec 5, 2025
739e827
Bmi_Multi_Formulation::get_output_line_for_timestep: mimic time behav…
PhilMiller Dec 5, 2025
bb19229
Merge branch 'ssn_8824_units_realization' of https://github.com/NGWPC…
sivasankkar Dec 5, 2025
913f328
Update dev submod refs for snow17 and t-route
cmaynard-ngwpc Dec 5, 2025
5ad0263
Limit number of ids in whereclause in single statement (#90)
idtodd Dec 5, 2025
8b0ab3c
Removed functions and variables to check for variable mapping in conf…
sivasankkar Dec 5, 2025
78f2cf0
Update src/realizations/catchment/Bmi_Module_Formulation.cpp
sivasankkar Dec 5, 2025
81b74fe
Merge branch 'ssn_8824_units_realization' of https://github.com/NGWPC…
sivasankkar Dec 5, 2025
395323c
Removed extraneous comments for a removed function in header. Updated…
sivasankkar Dec 5, 2025
8cb245a
Clean up whitespace errors and extraneous changes
PhilMiller Dec 5, 2025
6f80832
Merge remote-tracking branch 'ngwpc/development' into ssn_8824_units_…
PhilMiller Dec 5, 2025
506da98
Merge pull request #72 from NGWPC/ssn_8824_units_realization
PhilMiller Dec 5, 2025
b33173b
Merge branch 'development' of https://github.com/NGWPC/ngen into deve…
sivasankkar Dec 8, 2025
5437602
First working commit. Requested SMP soil_z outputs are written to cat…
sivasankkar Dec 9, 2025
5bf75b6
Update include/realizations/catchment/Bmi_Multi_Formulation.hpp
sivasankkar Dec 9, 2025
278ee17
Merge branch 'ssn_9119_smp_layers' of https://github.com/NGWPC/ngen i…
sivasankkar Dec 9, 2025
06cb5c9
Update src/realizations/catchment/Bmi_Module_Formulation.cpp
sivasankkar Dec 9, 2025
af2cb92
Addressed PR comments and pushing the changes.
sivasankkar Dec 9, 2025
6b95cde
Merge branch 'ssn_9119_smp_layers' of https://github.com/NGWPC/ngen i…
sivasankkar Dec 9, 2025
48cd04d
Removed Bmi_Multi_Formulation::get_var_value_as_double as it is not u…
sivasankkar Dec 9, 2025
514991d
Update submod refs for SMP and SFT
cmaynard-ngwpc Dec 10, 2025
63b3f35
Update submodule reference for ueb-bmi
mxkpp Dec 12, 2025
31d6820
Merge pull request #102 from NGWPC/update-submodule-ref-ueb-bmi
mxkpp Dec 12, 2025
0c784b1
Moved get_var_value_as_double as a virtual function in Bmi_Module_For…
sivasankkar Dec 15, 2025
cb6496e
Delete disused code that impeded investigation of present model_param…
PhilMiller Dec 15, 2025
f8120cf
Added unit test Bmi_Multi_Formulation_Test.GetOutputLineForTimestep_6…
sivasankkar Dec 15, 2025
70bd134
Updated output_variables section in the bmi_models and realization_co…
sivasankkar Dec 16, 2025
b64e729
Updated information about the units (and its conversion functionality…
sivasankkar Dec 16, 2025
4ff971f
Fixed typo in BMI_MODELS.md
sivasankkar Dec 16, 2025
7b9033b
Update doc/REALIZATION_CONFIGURATION.md
sivasankkar Dec 16, 2025
bc5e269
Merge pull request #100 from NGWPC/ssn_9119_smp_layers
PhilMiller Dec 16, 2025
7837b09
Merge branch 'development' of https://github.com/NGWPC/ngen into deve…
sivasankkar Dec 17, 2025
be71096
Remove unnecessary log msg
cmaynard-ngwpc Dec 17, 2025
674d134
Move GetLogLevel and IsLoggingEnabled to be consistent with other C++…
cmaynard-ngwpc Dec 17, 2025
1feab6f
Update submodule refs for missing logger method definition
cmaynard-ngwpc Dec 17, 2025
00bf86d
Merge pull request #105 from NGWPC/cmaynard_NGWPC-9164_add_missing_me…
PhilMiller Dec 18, 2025
ffb3e94
Merge pull request #103 from NGWPC/philmiller-clean-out-unused-functions
PhilMiller Dec 18, 2025
770a933
Update LSTM submod ref for logger updates
cmaynard-ngwpc Dec 18, 2025
3cfb05d
update t-route submodule ref for named logger
cmaynard-ngwpc Jan 5, 2026
93681d8
Dynamic Forcing Engine CAT-ID Data Type (NGWPC-9255) (#109)
idtodd Jan 6, 2026
6dbf837
Docker updates for python ewts packages
cmaynard-ngwpc Jan 8, 2026
49370e5
Update lstm and t-route submodules for ewts package
cmaynard-ngwpc Jan 8, 2026
044fccc
update cicd file to use new branches for releases
miguelp1986 Jan 12, 2026
7fe3b6b
Merge pull request #114 from NGWPC/pena-cicd
miguelp1986 Jan 12, 2026
6e6b0cd
Update submod ref for SMP
idtodd Jan 20, 2026
8869534
Fix use-after-free error
idtodd Dec 8, 2025
82ce9bc
Remove explicit interpreter release
idtodd Dec 8, 2025
c77b3e3
Ensure bmi_model has not been destroyed
idtodd Dec 8, 2025
f4b1ce8
Remove null check since that should be an error state if null
idtodd Dec 11, 2025
db3ba59
Finalize forcing engine providers on instances clear
idtodd Dec 19, 2025
7acb111
Release BMI reference
idtodd Dec 22, 2025
8f9460b
Merge pull request #116 from NGWPC/development
cmaynard-ngwpc Jan 21, 2026
24001f4
Update submodule references for LASAM, SFT, SMP, CFE, LSTM, Snow17, T…
cmaynard-ngwpc Jan 21, 2026
840b2ab
Revert "Release BMI reference"
cmaynard-ngwpc Jan 21, 2026
110ef3d
Revert "Finalize forcing engine providers on instances clear"
cmaynard-ngwpc Jan 21, 2026
bd2a106
Revert "Remove null check since that should be an error state if null"
cmaynard-ngwpc Jan 21, 2026
68ac563
Revert "Ensure bmi_model has not been destroyed"
cmaynard-ngwpc Jan 21, 2026
f44afe9
Revert "Remove explicit interpreter release"
cmaynard-ngwpc Jan 21, 2026
70ccdd1
Revert "Fix use-after-free error"
cmaynard-ngwpc Jan 21, 2026
8590cf4
Merge pull request #118 from NGWPC/cmaynard_revert_PR98
cmaynard-ngwpc Jan 21, 2026
ff8786a
Merge pull request #119 from NGWPC/development
cmaynard-ngwpc Jan 21, 2026
8c6ee81
Fix use-after-free error
idtodd Dec 8, 2025
6b4e6ff
Remove explicit interpreter release
idtodd Dec 8, 2025
8574c26
Ensure bmi_model has not been destroyed
idtodd Dec 8, 2025
6c938d6
Remove null check since that should be an error state if null
idtodd Dec 11, 2025
6e79114
Finalize forcing engine providers on instances clear
idtodd Dec 19, 2025
0d00d6e
Release BMI reference
idtodd Dec 22, 2025
83f77db
Update tear down method name
idtodd Jan 21, 2026
fe654bd
Fix use-after-free error
idtodd Dec 8, 2025
0a08203
Remove explicit interpreter release
idtodd Dec 8, 2025
4893939
Ensure bmi_model has not been destroyed
idtodd Dec 8, 2025
01e6624
Remove null check since that should be an error state if null
idtodd Dec 11, 2025
d060a63
Finalize forcing engine providers on instances clear
idtodd Dec 19, 2025
8f61665
Release BMI reference
idtodd Dec 22, 2025
8eeb9eb
Update tear down method name
idtodd Jan 21, 2026
bbed3c4
Merge pull request #122 from NGWPC/ngwpc-candidate
cmaynard-ngwpc Jan 21, 2026
3e00acd
Ensure BMIs Destroyed Before Calling MPI_Finalize (#123)
idtodd Jan 23, 2026
5ad3771
Ensure BMIs Destroyed Before Calling MPI_Finalize (#123) (#124)
idtodd Jan 23, 2026
6d3848a
Merge pull request #125 from NGWPC/ngwpc-candidate
cmaynard-ngwpc Jan 23, 2026
04cfb3d
Merge branch 'development' of https://github.com/NGWPC/ngen into deve…
sivasankkar Jan 27, 2026
68f5623
Update t-route submod ref for coastal coupling fix
cmaynard-ngwpc Jan 27, 2026
67d7d66
Merge pull request #128 from NGWPC/ngwpc-candidate
cmaynard-ngwpc Jan 28, 2026
26e4260
Update t-route submod ref for coastal coupling fix
cmaynard-ngwpc Jan 28, 2026
66c4c1d
Add new Dockerfile arg to specify the full name of the ngen-forcing b…
mxkpp Feb 1, 2026
21c894c
Added unit conversion code to ForcingsEngineLumpedDataProvider which …
sivasankkar Feb 4, 2026
c648adc
Merge pull request #131 from NGWPC/maxkipp-forcing-image-arg
mxkpp Feb 4, 2026
b82d0e7
updates to cicd and dockerfile
miguelp1986 Feb 5, 2026
3e4592a
updated cicd file
miguelp1986 Feb 5, 2026
09df4c7
Merge pull request #133 from NGWPC/pena
miguelp1986 Feb 5, 2026
49ad41a
Merge pull request #135 from NGWPC/ssn_9633_swe_zero_bug
sivasankkar Feb 5, 2026
160b094
update t-route rc submod ref
cmaynard-ngwpc Feb 9, 2026
2510de9
Update t-route submod ref for ewts python env var fix
cmaynard-ngwpc Feb 10, 2026
43637f1
Merge branch 'ngwpc-candidate' into cmaynard_merge_ngwpc_candidate
cmaynard-ngwpc Feb 11, 2026
2295271
Merge pull request #145 from NGWPC/cmaynard_merge_ngwpc_candidate
cmaynard-ngwpc Feb 11, 2026
2f9ecf4
Update submod refs for cfe, LASAM, lstm, SoilFreezeThaw, SoilMoisture…
cmaynard-ngwpc Feb 11, 2026
49a1f3d
Merge pull request #146 from NGWPC/cmaynard_update_submod_refs_ngwpc-…
cmaynard-ngwpc Feb 11, 2026
801650d
Update submod ref for t-route
cmaynard-ngwpc Feb 11, 2026
8d86a37
Merge pull request #147 from NGWPC/cmaynard_update_submod_ref_t-route
cmaynard-ngwpc Feb 11, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# exclude Docker artifacts
.dockerignore
Dockerfile
docker.md
docker

# exclude gitlab and github artifacts
.github
.gitlab-ci.yml
.gitpod.Dockerfile
.gitpod.yml
sonar-project.properties

# exclude artifacts from native build
cmake_build
**/*/cmake_build
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/CHANGELOG.md merge=union


Loading