<p><b>mhoffman@lanl.gov</b> 2012-03-02 10:19:37 -0700 (Fri, 02 Mar 2012)</p><p>BRANCH COMMIT<br>
<br>
Merged the land ice core from Xylar's existing 'land_ice' branch into our new 'land_ice_projects/implement_core' branch project.  The only change is that namelist.input.land_ice has been copied from his dome test case (rather than from his 'mpas' directory) so as to include land ice core variables (rather than shallow water variables).  Once we confirm we have migrated all needed pieces from the old 'land_ice' branch, we will delete it and do all development within the various projects within 'land_ice_projects'.<br>
</p><hr noshade><pre><font color="gray">Copied: branches/land_ice_projects/implement_core/namelist.input.land_ice (from rev 1561, branches/land_ice/test_cases/land_ice/dome/namelist.input)
===================================================================
--- branches/land_ice_projects/implement_core/namelist.input.land_ice                                (rev 0)
+++ branches/land_ice_projects/implement_core/namelist.input.land_ice        2012-03-02 17:19:37 UTC (rev 1577)
@@ -0,0 +1,27 @@
+&amp;land_ice_model
+   config_test_case = 1
+   config_time_integration = 'RK4'
+   config_dt = 60.0
+   config_start_time = '0000-01-01_00:00:00'
+   config_stop_time  = '0000-01-01_00:01:00'
+   config_run_duration = '00:01:00'
+   config_stats_interval = 0
+   config_h_ScaleWithMesh = .false.
+   config_thickness_adv_order = 2
+   config_tracer_adv_order = 2
+   config_positive_definite = .false.
+   config_monotonic = .false.
+/
+
+&amp;io
+   config_input_name = '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.
+/

</font>
</pre>