<p><b>sprice@lanl.gov</b> 2012-01-09 16:10:13 -0700 (Mon, 09 Jan 2012)</p><p><br>
Branch Commit (land ice):<br>
<br>
Add namelist for land ice.<br>
</p><hr noshade><pre><font color="gray">Copied: branches/land_ice/mpas/namelist.input.land_ice (from rev 1326, branches/land_ice/mpas/namelist.input.sw)
===================================================================
--- branches/land_ice/mpas/namelist.input.land_ice                                (rev 0)
+++ branches/land_ice/mpas/namelist.input.land_ice        2012-01-09 23:10:13 UTC (rev 1331)
@@ -0,0 +1,33 @@
+&amp;land_ice_model
+   config_test_case = 5
+   config_time_integration = 'RK4'
+   config_dt = 172.8
+   config_start_time = '0000-01-01_00:00:00'
+   config_run_duration = '15_00:00:00'
+   config_stats_interval = 0
+   config_h_ScaleWithMesh = .false.
+   config_h_mom_eddy_visc2  = 0.0
+   config_h_mom_eddy_visc4  = 0.0
+   config_h_tracer_eddy_diff2  = 0.0
+   config_h_tracer_eddy_diff4  = 0.0
+   config_thickness_adv_order = 2
+   config_tracer_adv_order = 2
+   config_positive_definite = .false.
+   config_monotonic = .false.
+   config_wind_stress = .false.
+   config_bottom_drag = .false.
+/
+   config_stop_time  = '0000-01-16_00:00:00'
+
+&amp;io
+   config_input_name = 'grid.nc'
+   config_output_name = 'output.nc'
+   config_restart_name = 'restart.nc'
+   config_output_interval = '1_00:00:00'
+   config_frames_per_outfile = 0
+/
+
+&amp;restart
+   config_restart_interval = '15_00:00:00'
+   config_do_restart = .false.
+/

</font>
</pre>