Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2008-09-10 14:16:12
Size: 463
Comment:
Revision 4 as of 2008-09-11 10:45:09
Size: 281
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
Example of reading the ice concentration data into python: [[/ExampleRead | Example of reading the ice concentration data into python]]
Line 8: Line 8:
{{{#!python
from PyNGL import Nio
grid = Nio.open_file('antarctic_psi_conc_antarctic_ssmi_daily_19911205_20080821_concOnly_runmedian5.nc')
C=grid.variables['concentration'][0,:,:] # Day zero
}}}

IfmWiki: SeaiceGroup/SSMI (last edited 2009-01-27 16:51:59 by LarsKaleschke)