<p><b>mhoffman@lanl.gov</b> 2012-05-21 16:12:55 -0600 (Mon, 21 May 2012)</p><p>BRANCH COMMIT -- land ice<br>
Setup namelist files for creating a mesh and running Greenland at 10km.  A CISM datafile with Greenland I.C. is needed to use it.<br>
</p><hr noshade><pre><font color="gray">Added: branches/land_ice_projects/test_cases/greenland_10km/namelist.input.Greenland.10km.land_ice_core
===================================================================
--- branches/land_ice_projects/test_cases/greenland_10km/namelist.input.Greenland.10km.land_ice_core                                (rev 0)
+++ branches/land_ice_projects/test_cases/greenland_10km/namelist.input.Greenland.10km.land_ice_core        2012-05-21 22:12:55 UTC (rev 1926)
@@ -0,0 +1,22 @@
+! These settings have not been tested much and are provided as a starting place: The LifeV velocity solvers may not currently work with this mesh.  Also, this dt is likely to be too large and violate the CFL condition.
+&amp;land_ice_model
+   config_time_integration = 'ForwardEuler' 
+   config_dt_years = 1.0
+   config_start_time = '0000-01-01_00:00:00'
+   config_stop_time = '0001-01-01_00:00:00'
+   config_stats_interval = 0
+   config_dycore = 'FO'
+/
+
+&amp;io
+   config_input_name = 'land_ice_grid.nc'
+   config_output_name = 'output.nc'
+   config_restart_name = 'restart.nc'
+   config_output_interval = '00_00:01:00'
+   config_frames_per_outfile = 0
+/
+
+&amp;restart
+   config_restart_interval = '00_00:01:00'
+   config_do_restart = .false.
+/

Added: branches/land_ice_projects/test_cases/greenland_10km/namelist.input.Greenland.10km.periodic_hex
===================================================================
--- branches/land_ice_projects/test_cases/greenland_10km/namelist.input.Greenland.10km.periodic_hex                                (rev 0)
+++ branches/land_ice_projects/test_cases/greenland_10km/namelist.input.Greenland.10km.periodic_hex        2012-05-21 22:12:55 UTC (rev 1926)
@@ -0,0 +1,8 @@
+&amp;periodic_grid
+   nx = 240,
+   ny = 340,
+   dc = 10000.,
+   nVertLevels = 9,
+   nTracers = 1,
+   nproc = 2, 4
+/

Modified: branches/land_ice_projects/test_cases/greenland_5km/README.txt
===================================================================
--- branches/land_ice_projects/test_cases/greenland_5km/README.txt        2012-05-21 21:14:18 UTC (rev 1925)
+++ branches/land_ice_projects/test_cases/greenland_5km/README.txt        2012-05-21 22:12:55 UTC (rev 1926)
@@ -21,8 +21,6 @@
  
 
 
-That's it!  This workflow is meant to be a replacement to the tool in branches/land_ice_projects/grid_tools/icesheet_legacy/.  However there are two problems with this currently:
-1. The mesh generated by this procedure has not yet successfully been run with LifeV velocity solvers - so there may be a problem with the way it is generated.
-2. This procedure does not cull cells from the rectangular domain so the resulting mesh will be substantially larger than the comparable one generated by the old tool.
+That's it!  This workflow is meant to be a replacement to the tool in branches/land_ice_projects/grid_tools/icesheet_legacy/.  However, this procedure does not cull cells from the rectangular domain so the resulting mesh will be substantially larger than the comparable one generated by the old tool.
 
 

</font>
</pre>