KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
OceanLab
★ 54
Open GitHub ↗
Package of Python scripts for Oceanography
Download README (.md)
Explore Similar Repositories
texture-synthesis
:
Texture synthesis in Torch
terraform-aws-asg
:
Terraform AWS Auto Scaling Stack
goaop-symfony-bundle
:
[Outdated!] Integration bridge for Go! AOP framework and Symfony
es6-coding-style
:
ECMAScript 2015 编码规范--广发证券前端团队
react-native-card.io
:
A component for react-native (iOS only) for card.io
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
OceanLab
?
Download (.md)
# OceanLab Package of Python scripts for Oceanography (Python +3.6) ## Code Example Check `examples` folder in our [github repository](../../tree/master/examples). ## Installation `pip install OceanLab` ## Modules - **OA** - *vectoa()*: Objective analysis for vectorial fields; - *scaloa()*: Objective analysis for scalar fields; - **DYN** - *dyn_amp()*: Makes the projection of every dynamical mode to velocity to obtain its amplitude; - *zeta()*: Calculates the vorticity field by velocity field; - *psi2uv()*: Calculates the velocity field by stream function scalar field; - *vmodes()*: Calculates the QG pressure modes from N2 profile; - *eqmodes()*: Calculates the equatorial pressure and vertical velocity modes from N2 profile; - **EOF** - *eoft()*: Calculates the Empirical Orthogonal Functions; - *my_eof_interp()*: Fillgaps on matrix based on EOFs (translated from Cesar Rocha Matlab version); - *ceof()*: Performs the Complex (or Hilbert) Empirical Orthogonal Functions decomposition; - *reconstruct_ceof()*: Reconstructs the CEOF modes individually; - **UTILS** - *argdistnear()*: Searchs the position of the closest points in an array to a reference point; - *meaneddy()*: Performs an eddy-mean decomposition with a low-pass filter; ## Contributors Everyone can contribute to this code. Some of functions were based on Filipe Fernandes or Cesar Rocha functions and some of them were created with help of Dante C. Napolitano, Hélio M. R. Almeida, Wandrey Watanabe, and Felipe Vilela-Silva at Ocean Dynamics Lab of University of São Paulo (USP).