Skip to content

Sugawara-Miti/romspy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

romspy

Tools for ROMS in Python

Installation

Requiring module

  • netCDF4
git clone https://github.com/okadate/romspy.git
cd romspy
python setup.py install

Example

Horizontal view plot

import romspy
nc = romspy.hview.Dataset('test_his.nc')

# s-coordinate plot
nc.sview(vname='temp', t=0, k=0)

# z-level plot
nc.zview(vname='temp', t=0, depth=0)

About

Tools for ROMS in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 84.8%
  • Python 15.2%