Differences between revisions 1 and 2
Revision 1 as of 2008-09-10 14:13:49
Size: 336
Comment:
Revision 2 as of 2008-09-10 14:16:12
Size: 463
Comment:
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:

= Animation =

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

SSM/I ASI

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

Example of reading the ice concentration data into python:

   1 from PyNGL import Nio
   2 grid = Nio.open_file('antarctic_psi_conc_antarctic_ssmi_daily_19911205_20080821_concOnly_runmedian5.nc')
   3 C=grid.variables['concentration'][0,:,:] # Day zero

Animation

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

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