Skip to content

andypbarrett/Sunlight_under_seaice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sunlight Under Sea Ice

Code for Sunlight Under Sea Ice project

Under Construction

Use git clone git@github.com:andypbarrett/Sunlight_under_seaice.git to add to your personal repo.

Example Usage

(base) nsidc-abarrett-442:sunlight$ ipython
Python 3.7.6 | packaged by conda-forge | (default, Mar  5 2020, 15:27:18) 
Type 'copyright', 'credits' or 'license' for more information
IPython 7.17.0 -- An enhanced Interactive Python. Type '?' for help.

In [1]: from read_grads import read_grads, parse_xyzdim

In [2]: swe = read_grads('/home/apbarret/Data/Snow_on_seaice/grads_example/swed_ease_grid.gdat')

In [3]: swe[0,:,:,0].plot()
Out[3]: <matplotlib.collections.QuadMesh at 0x7f073b5a5710>

In [4]: import matplotlib.pyplot as plt

In [5]: plt.show()

About

Code for Sunlight Under Sea Ice project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages