<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>KenMankoff &#187; Antarctica</title>
	<atom:link href="http://kenmankoff.com/tag/antarctica/feed" rel="self" type="application/rss+xml" />
	<link>http://kenmankoff.com</link>
	<description>Antarctica, My PhD, Life, Stuff, etc.</description>
	<lastBuildDate>Wed, 01 Sep 2010 20:39:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>GLIMMER Ice Shelf Modeling (OS X HowTo)</title>
		<link>http://kenmankoff.com/2010/05/14/glimmer-ice-shelf-modeling-os-x-howto</link>
		<comments>http://kenmankoff.com/2010/05/14/glimmer-ice-shelf-modeling-os-x-howto#comments</comments>
		<pubDate>Sat, 15 May 2010 01:17:15 +0000</pubDate>
		<dc:creator>Ken Mankoff</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Antarctica]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Greenland]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[ice]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://kenmankoff.com/?p=3898</guid>
		<description><![CDATA[A new beta version of the Community Ice Sheet Model, Glimmer-CISM, has been released. Below are instructions to compile and run it on OS X. # build NetCDF export CFLAGS=-m32 export FFLAGS=-m32 ./configure --prefix=/Users/mankoff/local/netcdf-4.1.1 \ --disable-cxx --disable-curl --disable-dap make &#038;&#038; make install say netCDF done # build GLIMMER cd ~/local/src/ wget http://download.berlios.de/glimmer-cism/glimmer-1.7.0.tar.gz tar zxvf glimmer-1.7.0.tar.gz [...]]]></description>
			<content:encoded><![CDATA[<p>A new beta version of <a href="http://lists.cryolist.org/pipermail/cryolist-cryolist.org/2010-April/000056.html">the Community Ice Sheet Model, Glimmer-CISM, has been released</a>. Below are instructions to compile and run it on OS X.</p>
<pre>
# build NetCDF
export CFLAGS=-m32
export FFLAGS=-m32
./configure --prefix=/Users/mankoff/local/netcdf-4.1.1 \
          --disable-cxx --disable-curl  --disable-dap
make &#038;&#038; make install
say netCDF done

# build GLIMMER
cd ~/local/src/
wget http://download.berlios.de/glimmer-cism/glimmer-1.7.0.tar.gz
tar zxvf glimmer-1.7.0.tar.gz
cd glimmer-1.7.0/

# OS X has issues with 32 and 64 bit libraries.
# The -m32 flag forces 32 bit compilation.
# The following should be one long line:
./configure --prefix=/Users/mankoff/local/glimmer-1.7.0 \
     --with-netcdf=/Users/mankoff/local/netcdf-4.0.1 \
     FC=gfortran F77=gfortran CFLAGS=-m32

make
make install
say GLIMMER done
</pre>
<p>There are a few ways to test the installation. The source folder provides a test folder:</p>
<pre>
export PATH=/Users/mankoff/local/glimmer-1.7.0/bin:$PATH
cd ~/local/src/glimmer-1.7.0/tests/shelf
python circular-shelf.py circular-shelf.PP.config
python confined-shelf.py confined-shelf.PP.config
say GLIMMER Test Done # Takes a while. Turn up your volume
</pre>
<p>Running the above command will result in NetCDF files being created in the output/ subdirectory. You can view the contents of example.nc with most any generic NetCDF viewer. While theses tests run over a given period of time, the output only has one time stored. If you want to see an evolution of the ice shelf, older test suites available from the previous code repository site should be used:</p>
<pre>
cd ~/tmp/
wget http://forge.nesc.ac.uk/download.php/200/glimmer-example-0.6.tar.gz
tar zxvf glimmer-example-0.6.tar.gz
cd glimmer-example-0.6/
~/local/glimmer-1.7.0/bin/glide_launch.py ./example.config
say done
</pre>
<p>Examine the output file example.nc to see ice sheet evolution over time. Basal melt is shown below:</p>
<p><center><br />
<img src="http://kenmankoff.com/wordpress/wp-content/plugins/flash-video-player/default_video_player.gif" /></center></p>
<pre>
@article{Rutt:2009,
  Author = {Ian C. Rutt and Nicholas R. J. Hulton and Antony J. Payne},
  Title = {{The Glimmer community ice sheet model}},
  Year = {2009}}
  Journal = {J. Geophys. Res.},
  Volume = {114},
  Number = {F2},
</pre>
<div id="crp_related"><span id="Maybe_related_automatically_generated:"><h3>Maybe related (automatically generated):</h3></span><ul><li><a href="http://kenmankoff.com/2010/05/07/optical-character-recognition-howto" rel="bookmark" class="crp_title">Optical Character Recognition HowTo</a></li><li><a href="http://kenmankoff.com/2008/10/26/python-and-wxpython" rel="bookmark" class="crp_title">Python and wxPython</a></li><li><a href="http://kenmankoff.com/2009/01/30/sextants" rel="bookmark" class="crp_title">Sextants</a></li><li><a href="http://kenmankoff.com/2007/11/29/water-water-everywhere" rel="bookmark" class="crp_title">Water water everywhere&#8230;</a></li><li><a href="http://kenmankoff.com/2008/05/08/andrill-in-google-earth" rel="bookmark" class="crp_title">ANDRILL in Google Earth</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://kenmankoff.com/2010/05/14/glimmer-ice-shelf-modeling-os-x-howto/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Pine Island Glacier Publication TimeMap</title>
		<link>http://kenmankoff.com/2010/03/19/pine-island-glacier-publication-timemap</link>
		<comments>http://kenmankoff.com/2010/03/19/pine-island-glacier-publication-timemap#comments</comments>
		<pubDate>Fri, 19 Mar 2010 17:31:38 +0000</pubDate>
		<dc:creator>Ken Mankoff</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Antarctica]]></category>
		<category><![CDATA[KML]]></category>
		<category><![CDATA[map]]></category>
		<category><![CDATA[PhD]]></category>
		<category><![CDATA[Pine Island Glacier]]></category>
		<category><![CDATA[publication]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Visualization]]></category>

		<guid isPermaLink="false">http://kenmankoff.com/?p=3828</guid>
		<description><![CDATA[In which I present a rough geo-spatial-temporal map of Pine Island Glacier (PIG) publications. Usage: Drag the time bars to the left or right to change the time period displayed. Navigate the map as you would any Google Map: drag to pan, zoom in (double-click, scroll mouse, or use the control on the side), or [...]]]></description>
			<content:encoded><![CDATA[<p>In which I present a rough <a href="http://kenmankoff.com/maps/PIG/timemap/">geo-spatial-temporal map of Pine Island Glacier</a> (PIG) publications.</p>
<div id="attachment_3835" class="wp-caption aligncenter" style="width: 510px"><a href="http://kenmankoff.com/maps/PIG/timemap/"><img class="size-medium wp-image-3835" title="TimeMap" src="http://kenmankoff.com/wordpress/wp-content/uploads/2010/03/timemap-500x338.png" alt="" width="500" height="338" /></a><p class="wp-caption-text">Geo-spatial-temporal time-map of Pine Island Glacier (PIG) publications</p></div>
<p><span id="more-3828"></span></p>
<p><strong>Usage</strong>: Drag the time bars to the left or right to change the time period displayed. Navigate the map as you would any Google Map: drag to pan, zoom in (double-click, scroll mouse, or use the control on the side), or zoom out (scroll, control). Click on an item in the timeline or area in the map to get more information.</p>
<p><strong>Legend</strong>: Each publication is tagged by last name of first author and publication year. Each publication is placed in the timeline at or spanning the years covered by the research or the years in which the data was collected. These dates are based on a quick skim of the articles and may have errors. Exact dates were often not given in which case rough guesses for the month range were used. Modeling studies that used future unspecified dates start at 2015 and go from there some amount into the future.</p>
<p>Each publication was also skimmed to see the geospatial region covered by the article, and this point, line, or area is shown on the map. Regions are rough estimates. Studies that covered the whole Antarctic continent including PIG are just given a large area around the PIG drainage basin.</p>
<p><strong>Future Work</strong></p>
<ul>
<li>Improve the geospatial component so that the more precise region of study is highlighted.</li>
<li>Encode extra information, such as using color and/or icons to denote, for example study type (modeling, geophysical, oceanographic, etc.)</li>
<li>Allow individual articles to be turned on and off. Right now so many get turned on during the 1990-2005 range that you cannot see anything in the map</li>
<li>Link to PDFs for downloads</li>
<li>Build an interface for anyone to submit their own articles (with time and place meta-data).</li>
</ul>
<p><strong>Lessons learned</strong>: <a href="http://blog.codalism.com/?p=773">Publication lists are full of typos</a>. Even though I use software tools to manage lists of papers and citations from Google Scholar or ISI, I found dozens of typos (and different versions of names). I&#8217;m sure some remain even now that I did not find. Triple-check your bibliography.</p>
<p>I&#8217;m sure I&#8217;m missing some relevant articles. Please let me know of any omissions and errors.</p>
<p><strong>Thanks</strong></p>
<ul>
<li><a href="http://bibdesk.sourceforge.net/">BibDesk</a></li>
<li><a href="http://code.google.com/p/timemap/">Timemap</a></li>
</ul>
<div id="crp_related"><span id="Maybe_related_automatically_generated:"><h3>Maybe related (automatically generated):</h3></span><ul><li><a href="http://kenmankoff.com/2009/03/19/photos-from-antarctica" rel="bookmark" class="crp_title">Photos from Antarctica</a></li><li><a href="http://kenmankoff.com/2008/11/17/pine-island-glacier-pig" rel="bookmark" class="crp_title">Pine Island Glacier (PIG)</a></li><li><a href="http://kenmankoff.com/2009/01/04/sea-ice-concentration" rel="bookmark" class="crp_title">Sea Ice Concentration</a></li><li><a href="http://kenmankoff.com/2008/10/08/managing-papers-and-sources" rel="bookmark" class="crp_title">Managing Papers and Sources</a></li><li><a href="http://kenmankoff.com/2008/11/08/python-and-rss-and-google-maps" rel="bookmark" class="crp_title">Any RSS to Google Maps with Python</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://kenmankoff.com/2010/03/19/pine-island-glacier-publication-timemap/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Storms in Santa Cruz</title>
		<link>http://kenmankoff.com/2010/01/19/storms-in-santa-cruz</link>
		<comments>http://kenmankoff.com/2010/01/19/storms-in-santa-cruz#comments</comments>
		<pubDate>Tue, 19 Jan 2010 15:57:35 +0000</pubDate>
		<dc:creator>Ken Mankoff</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Antarctica]]></category>
		<category><![CDATA[Santa Cruz]]></category>
		<category><![CDATA[weather]]></category>

		<guid isPermaLink="false">http://kenmankoff.com/?p=3688</guid>
		<description><![CDATA[Starting yesterday, and continuing through the week, and possibly through much of next week, Santa Cruz is experiencing some extreme weather. NOAA warns of the following: High Surf Warning Wind Advisory High Wind Watch Coastal Flood Watch Hazardous Weather Outlook Where, for example, High Wind Watch means winds 25-40 mph with gusts up to 60. [...]]]></description>
			<content:encoded><![CDATA[<p>Starting yesterday, and continuing through the week, and possibly through much of next week, Santa Cruz is experiencing some extreme weather. NOAA warns of the following:</p>
<blockquote><p><a href="http://forecast.weather.gov/showsigwx.php?warnzone=CAZ529&amp;warncounty=CAC087&amp;firewxzone=CAZ529&amp;local_place1=Santa+Cruz+CA&amp;product1=High+Surf+Warning">High Surf Warning</a><br />
<a href="http://forecast.weather.gov/showsigwx.php?warnzone=CAZ529&amp;warncounty=CAC087&amp;firewxzone=CAZ529&amp;local_place1=Santa+Cruz+CA&amp;product1=Wind+Advisory">Wind Advisory</a><br />
<a href="http://forecast.weather.gov/showsigwx.php?warnzone=CAZ529&amp;warncounty=CAC087&amp;firewxzone=CAZ529&amp;local_place1=Santa+Cruz+CA&amp;product1=High+Wind+Watch">High Wind Watch</a><br />
<a href="http://forecast.weather.gov/showsigwx.php?warnzone=CAZ529&amp;warncounty=CAC087&amp;firewxzone=CAZ529&amp;local_place1=Santa+Cruz+CA&amp;product1=Coastal+Flood+Watch">Coastal Flood Watch</a><br />
<a href="http://forecast.weather.gov/showsigwx.php?warnzone=CAZ529&amp;warncounty=CAC087&amp;firewxzone=CAZ529&amp;local_place1=Santa+Cruz+CA&amp;product1=Hazardous+Weather+Outlook">Hazardous Weather Outlook</a></p></blockquote>
<p>Where, for example, High Wind Watch means winds 25-40 mph with gusts up to 60. Almost all week long.</p>
<p>I could not sleep in the storm last night. Perhaps because the thunder was so loud and so close that car alarms went off. And the windows rattled a lot.</p>
<p>It might also have to do with Antarctic boats. I&#8217;ve spent more than 3 months of the past year on a boat, and the last few storms I&#8217;ve been through like this made me nauseous, but also rocked me to sleep. I missed the rocking last night, which is good, since I&#8217;m in a house and not a boat.</p>
<p><a href="http://www.santacruzhotelgroup.com/Santa-Cruz-WebCam/">Webcam</a> and <a href="http://www.ksbw.com/wxcam/10518239/detail.html">webcam</a>.</p>
<div id="crp_related"><span id="Maybe_related_automatically_generated:"><h3>Maybe related (automatically generated):</h3></span><ul><li><a href="http://kenmankoff.com/2009/06/30/road-trip" rel="bookmark" class="crp_title">Road Trip</a></li><li><a href="http://kenmankoff.com/2008/11/17/pine-island-glacier-pig" rel="bookmark" class="crp_title">Pine Island Glacier (PIG)</a></li><li><a href="http://kenmankoff.com/2009/09/10/home-v8" rel="bookmark" class="crp_title">Home v8.0</a></li><li><a href="http://kenmankoff.com/2010/01/03/an-interview" rel="bookmark" class="crp_title">An Interview</a></li><li><a href="http://kenmankoff.com/2010/03/11/olde-tyme-snow-motor" rel="bookmark" class="crp_title">Olde Tyme Snow Motor</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://kenmankoff.com/2010/01/19/storms-in-santa-cruz/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Photos from Antarctica (LMG09-09)</title>
		<link>http://kenmankoff.com/2010/01/07/more-photos-from-antarctica-lmg09-09</link>
		<comments>http://kenmankoff.com/2010/01/07/more-photos-from-antarctica-lmg09-09#comments</comments>
		<pubDate>Thu, 07 Jan 2010 13:06:29 +0000</pubDate>
		<dc:creator>Ken Mankoff</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Antarctica]]></category>
		<category><![CDATA[fauna]]></category>
		<category><![CDATA[ice]]></category>
		<category><![CDATA[LMG09-09]]></category>
		<category><![CDATA[Photos]]></category>

		<guid isPermaLink="false">http://kenmankoff.com/?p=3582</guid>
		<description><![CDATA[I&#8217;ve finally gotten around to uploading some photos from the latest trip to Antarctica. We sailed on the Laurence M. Gould through the Drake Passage and the Bellingshausen Sea, then along the Antarctic Peninsula to Palmer Station. We saw a lot of ice and some wildlife. If you want to read about the trip you [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve finally gotten around to uploading some photos from the latest trip to Antarctica. We sailed on the <a href="http://kenmankoff.com/photos/v/places/Antarctica/LMG/">Laurence M. Gould</a> through the Drake Passage and the <a href="http://kenmankoff.com/photos/v/places/Antarctica/bellingshausen/">Bellingshausen Sea</a>, then along the <a href="http://kenmankoff.com/photos/v/places/Antarctica/peninsula/">Antarctic Peninsula</a> to <a href="http://kenmankoff.com/photos/v/places/Antarctica/palmer/">Palmer Station</a>. We saw a lot of ice and some <a href="http://kenmankoff.com/photos/v/places/Antarctica/Animals/">wildlife</a>.</p>
<p>If you want to read about the trip you can do so <a href="http://harrietmankoff.com/category/antarctica/">here</a> or by clicking on the LMG09-09 tag to the right.</p>
<p>If you were on the ship here is a <a href="http://kenmankoff.com/maps/LMG09-09/lmg09-09.gpx.zip">GPX file</a> so you can geotag your own photos.</p>
<p><center><br />
<a href="http://kenmankoff.com/photos/v/places/Antarctica/peninsula/"><img title="LMG sailing at night" src="http://kenmankoff.com/photos/d/10211-4/LMG.jpg" alt="LMG sailing at night" width="150" height="150" /></a> <a href="http://kenmankoff.com/photos/v/places/Antarctica/bellingshausen/"><img title="Pancakeg Ice" src="http://kenmankoff.com/photos/d/10421-8/bellingshausen.jpg" alt="Pancake Ice in the Bellingshausen Sea" width="150" height="150" /></a> <a href="http://kenmankoff.com/photos/v/places/Antarctica/Animals/"><img title="Commerson Dolphin" src="http://kenmankoff.com/photos/d/10555-2/IMG_1541.JPG" alt="Commerson Dolphin" width="150" height="150" /></a></center></p>
<div id="crp_related"><span id="Maybe_related_automatically_generated:"><h3>Maybe related (automatically generated):</h3></span><ul><li><a href="http://kenmankoff.com/2009/03/19/photos-from-antarctica" rel="bookmark" class="crp_title">Photos from Antarctica</a></li><li><a href="http://kenmankoff.com/2009/04/16/an-antarctic-hat-part-i" rel="bookmark" class="crp_title">An Antarctic Hat (Part I)</a></li><li><a href="http://kenmankoff.com/2009/09/13/road-trip-photos" rel="bookmark" class="crp_title">Road Trip Photos</a></li><li><a href="http://kenmankoff.com/2009/03/27/whales" rel="bookmark" class="crp_title">Whales</a></li><li><a href="http://kenmankoff.com/2009/03/23/geo-tagging-photos" rel="bookmark" class="crp_title">Geo-Tagging Photos</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://kenmankoff.com/2010/01/07/more-photos-from-antarctica-lmg09-09/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Phosphorescing Sea Ice</title>
		<link>http://kenmankoff.com/2010/01/04/phosphorescing-sea-ice</link>
		<comments>http://kenmankoff.com/2010/01/04/phosphorescing-sea-ice#comments</comments>
		<pubDate>Mon, 04 Jan 2010 18:18:38 +0000</pubDate>
		<dc:creator>Ken Mankoff</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Antarctica]]></category>
		<category><![CDATA[ice]]></category>
		<category><![CDATA[LMG09-09]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://kenmankoff.com/?p=3513</guid>
		<description><![CDATA[This footage was shot by Harriet Mankoff on September 22nd 2009 in the Drake Passage near 60 degrees South. It shows what I have labeled &#8220;phosphorescing sea ice&#8221; due to the white flashes at the wave crests. The sea is covered by pancake ice and slush. At the wave crest the slush builds up enough [...]]]></description>
			<content:encoded><![CDATA[<p><center><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="295" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/nuqEMngfOyc&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="295" src="http://www.youtube.com/v/nuqEMngfOyc&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999" allowscriptaccess="always" allowfullscreen="true"></embed></object></center><br />
<br />
<hr /></p>
<p>This footage was shot by <a href="http://harrietmankoff.com">Harriet Mankoff</a> on September 22nd 2009 in the Drake Passage near 60 degrees South. It shows what I have labeled &#8220;phosphorescing sea ice&#8221; due to the white flashes at the wave crests. The sea is covered by <a href="http://kenmankoff.com/photos/v/places/Antarctica/bellingshausen/IMG_0481.JPG.html">pancake ice</a> and slush. At the wave crest the slush builds up enough that the water drains out of the slush and it looks brighter. The reverse happens in some of the troughs.</p>
<div id="crp_related"><span id="Maybe_related_automatically_generated:"><h3>Maybe related (automatically generated):</h3></span><ul><li><a href="http://kenmankoff.com/2010/01/03/an-interview" rel="bookmark" class="crp_title">An Interview</a></li><li><a href="http://kenmankoff.com/2009/05/22/water-balloon-at-7000-fps" rel="bookmark" class="crp_title">Water Balloon at 7000 fps</a></li><li><a href="http://kenmankoff.com/2008/09/04/holograms-on-your-iphone" rel="bookmark" class="crp_title">Holograms on your iPhone</a></li><li><a href="http://kenmankoff.com/2008/10/08/commercial-air-traffic-seen-around-the-world" rel="bookmark" class="crp_title">Commercial Air Traffic Seen Around the World</a></li><li><a href="http://kenmankoff.com/2008/09/24/civil-disobedience" rel="bookmark" class="crp_title">Civil Disobedience</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://kenmankoff.com/2010/01/04/phosphorescing-sea-ice/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Interview</title>
		<link>http://kenmankoff.com/2010/01/03/an-interview</link>
		<comments>http://kenmankoff.com/2010/01/03/an-interview#comments</comments>
		<pubDate>Sun, 03 Jan 2010 22:45:36 +0000</pubDate>
		<dc:creator>Ken Mankoff</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Antarctica]]></category>
		<category><![CDATA[LMG09-09]]></category>
		<category><![CDATA[TCP]]></category>

		<guid isPermaLink="false">http://kenmankoff.com/?p=3520</guid>
		<description><![CDATA[I was in an interview last month highlighting some of the work done by The Climate Project. Watch below. Maybe related (automatically generated):Phosphorescing Sea IceWater Balloon at 7000 fpsHolograms on your iPhoneCivil DisobedienceCommercial Air Traffic Seen Around the World]]></description>
			<content:encoded><![CDATA[<p>I was in an interview last month highlighting some of the work done by <a href="http://www.theclimateprojectus.org/">The Climate Project</a>. Watch below.</p>
<p><center><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="295" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/48SEzEQJlBA&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="295" src="http://www.youtube.com/v/48SEzEQJlBA&amp;hl=en_US&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999" allowscriptaccess="always" allowfullscreen="true"></embed></object></center></p>
<div id="crp_related"><span id="Maybe_related_automatically_generated:"><h3>Maybe related (automatically generated):</h3></span><ul><li><a href="http://kenmankoff.com/2010/01/04/phosphorescing-sea-ice" rel="bookmark" class="crp_title">Phosphorescing Sea Ice</a></li><li><a href="http://kenmankoff.com/2009/05/22/water-balloon-at-7000-fps" rel="bookmark" class="crp_title">Water Balloon at 7000 fps</a></li><li><a href="http://kenmankoff.com/2008/09/04/holograms-on-your-iphone" rel="bookmark" class="crp_title">Holograms on your iPhone</a></li><li><a href="http://kenmankoff.com/2008/09/24/civil-disobedience" rel="bookmark" class="crp_title">Civil Disobedience</a></li><li><a href="http://kenmankoff.com/2008/10/08/commercial-air-traffic-seen-around-the-world" rel="bookmark" class="crp_title">Commercial Air Traffic Seen Around the World</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://kenmankoff.com/2010/01/03/an-interview/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Land Ho (Again)</title>
		<link>http://kenmankoff.com/2009/10/08/land-ho-again</link>
		<comments>http://kenmankoff.com/2009/10/08/land-ho-again#comments</comments>
		<pubDate>Thu, 08 Oct 2009 17:34:08 +0000</pubDate>
		<dc:creator>Ken Mankoff</dc:creator>
				<category><![CDATA[Antarctica]]></category>
		<category><![CDATA[LMG09-09]]></category>

		<guid isPermaLink="false">http://kenmankoff.com/2009/10/08/land-ho-again</guid>
		<description><![CDATA[As I write this we are once again in the Straits of Magellan. Land (green, not white) is visible on both sides of the ship. Some dolphins are porpoising in our wake. Internet and solid ground and fresh vegetables await us in just a few hours. Then, ~36 hours of travel home. Trip summary: Science [...]]]></description>
			<content:encoded><![CDATA[<p>
	As I write this we are once again in the Straits of Magellan. Land (green, not white) is visible on both sides of the ship. Some dolphins are porpoising in our wake.
<p /> Internet and solid ground and fresh vegetables await us in just a few hours. Then, ~36 hours of travel home.
<p /> Trip summary:
<p /> Science &amp; operations: 23 days at sea. 23 CTDs. Max wave height was about 30 feet. Strongest winds were about 100 mph! Minimum air temperature (on boat) was -7.51 C, although it got quite a bit colder on the glacier. Minimum latitude: -64.99.
<p /> Pleasure: 1 Glacier hike. 1 Antarctic hot tub. 1 Zodiac ride.
<p /> Fauna: 1 Minke whale, 2 dolphins, a dozen or so seals, and one penguin colony (several hundred large, but far enough away they were just gray dots).</p>
<p><a href="http://mankofffoo.posterous.com/land-ho-again"></a></p>
<div id="crp_related"><span id="Maybe_related_automatically_generated:"><h3>Maybe related (automatically generated):</h3></span><ul><li><a href="http://kenmankoff.com/2009/02/26/land-ho" rel="bookmark" class="crp_title">Land Ho!</a></li><li><a href="http://kenmankoff.com/2009/02/25/stormy" rel="bookmark" class="crp_title">Stormy</a></li><li><a href="http://kenmankoff.com/2009/01/06/the-straits-of-magellan" rel="bookmark" class="crp_title">The Straits of Magellan</a></li><li><a href="http://kenmankoff.com/2009/02/21/sunriseset-over-sea-ice" rel="bookmark" class="crp_title">Sun{rise,set} over Sea Ice</a></li><li><a href="http://kenmankoff.com/2009/01/28/more-or-less-food" rel="bookmark" class="crp_title">More or Less Food</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://kenmankoff.com/2009/10/08/land-ho-again/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dolphin</title>
		<link>http://kenmankoff.com/2009/10/08/dolphin</link>
		<comments>http://kenmankoff.com/2009/10/08/dolphin#comments</comments>
		<pubDate>Thu, 08 Oct 2009 17:33:59 +0000</pubDate>
		<dc:creator>Ken Mankoff</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Antarctica]]></category>
		<category><![CDATA[LMG09-09]]></category>

		<guid isPermaLink="false">http://kenmankoff.com/2009/10/08/dolphin</guid>
		<description><![CDATA[Dolphin, surfing the wake of the Laurence M. Gould in the Straits of Magellan. Maybe related (automatically generated):My Room on the Nathaniel B. PalmerThe Tower of Lost LuggageMeta SunsetITPPIG Macro]]></description>
			<content:encoded><![CDATA[<p><center><img src="http://posterous.com/getfile/files.posterous.com/mankofffoo/Nku4RQQeWZPjcUYkOrKKa30oigknfsCfpLKkVEnXS0ZpjZf9FqPjlq2Coagt/dolphin3.jpg.scaled.500.jpg" alt="" width="500" height="370" /></center></p>
<p>Dolphin, surfing the wake of the Laurence M. Gould in the Straits of Magellan.</p>
<div id="crp_related"><span id="Maybe_related_automatically_generated:"><h3>Maybe related (automatically generated):</h3></span><ul><li><a href="http://kenmankoff.com/2009/01/03/my-room-on-the-nathaniel-b-palmer" rel="bookmark" class="crp_title">My Room on the Nathaniel B. Palmer</a></li><li><a href="http://kenmankoff.com/2009/01/02/the-tower-of-lost-luggage" rel="bookmark" class="crp_title">The Tower of Lost Luggage</a></li><li><a href="http://kenmankoff.com/2009/09/01/meta-sunset" rel="bookmark" class="crp_title">Meta Sunset</a></li><li><a href="http://kenmankoff.com/2009/02/18/itp" rel="bookmark" class="crp_title">ITP</a></li><li><a href="http://kenmankoff.com/2009/01/26/pig-macro" rel="bookmark" class="crp_title">PIG Macro</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://kenmankoff.com/2009/10/08/dolphin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hurry up and Wait</title>
		<link>http://kenmankoff.com/2009/10/03/hurry-up-and-wait</link>
		<comments>http://kenmankoff.com/2009/10/03/hurry-up-and-wait#comments</comments>
		<pubDate>Sat, 03 Oct 2009 17:22:49 +0000</pubDate>
		<dc:creator>Ken Mankoff</dc:creator>
				<category><![CDATA[Antarctica]]></category>
		<category><![CDATA[LMG09-09]]></category>

		<guid isPermaLink="false">http://kenmankoff.com/2009/10/03/hurry-up-and-wait</guid>
		<description><![CDATA[There are a few key mantras I&#8217;ve learned to repeat while I&#8217;m down here: Be Flexible. It&#8217;s a Harsh Continent. Hurry Up and Wait. We&#8217;re dealing with all three of those right now. We have left Palmer Station but have sailed South rather than North or homeward. About 40 nautical miles SSW of Palmer Station [...]]]></description>
			<content:encoded><![CDATA[<p>
	There are a few key mantras I&#8217;ve learned to repeat while I&#8217;m down here:
<p /> Be Flexible. It&#8217;s a Harsh Continent. Hurry Up and Wait.
<p /> We&#8217;re dealing with all three of those right now.
<p /> We have left Palmer Station but have sailed South rather than North or homeward. About 40 nautical miles SSW of Palmer Station is Hugo Island. Next to Hugo is a small rock called Santa Claus Rock (I think). On this rock sits a malfunctioning weather and GPS station and we are tasked with fixing it.
<p /> Fixing it involves sending a shore party out in a Zodiac. They will attempt a landing amid breaking waves on a snow-covered rocky beach. If successful, they will then attempt to fix the weather/GPS station, and motor back to the ship. Then we sail north to port in Punta Arenas, Chile, where we catch a plane home.
<p /> Unfortunately there are strong winds, thick fog, dense sea ice, and large swells under the ice. So we are sitting and waiting. If the weather clears, the ice thins, and the waves are calm enough to land the Zodiac then perhaps we&#8217;ll be able to repair the station. Otherwise we&#8217;ll wait, perhaps up to 3 days, at which point we must head home due to port call deadlines. Another cruise, in a few months, will make another attempt.
<p /> The weather component measures the&#8230; weather. And the GPS component is measuring continental rebound. During the last ice age there was a lot more ice here. This ice weighed a lot and pushed the crust of the earth down. The ice left relatively quickly, but the crustal rebound continues today. This process will continue in the future as more ice melts, and seas rise, due to both natural and human-induced climate change. A side-effect of this is that over long periods of time, certain places might experience relative sea-level drop rather than rise, although they are likely to get wet over the short term.</p>
<p><a href="http://mankofffoo.posterous.com/hurry-up-and-wait-5"></a></p>
<div id="crp_related"><span id="Maybe_related_automatically_generated:"><h3>Maybe related (automatically generated):</h3></span><ul><li><a href="http://kenmankoff.com/2009/02/06/alone-and-fishing" rel="bookmark" class="crp_title">Alone and Fishing</a></li><li><a href="http://kenmankoff.com/2009/02/08/alone-and-fishing-2" rel="bookmark" class="crp_title">Alone and Fishing</a></li><li><a href="http://kenmankoff.com/2007/11/08/update-nov-9th" rel="bookmark" class="crp_title">Update (Nov 9th)</a></li><li><a href="http://kenmankoff.com/2007/11/29/water-water-everywhere" rel="bookmark" class="crp_title">Water water everywhere&#8230;</a></li><li><a href="http://kenmankoff.com/2009/09/11/heading-to-palmer-station-antarctica" rel="bookmark" class="crp_title">Heading to Palmer Station, Antarctica</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://kenmankoff.com/2009/10/03/hurry-up-and-wait/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In a Boat</title>
		<link>http://kenmankoff.com/2009/09/26/in-a-boat</link>
		<comments>http://kenmankoff.com/2009/09/26/in-a-boat#comments</comments>
		<pubDate>Sat, 26 Sep 2009 21:23:28 +0000</pubDate>
		<dc:creator>Ken Mankoff</dc:creator>
				<category><![CDATA[Antarctica]]></category>
		<category><![CDATA[LMG09-09]]></category>

		<guid isPermaLink="false">http://kenmankoff.com/?p=3177</guid>
		<description><![CDATA[Harriet Mankoff in The Laurence M. Gould docked at Palmer Station, Antarctica. Maybe related (automatically generated):LMG v. NBPMore Photos from Antarctica (LMG09-09)Low Bandwidth GraphicsMy Home Away From HomeGISTEMP.StationData]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-3173" title="Harriet In LMG (3)" src="http://kenmankoff.com/wordpress/wp-content/uploads/2009/09/h_in_boat_3.jpg" alt="Harriet In LMG (3)" width="450" height="300" /></p>
<p><img class="aligncenter size-full wp-image-3173" title="Harriet In LMG (2)" src="http://kenmankoff.com/wordpress/wp-content/uploads/2009/09/h_in_boat_2.jpg" alt="Harriet In LMG (2)" width="450" height="300" /></p>
<p><img class="aligncenter size-full wp-image-3173" title="Harriet In LMG (1)" src="http://kenmankoff.com/wordpress/wp-content/uploads/2009/09/h_in_boat_1.jpg" alt="Harriet In LMG (1)" width="450" height="300" /></p>
<p><img class="aligncenter size-full wp-image-3173" title="Harriet In LMG (0)" src="http://kenmankoff.com/wordpress/wp-content/uploads/2009/09/h_in_boat_0.jpg" alt="Harriet In LMG (0)" width="450" height="300" /></p>
<p>Harriet Mankoff in The Laurence M. Gould docked at Palmer Station, Antarctica.</p>
<div id="crp_related"><span id="Maybe_related_automatically_generated:"><h3>Maybe related (automatically generated):</h3></span><ul><li><a href="http://kenmankoff.com/2009/05/05/lmg-v-nbp" rel="bookmark" class="crp_title">LMG v. NBP</a></li><li><a href="http://kenmankoff.com/2010/01/07/more-photos-from-antarctica-lmg09-09" rel="bookmark" class="crp_title">More Photos from Antarctica (LMG09-09)</a></li><li><a href="http://kenmankoff.com/2008/12/03/low-bandwidth-graphics" rel="bookmark" class="crp_title">Low Bandwidth Graphics</a></li><li><a href="http://kenmankoff.com/2009/01/04/my-home-away-from-home" rel="bookmark" class="crp_title">My Home Away From Home</a></li><li><a href="http://kenmankoff.com/2010/01/24/gistemp-stationdata" rel="bookmark" class="crp_title">GISTEMP.StationData</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://kenmankoff.com/2009/09/26/in-a-boat/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
