<p><b>mhoffman@lanl.gov</b> 2013-02-28 13:25:10 -0700 (Thu, 28 Feb 2013)</p><p>BRANCH COMMIT - land ice<br>
<br>
Fixing problem in previous commit that was expanding the grid to a sphere after the cells were culled.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/land_ice_projects/grid_tools/crop_landice_grid/crop_landice_grid.F
===================================================================
--- branches/land_ice_projects/grid_tools/crop_landice_grid/crop_landice_grid.F        2013-02-28 19:12:01 UTC (rev 2521)
+++ branches/land_ice_projects/grid_tools/crop_landice_grid/crop_landice_grid.F        2013-02-28 20:25:10 UTC (rev 2522)
@@ -90,8 +90,8 @@
 
 ! Default namelist values.  Default set for realistic global IC.
 on_a_sphere = 'NO'
-sphere_radius = 6.37122e6
-expand_from_unit_sphere = .true.
+sphere_radius = 0.0
+expand_from_unit_sphere = .false.
 
 eliminate_inland_seas=.false.
 solid_boundary_in_y = .false.

</font>
</pre>