<p><b>mpetersen@lanl.gov</b> 2013-02-07 09:55:51 -0700 (Thu, 07 Feb 2013)</p><p>Branch commit, diagnistics_revision. <br>
<br>
namelist.input.ocean is now created with generate_namelist.py, found<br>
in branches/tools.  This revision simply has some spacing differences<br>
due to the python generation tool.<br>
<br>
On the turquiose, create a new namelist using:<br>
<br>
module load python-epd<br>
python generate_namelist.py -f src/core_ocean/Registry<br>
<br>
this makes the file namelist.input.generated.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/ocean_projects/diagnostics_revision/namelist.input.ocean
===================================================================
--- branches/ocean_projects/diagnostics_revision/namelist.input.ocean        2013-02-07 16:52:42 UTC (rev 2454)
+++ branches/ocean_projects/diagnostics_revision/namelist.input.ocean        2013-02-07 16:55:51 UTC (rev 2455)
@@ -12,11 +12,11 @@
         config_restart_name = 'restart.nc'
         config_restart_interval = '0_06:00:00'
         config_output_interval = '0_06:00:00'
-        config_stats_interval = '00_01:00:00'
+        config_stats_interval = '0_01:00:00'
         config_write_stats_on_startup = .true.
         config_write_output_on_startup = .true.
         config_frames_per_outfile = 1000
-        config_pio_num_iotasks = 0 
+        config_pio_num_iotasks = 0
         config_pio_stride = 1
 /
 &amp;time_integration
@@ -42,19 +42,20 @@
         config_visc_vorticity_term = .true.
         config_apvm_scale_factor = 0.0
 /
-&amp;hmix_del2 
-        config_use_mom_del2 = .false. 
-        config_use_tracer_del2 = .false. 
-        config_mom_del2 = 0.0 
-        config_tracer_del2 = 0.0 
-        config_vorticity_del2_scale = 1.0 
-/ 
-&amp;hmix_del4 
-        config_use_mom_del4 = .true. 
-        config_use_tracer_del4 = .false. 
-        config_mom_del4 = 5.0e13 
-        config_tracer_del4 = 0.0 
-        config_vorticity_del4_scale = 1.0 
+&amp;hmix_del2
+        config_use_mom_del2 = .false.
+        config_use_tracer_del2 = .false.
+        config_mom_del2 = 0.0
+        config_tracer_del2 = 0.0
+        config_vorticity_del2_scale = 1.0
+/
+&amp;hmix_del4
+        config_use_mom_del4 = .true.
+        config_use_tracer_del4 = .false.
+        config_mom_del4 = 5.0e13
+        config_tracer_del4 = 0.0
+        config_vorticity_del4_scale = 1.0
+/
 &amp;hmix_Leith
         config_use_Leith_del2 = .false.
         config_Leith_parameter = 1.0
@@ -121,11 +122,11 @@
         config_eos_type = 'jm'
 /
 &amp;eos_linear
-        config_eos_linear_alpha = 2.55e-1
-        config_eos_linear_beta =  7.64e-1
-        config_eos_linear_Tref =  19.0
-        config_eos_linear_Sref =  35.0
-        config_eos_linear_rhoref =  1025.022
+        config_eos_linear_alpha = 2.55e-1
+        config_eos_linear_beta = 7.64e-1
+        config_eos_linear_Tref = 19.0
+        config_eos_linear_Sref = 35.0
+        config_eos_linear_rhoref = 1025.022
 /
 &amp;split_explicit_ts
         config_n_ts_iter = 2
@@ -142,12 +143,12 @@
         config_btr_solve_SSH2 = .false.
 /
 &amp;sw_model
-        config_test_case = 0
+        config_test_case = 0
 /
 &amp;debug
         config_check_zlevel_consistency = .false.
         config_filter_btr_mode = .false.
-        config_prescribe_velocity  = .false.
+        config_prescribe_velocity = .false.
         config_prescribe_thickness = .false.
         config_include_KE_vertex = .false.
         config_check_tracer_monotonicity = .false.

</font>
</pre>