<p><b>sprice@lanl.gov</b> 2012-01-10 11:06:14 -0700 (Tue, 10 Jan 2012)</p><p><br>
Branch Commit: land ice<br>
<br>
Add missing underscore in land ice registry. Builds on bluefire now.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/land_ice/mpas/src/core_land_ice/Registry
===================================================================
--- branches/land_ice/mpas/src/core_land_ice/Registry        2012-01-09 23:54:44 UTC (rev 1333)
+++ branches/land_ice/mpas/src/core_land_ice/Registry        2012-01-10 18:06:14 UTC (rev 1334)
@@ -1,26 +1,26 @@
 %
 % namelist  type  namelist_record  name  default_value
 %
-namelist integer     land_icemodel  config_test_case             5
-namelist character   land_icemodel  config_time_integration      RK4
-namelist real        land_icemodel  config_dt                    172.8
-namelist integer     land_icemodel  config_calendar_type         MPAS_360DAY
-namelist character   land_icemodel  config_start_time            0000-01-01_00:00:00
-namelist character   land_icemodel  config_stop_time             none
-namelist character   land_icemodel  config_run_duration          none
-namelist integer     land_icemodel  config_stats_interval        100
-namelist logical     land_icemodel  config_h_ScaleWithMesh       false
-namelist real        land_icemodel  config_h_mom_eddy_visc2      0.0
-namelist real        land_icemodel  config_h_mom_eddy_visc4      0.0
-namelist real        land_icemodel  config_h_tracer_eddy_diff2   0.0
-namelist real        land_icemodel  config_h_tracer_eddy_diff4   0.0
-namelist integer     land_icemodel  config_thickness_adv_order   2
-namelist integer     land_icemodel  config_tracer_adv_order      2
-namelist logical     land_icemodel  config_positive_definite     false
-namelist logical     land_icemodel  config_monotonic             false
-namelist logical     land_icemodel  config_wind_stress           false
-namelist logical     land_icemodel  config_bottom_drag           false
-namelist real        land_icemodel  config_apvm_upwinding        0.5
+namelist integer     land_ice_model  config_test_case             5
+namelist character   land_ice_model  config_time_integration      RK4
+namelist real        land_ice_model  config_dt                    172.8
+namelist integer     land_ice_model  config_calendar_type         MPAS_360DAY
+namelist character   land_ice_model  config_start_time            0000-01-01_00:00:00
+namelist character   land_ice_model  config_stop_time             none
+namelist character   land_ice_model  config_run_duration          none
+namelist integer     land_ice_model  config_stats_interval        100
+namelist logical     land_ice_model  config_h_ScaleWithMesh       false
+namelist real        land_ice_model  config_h_mom_eddy_visc2      0.0
+namelist real        land_ice_model  config_h_mom_eddy_visc4      0.0
+namelist real        land_ice_model  config_h_tracer_eddy_diff2   0.0
+namelist real        land_ice_model  config_h_tracer_eddy_diff4   0.0
+namelist integer     land_ice_model  config_thickness_adv_order   2
+namelist integer     land_ice_model  config_tracer_adv_order      2
+namelist logical     land_ice_model  config_positive_definite     false
+namelist logical     land_ice_model  config_monotonic             false
+namelist logical     land_ice_model  config_wind_stress           false
+namelist logical     land_ice_model  config_bottom_drag           false
+namelist real        land_ice_model  config_apvm_upwinding        0.5
 namelist character   io        config_input_name            grid.nc
 namelist character   io        config_output_name           output.nc
 namelist character   io        config_restart_name          restart.nc

</font>
</pre>