Size: 463
Comment:
|
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 }}} |