Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
url = [email protected]:SBFRF/testbedutils.git
[submodule "prepdata"]
path = prepdata
url = git@github.com:SBFRF/prepdata.git
url = https://github.com/l-szczyrba/prepdata.git
2 changes: 1 addition & 1 deletion .idea/cmtb.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/other.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The test bed is established at the USACE CHL Field REsearch Facility in Duck, No
- conda install <package>

conda install -c conda-forge cartopy
* netCDF4, pyproj, utm, wavespectra, progressbar, opencv-python
* netCDF4, pyproj, utm, wavespectra, progressbar, opencv-python, xarray

- there's likely more, please add as you find!! :-[]

Expand Down
3 changes: 2 additions & 1 deletion notebooks/cshore/cshore_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"source": [
"import sys\n",
"sys.path.insert(0, '/Users/rdchlth9/Codes/cmtb_refactor/')\n",
"\n",
"from getdatatestbed import getDataFRF\n",
"from prepdata.prepDataLib import PrepDataTools as preptools\n",
"from prepdata import inputOutput\n",
Expand Down Expand Up @@ -501,7 +502,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.5"
"version": "3.8.8"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion notebooks/cshore/cshore_test_multiple.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.5"
"version": "3.8.8"
}
},
"nbformat": 4,
Expand Down
91 changes: 61 additions & 30 deletions notebooks/ww3/ww3_example.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion testbedutils