Differences between revisions 2 and 5 (spanning 3 versions)
Revision 2 as of 2008-09-10 14:16:12
Size: 463
Comment:
Revision 5 as of 2008-09-23 14:51:16
Size: 445
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
}}}
Line 17: Line 12:


= Brightness temperatures =

Get data from NSIDC
{{{wget ftp://sidads.colorado.edu/pub/DATASETS/brightness-temperatures/polar-stereo/ssmi/north/2008.tar}}}

SSM/I ASI

ftp://ftp-projects.zmaw.de/seaice/SSMI_ASI_IceConc/

Example of reading the ice concentration data into python

Animation

ftp://ftp.zmaw.de/outgoing/carmen/Arctic_corrMedian5_19920101_20080821_15000f_FlyHigher_comp5_Npole100.mpg

Brightness temperatures

Get data from NSIDC wget ftp://sidads.colorado.edu/pub/DATASETS/brightness-temperatures/polar-stereo/ssmi/north/2008.tar

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