Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
c5b2a1c
Add process_groups function
ptomasula Feb 19, 2021
152d7ed
Merge branch 'develop' into develop_readWDM
aufdenkampe Feb 22, 2021
90e7ff7
Adding rpo772.wdm
ptomasula Feb 22, 2021
bad3771
Numpy Array chunk allocation approach
ptomasula Feb 22, 2021
129a228
End of block on 511th element of record
ptomasula Feb 22, 2021
762b90c
Add WDM Programmers Guide
aufdenkampe Feb 22, 2021
b6fbef4
Adding rpo772.wdm debugging files
aufdenkampe Feb 22, 2021
0f5a2d1
alternative implementation of process_group:
htaolimno Mar 1, 2021
b600ebf
remove deprecated functions
ptomasula Mar 2, 2021
2561869
renaming internal functions
ptomasula Mar 2, 2021
2e205f1
tidy up readWDM
ptomasula Mar 3, 2021
8b701e9
Searchable WDMProgrammersGuide+Search+Nav.pdf with sidebar navigation
aufdenkampe Mar 4, 2021
ef2d8df
Upload HSPF v12.2 manual with added sidebar navigation
aufdenkampe Mar 5, 2021
0cfd7c2
Merge pull request #32 from LimnoTech/develop
bcous Mar 5, 2021
e5d64a1
Numba support
ptomasula Mar 5, 2021
677adaa
Merge branch 'develop_readWDM' of https://github.com/LimnoTech/HSPsqu…
ptomasula Mar 5, 2021
9a5627d
created a WDMReader class
htaolimno Mar 8, 2021
8768380
removed HD5 calls from readWDM()
htaolimno Mar 8, 2021
870af43
implemented WriteHD5() member function to write the data stored in a …
htaolimno Mar 9, 2021
1a62f38
Explicit Int64 assignment for datetime
ptomasula Mar 9, 2021
1b52a17
numba compatible datetime converter
ptomasula Mar 9, 2021
9b19a92
Remove old datetime conversion
ptomasula Mar 12, 2021
d64c25a
Merge branch 'develop_readWDM' into develop_WDMclass
ptomasula Mar 29, 2021
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
7 changes: 7 additions & 0 deletions HSP2tools/.vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"ExpandedNodes": [
""
],
"SelectedNode": "\\readWDM.py",
"PreviewInSolutionExplorer": false
}
476 changes: 280 additions & 196 deletions HSP2tools/readWDM.py

Large diffs are not rendered by default.

Binary file added docs/HSPF_v12.2_manual+nav.docx
Binary file not shown.
Binary file added docs/WDMProgrammersGuide+Search+Nav.pdf
Binary file not shown.
Binary file added docs/WDMProgrammersGuide.pdf
Binary file not shown.
1,150 changes: 1,150 additions & 0 deletions tests/GLWACSO/WDM_Testing/rpo772/rpo772.OUT.txt

Large diffs are not rendered by default.

1,728 changes: 1,728 additions & 0 deletions tests/GLWACSO/WDM_Testing/rpo772/rpo772.exp

Large diffs are not rendered by default.

Binary file added tests/GLWACSO/WDM_Testing/rpo772/rpo772.wdm
Binary file not shown.
Loading