File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments