<p><b>mhoffman@lanl.gov</b> 2012-03-05 16:16:32 -0700 (Mon, 05 Mar 2012)</p><p>BRANCH COMMIT<br>
<br>
Gathered the dome test case's namelist files for grid generation and running MPAS together in the test_cases/dome directory.<br>
</p><hr noshade><pre><font color="gray">Deleted: branches/land_ice_projects/test_cases/dome/namelist.input
===================================================================
--- branches/land_ice_projects/test_cases/dome/namelist.input        2012-03-05 22:35:07 UTC (rev 1594)
+++ branches/land_ice_projects/test_cases/dome/namelist.input        2012-03-05 23:16:32 UTC (rev 1595)
@@ -1,27 +0,0 @@
-&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.
-/

Copied: branches/land_ice_projects/test_cases/dome/namelist.input.land_ice_core (from rev 1594, branches/land_ice_projects/test_cases/dome/namelist.input)
===================================================================
--- branches/land_ice_projects/test_cases/dome/namelist.input.land_ice_core                                (rev 0)
+++ branches/land_ice_projects/test_cases/dome/namelist.input.land_ice_core        2012-03-05 23:16:32 UTC (rev 1595)
@@ -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.
+/

Copied: branches/land_ice_projects/test_cases/dome/namelist.input.periodic_hex (from rev 1594, branches/land_ice_projects/grid_tools/icesheet_legacy/periodic_hex/namelist.input.domeTest.2km)
===================================================================
--- branches/land_ice_projects/test_cases/dome/namelist.input.periodic_hex                                (rev 0)
+++ branches/land_ice_projects/test_cases/dome/namelist.input.periodic_hex        2012-03-05 23:16:32 UTC (rev 1595)
@@ -0,0 +1,8 @@
+&amp;periodic_grid
+   nx = 30,
+   ny = 35,
+   dc = 2000.,
+   nVertLevels = 9,
+   nTracers = 1,
+   nproc = 2, 
+/

Added: branches/land_ice_projects/test_cases/dome/readme.txt
===================================================================
--- branches/land_ice_projects/test_cases/dome/readme.txt                                (rev 0)
+++ branches/land_ice_projects/test_cases/dome/readme.txt        2012-03-05 23:16:32 UTC (rev 1595)
@@ -0,0 +1,11 @@
+Dome Test Case
+
+
+namelist.input.periodic_hex is used for running periodic_hex to create a grid for the dome test case.
+namelist.input.land_ice is used for actually running dome test case in the MPAS land ice core.
+
+
+These namelist files need to be moved/renamed as necessary to execute the various steps outlined in the getting_started.txt document in trunk/documents/land_ice/reference_manual.
+
+Eventually a script may be created to automate the various steps.
+

</font>
</pre>