Skip to content

Commit 7fe3ba2

Browse files
committed
Merge branch 'main' of github.com:wlush/drifter-validation into main
2 parents b7249d7 + be1b3e1 commit 7fe3ba2

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
# drifter-validation
2-
Code for use in validating modeled Lagrangian drifters against observations from the Global Drifter Program
2+
Code for validating modeled Lagrangian drifters against observations from the Global Drifter Program
3+
Code is intended for replication purposes, not as a standalone set of tools
4+
5+
Large files are omitted from this repository due to github's file size limitation - contact me at wl1039@wildcats.unh.edu for more information
6+
7+
Code organization:
8+
![Drifter Validation Flow Chart](https://github.com/user-attachments/assets/98cf7032-3c03-4155-98da-887c754292e6)

plot_histogram.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
mArr = np.ravel(mArr)
4747

4848
#check that the length of GDP and centroid array match
49-
assert len(cArr)==len(dArr), 'lengths do not match, check yer shit'
49+
assert len(cArr)==len(dArr), 'lengths do not match'
5050

5151
pArr = dArr/cArr #normalize GDP drifter disp. vectors by centroid vector
5252

0 commit comments

Comments
 (0)